#1
|
||||
|
||||
C++ Help/Compiler
So any of you CS guys out there, I need a good free C++ compiler and have a bunch of questions to ask. I tried Microsoft's Visual C++ 2008 Express but all the tests I was trying had various errors and I think I have an idea why.
But I need just a basic C++ editor/compiler and would like to talk to someone on vent for a while |
#2
|
||||
|
||||
making a keylogger?
__________________
"Nobody's Perfect, and Im nobody! so that makes me Perfect!" http://wow.sig.magelo.com/91887.png |
#3
|
||||
|
||||
#4
|
||||
|
||||
Are you compiling windows based programs or simple command line programs?
If you're familiar with UNIX and the programs have no Microsoft/Windows dependencies, you can use g++ for your compilations. Last edited by Xyrana; 02-01-2008 at 02:12 AM. |
#5
|
||||
|
||||
Quote:
Im just trying to learn the basics at the moment. Last edited by Nightlive; 02-01-2008 at 02:46 AM. |
#6
|
|||
|
|||
just DL borlands C++ compiler, it works through the dos emulator still i think. Very simple, but easy to use.
|
#7
|
||||
|
||||
Here is the one I use for school, called Dev C++
http://www.bloodshed.net/download.html I like it so far. |
|
|