Search Results

Showing results 1 to 40 of 44
Search took 0.01 seconds.
Search: Posts Made By: CodyOebel
Forum: C++ 10 Hours Ago
Replies: 20
Views: 580
Posted By CodyOebel
OMG ... it worked!!!

I downloaded LCC and started trying to understand using it, but what I did was used it's resource editor as people have been suggesting, and just copied over the resource...
Forum: C++ 2 Days Ago
Replies: 20
Views: 580
Posted By CodyOebel
Once more please suggest an easy to use resource editor and I will go that route, and will inform you of the results once I try the resource file compiled by a resource editor, and IF it works I will...
Forum: C++ 4 Days Ago
Replies: 20
Views: 580
Posted By CodyOebel
It has to be this compiler being buggy or something.
I used your code, started fresh with a whole new project, and I still get the same exact error message.

When I click on Help -> About -> I...
Forum: C++ 4 Days Ago
Replies: 20
Views: 580
Posted By CodyOebel
I changed the code completely and changing the identifier name made no difference. Same outcome!

I wonder if it's a compiler issue or something I dont know because it's not working and Ive done...
Forum: C++ 4 Days Ago
Replies: 20
Views: 580
Posted By CodyOebel
The problem is the fact that the tutorial at www.winprog.org/tutorial states this should work! I really like this tutorial, and in my opinion a programmer should be able to raw code the resources...
Forum: C++ 5 Days Ago
Replies: 4
Views: 182
Posted By CodyOebel
#include <iostream>
#include <stdlib.h>

int main()
{

const int board=8;
const int pop=20;
using std::cout;
using std::endl;
Forum: C++ 5 Days Ago
Replies: 20
Views: 580
Posted By CodyOebel
So far no one has been able to tell me why this code is not working, or what I need to do to THIS code to make it work.
Can someone simply show using MY code below where the problem is, and why...
Forum: C++ 6 Days Ago
Replies: 2
Views: 161
Posted By CodyOebel
Well first your robot would have to been built with a processor, designed with all the proper AND\OR gates IC's for the overall function of the robot itself. You would then need to have an interface...
Forum: C++ 6 Days Ago
Replies: 2
Views: 198
Posted By CodyOebel
ABout your hint... IM just stumped... I double checked to ensure no syntax was missing etc. Instead of using case ID_ABOUT, I swapped it to case 9003: using the identifier number, but the same...
Forum: C++ 9 Days Ago
Replies: 8
Views: 257
Posted By CodyOebel
Well the problem here is I am working with minimalization.
Slow connection to the internet because I live way out in the country LOL, so I cant download a large compiler like MSVStudio. So I only...
Forum: C++ 9 Days Ago
Replies: 16
Views: 3,340
Posted By CodyOebel
Dunno what I was thinking at the time.. please forgive me.
'
Forum: C++ 9 Days Ago
Replies: 2
Views: 198
Posted By CodyOebel
I got this to compile, but it's not popping my Dialog box.
The tutorial from www.winprog.org/tutorial didnt necessarily specify where my AboutDlgProc() is suppose to go ?
I assumed it went above...
Forum: C++ 9 Days Ago
Replies: 8
Views: 257
Posted By CodyOebel
oh yeah forgot to mention after putting the project together again it worked. For some reason or another even having everything the in the right place it wasnt working. DEV kept creating some default...
Forum: C++ 9 Days Ago
Replies: 8
Views: 257
Posted By CodyOebel
Yeah I am definitely gonna resort to this every now and then.
I am currently following the entire winAPI programming tutorial from www.winprog.org/tutorial

I am using DEV-C++, and am limited to...
Forum: C++ 12 Days Ago
Replies: 8
Views: 257
Posted By CodyOebel
Compiler: DEV BloodShed C++ (latest release)

I am following this windows api tutorial and am at this step
http://www.winprog.org/tutorial/menus.html



//FILE: resource.h
// the below code...
Forum: Windows NT / 2000 / XP Apr 12th, 2009
Replies: 2
Views: 408
Posted By CodyOebel
Forum: Windows NT / 2000 / XP Apr 11th, 2009
Replies: 2
Views: 408
Posted By CodyOebel
Ok I am here cramming as much knowledge before this big job interview as I possibly can. Here is what I am trying to peice together most.

Ok, so Ive studied HAL's, and more in regards to creating...
Forum: Viruses, Spyware and other Nasties Oct 9th, 2008
Replies: 12
Views: 5,961
Posted By CodyOebel
If you are familiar with HEX EDITING servers for hacking computers using remote trojans that have been tagged and are detectable by common antiviruses. You can hex edit your remote trojan to not be...
Forum: C++ Oct 9th, 2008
Replies: 2
Views: 429
Posted By CodyOebel
I am wondering if theres code for removing this software completely, but through code ? It has been a while since I have been working on this type of a project, but now that I am trying I noticed...
Forum: C++ Feb 1st, 2008
Replies: 1
Views: 421
Posted By CodyOebel
Ok.. I use c++ numerous times to stream an output to script's to do further operations. Sometimes I need an email script, and will output one and manipulate the script with c++. As dumb as a question...
Forum: Shell Scripting Feb 1st, 2008
Replies: 0
Views: 1,408
Posted By CodyOebel
Ok, I have noticed that everything I like to do in windows using c++ can easily be done with .vbs scripts. Just to clarify the books I looked into buying to teach me .vbs all mostly talk about ...
Forum: Shell Scripting Jan 27th, 2008
Replies: 0
Views: 978
Posted By CodyOebel
Im developing an application console based in c++ , and needed a quick and easy way to script an outlook email. I found the below script to use which works great, but for one problem.
PROBLEM:
...
Forum: C++ Jan 27th, 2008
Replies: 1
Views: 1,394
Posted By CodyOebel
Ok so Im onto my next step.. Ive used c++ to read in an entire file, and got what I needed. The last and final step is to send the information in an email via my already setup outlook account.
The...
Forum: C++ Jan 27th, 2008
Replies: 9
Views: 3,183
Posted By CodyOebel
WOOOOOOOOOHOOOOOOOOOO
THANK YOU AD... YOU ARE THE MASTER !
SHould be more like MASTER DRAGON or something heh...

heres my updated code


#include <iostream>
#include <string>
#include...
Forum: C++ Jan 27th, 2008
Replies: 9
Views: 3,183
Posted By CodyOebel
THANKSSSSSSSSS AD I got it almost figured out with your help man :)
Thanks for putting scraps on the table and making me think about it lol
the whole while(getline) idea was masterfull.....
Forum: C++ Jan 27th, 2008
Replies: 9
Views: 3,183
Posted By CodyOebel
Ive searched and searched.. and cannot find something that I can tie this into to accomplish what I am wanting to do.
I have a couple of idea's, but how can I read stuff into a vector and have it...
Forum: C++ Jan 26th, 2008
Replies: 9
Views: 3,183
Posted By CodyOebel
Ok Im having a small problem with the below code.
I wanted to get basic with the vectors before diong what I am trying to do with the bigger picture of things. Only it's not working like I thought...
Forum: C++ Jan 26th, 2008
Replies: 9
Views: 3,183
Posted By CodyOebel
THe only thing that seperates each sentence would be a new line.
Example:
File Name\location: c:\\text.txt
Contents of c:\\text.txt

My name is Cody
My Last name is Oebel
I am getting back...
Forum: C++ Jan 26th, 2008
Replies: 9
Views: 3,183
Posted By CodyOebel
Ok here is what I am trying to do at work as it's slower than a turtle in a race right now.

I have a log of text guessing about 40 lines total. the last three sentences are what I am after .....
Forum: C++ Jan 26th, 2008
Replies: 16
Views: 3,340
Posted By CodyOebel
#include <iostream.h>
#include <fstream.h>

int main()
{
/* open the file to read from in this case being your text file*/
char chars[50];
char newline = '\n'; // for the get line function's...
Forum: C++ Jan 24th, 2008
Replies: 3
Views: 690
Posted By CodyOebel
Heh .... time is of the essence, and it's stinking right now lol. Sorry mod.. im at work man, and was hoping for someone who knows some quick code off hand for a fast solution. :) Ide give someone...
Forum: C++ Jan 24th, 2008
Replies: 3
Views: 690
Posted By CodyOebel
Ok this is what I am wanting to achieve :
I have a notepad filled with documentation, and there is some key words in the document
that:
IF EXIST = is copied from the document and then sent in an...
Forum: C++ Jun 14th, 2007
Replies: 1
Views: 741
Posted By CodyOebel
Ok.. Im at work , and dealing with 2300 machines.
I need the easiest way possible to get the computers name.
for example.. say the pc's name is GA2032d1 I need to be able to simple get that name,...
Forum: C++ May 7th, 2007
Replies: 21
Views: 6,368
Posted By CodyOebel
Well yes wget does work for windows after all. The only problem is it doesnt work on the IntraNet page I am trying to read from. It's not reading into wget, but every other external internet webpage...
Forum: C++ May 7th, 2007
Replies: 21
Views: 6,368
Posted By CodyOebel
wget www.mystuff.com

??????

Ok a few questions. First off, I am windows programming does that make a difference with wget ???

Second if windows is not going to be a problem and I can still...
Forum: Visual Basic 4 / 5 / 6 May 7th, 2007
Replies: 4
Views: 1,595
Posted By CodyOebel
Thanks it works like a charm !
Forum: C++ May 6th, 2007
Replies: 4
Views: 1,633
Posted By CodyOebel
oooops I left those in there by accident. Sorry I didnt know about code snippets on this forum as I am new !
Forum: C May 4th, 2007
Replies: 24
Views: 9,615
Posted By CodyOebel
Get DEV ! Why are you stuck with Turbo C++ ? BloodShed is problably one of the best compilers out there and compiles efficiantly.

BloodShed makes a super nice compiler with alot of library...
Forum: C May 4th, 2007
Replies: 24
Views: 9,615
Posted By CodyOebel
Get DEV ! Why are you stuck with Turbo C++ ? BloodShed is problably one of the best compilers out there and compiles efficiantly.

Im not a borland person, but bloodshed makes a nice compiler :)...
Forum: C++ May 4th, 2007
Replies: 4
Views: 1,633
Posted By CodyOebel
I hope this helps for some of those wanting to create a basic menu.



#include <iostream>
#include <dos.h>
#include <windows.h>
#include <string.h>
#include <fstream>
using namespace std;
Showing results 1 to 40 of 44

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC