ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Lite version of C++

(1/2) > >>

shadowman:
Hello folks,
         i am looking for a super lite or light version of C++ program , ie., where it does the actual coding, not the huge MS Visual Basic 2008 or 2010, i remember using it from a floppy: where we used to write the acyual code's. Now i have forgotten about that program name, hope someone can direct me somewhere .

Any free version would work:
Thank you:

mouser:
I'm not sure exactly what you are asking for, but if you are asking for a more streamlined development environment for C++ coding, try Dev-c++:
http://www.bloodshed.net/devcpp.html

db90h:
Just get the Windows SDK. Comes will full compiler, linker, and everything you need to build from the command line. You can use any text editor, most support syntax highlighting these days.

app103:
Borland's old command line C++ compiler v5.5 is still available....and it's free.

https://downloads.embarcadero.com/free/c_builder

Ath:
Borland's old command line C++ compiler v5.5 is still available....and it's free.

https://downloads.embarcadero.com/free/c_builder
-app103 (March 10, 2012, 01:43 PM)
--- End quote ---
But that's only the compiler, no IDE, and shadowman seems to be searching for an IDE...

Maybe one of these?

* CodeLite
* MinGWstudio
* ideone
* Code::Blocks
* Pelles CThough I must say I never used any of them :-[ All the C++ I do is with existing (inherited) projects in Borland and Microsoft IDE's.

Navigation

[0] Message Index

[#] Next page

Go to full version