Forum: C Feb 13th, 2009 |
| Replies: 4 Views: 1,558 I switched from Dev-C++ to Code::Blocks recently. The interface is awesome. I'm using the MinGW compiler, so there's no difference in compile time (they are using the same compiler). The only thing... |
Forum: C++ Jan 22nd, 2009 |
| Replies: 5 Views: 815 I found this http://www.codeproject.com/KB/IP/sniffer.aspx. This is what I wanted to do. |
Forum: C++ Oct 13th, 2008 |
| Replies: 2 Views: 977 I have tried to do this before. Just read a tutorial on how to do it by hand and make a function or whatever.
Check this out: http://www.permadi.com/tutorial/numBinToDec/index.html
Pretty much,... |
Forum: C++ Sep 12th, 2008 |
| Replies: 14 Views: 1,813 i'll attack the devpak! =) |
Forum: IT Professionals' Lounge Aug 18th, 2008 |
| Replies: 12 Views: 2,138 marco93, I'm reading Programming Windows by Charles Petzold, and I know about MSDN, it doesn't show every cool thing that can be done with C++. If it did, I would be completely amazed. Also, HOW IS... |
Forum: IT Professionals' Lounge Aug 17th, 2008 |
| Replies: 12 Views: 2,138 Hi, I was wondering if anyone knew any code snippets that do something cool like:
Open the CD tray:
mciSendString("open CDAudio", NULL, 0, NULL);
cout << "Opening CD-ROM door ..." << endl;... |
Forum: C++ Aug 5th, 2008 |
| Replies: 16 Views: 2,725 Prabakar, a trainer is something that lets you cheat on games. They can give you like infinite money and health and stuff.
hdan, to get a variables address in your own program do this:
... |