X-Tech Posted September 24, 2004 Share Posted September 24, 2004 Hey everyone, I was wondering what program you use to code and run C++ codes. I am a big noob to C++ and I want to learn. Also I would like to know it its free. VB isnt free so I just have to know. Link to comment Share on other sites More sharing options...
0 ssjchris_29 Posted September 24, 2004 Share Posted September 24, 2004 umm... you can use notepad to write the code, and i believe Borland has a free compiler that you can download. otherwise if worse comes to worse, check out www.download.com and do a search for C++ compilers Link to comment Share on other sites More sharing options...
0 dreamthief Posted September 24, 2004 Share Posted September 24, 2004 GCC Compiler is a free open source compiler. http://gcc.gnu.org/ Try this.. Link to comment Share on other sites More sharing options...
0 Paul Posted September 24, 2004 Share Posted September 24, 2004 Dev C++ is a great free compiler www.bloodshed.net Link to comment Share on other sites More sharing options...
0 CdCViRus Posted September 24, 2004 Share Posted September 24, 2004 Dev C++ is a great free compilerwww.bloodshed.net dev-c++ is NOT a compiler - it's an IDE the compiler it comes with is either gcc or cygwin Link to comment Share on other sites More sharing options...
0 KayMan2K Posted September 24, 2004 Share Posted September 24, 2004 VB isnt free so I just have to know. Visual Basic.Net Version 2 (aka 2005) has a free beta download: http://lab.msdn.microsoft.com/express/vbasic/ For C++, there are open source GNU tools that are excellent compilers. You can write your code in Notepad or download a more advanced IDE (search on Google and Download.com). EDIT: GNU compiler GCC already mentioned. Link to comment Share on other sites More sharing options...
0 Veiva Posted September 24, 2004 Share Posted September 24, 2004 You can get C++BuilderX Personal. Link to comment Share on other sites More sharing options...
0 X-Tech Posted September 24, 2004 Author Share Posted September 24, 2004 Thanks, anyone know of a Tutorial or some where I can learn the basics of C++? Link to comment Share on other sites More sharing options...
0 Veiva Posted September 24, 2004 Share Posted September 24, 2004 Thanks, anyone know of a Tutorial or some where I can learn the basics of C++? C++ Primer Plus is a good book. It is by (I think) Steven Prata (or something like that). I don't htink you can learn too much from going on the web. But hey, that is just me. :) Link to comment Share on other sites More sharing options...
0 azcodemonkey Posted September 24, 2004 Share Posted September 24, 2004 http://cplus.about.com/ Link to comment Share on other sites More sharing options...
0 X-Tech Posted September 24, 2004 Author Share Posted September 24, 2004 Thanks, I'm using Dev C++ The interface of that program kinda looks like Visual Studio. I'll look at that site right now... Link to comment Share on other sites More sharing options...
Question
X-Tech
Hey everyone,
I was wondering what program you use to code and run C++ codes. I am a big noob to C++ and I want to learn.
Also I would like to know it its free. VB isnt free so I just have to know.
Link to comment
Share on other sites
10 answers to this question
Recommended Posts