UGN Security
Posted By: Cobweb Programs that you use C++ to code with. - 04/24/03 01:47 PM
Does anyone know of where I can get some free programs that you use to make other programs with using C++ ?(Using Windows 2000)
Posted By: pergesu Re: Programs that you use C++ to code with. - 04/24/03 11:34 PM
http://gcc.gnu.org/ <-- Free C compiler, has C++ module as well
Notepad will do the trick for a text editor. You may prefer something like JEdit
Posted By: Nem2k Re: Programs that you use C++ to code with. - 04/25/03 09:57 AM
Or even UltraEdit who works for anything (almost)

www.ultraedit.com
Posted By: MESELF Re: Programs that you use C++ to code with. - 08/13/03 04:39 PM
nanana this is the best...

http://www.bloodshed.net/

easy to use text editor that makes compiles and linkes with the press of one button. then you just run your program. it automatically tabs (but poorly). the only thing i can't get it to do is opengl (probably just my fault for being stupid lol).
Posted By: Ice Re: Programs that you use C++ to code with. - 08/13/03 11:41 PM
Windows

http://www.bloodshed.net/ is an OK compiler
I use Borland = ) Works like a dream

Linux

I use emacs to write the code then save it as .C
then G++ name.C -o name
© UGN Security Forum