Click to See Complete Forum and Search --> : Ways to learn programming without buying the full version....


DVader
March 26th, 2001, 02:14 PM
Many of you may already know this, but I have loved Microsoft's Visual Basic Control Creation Edition 5 http://msdn.microsoft.com/vbasic/downloads/cce/default.asp
I cannot compile to EXE but that is about it.
This free program has given me the ability to try programming without having to by the expensive software first.

I am wondering if there is a similar way to do the same for C++.

SubZero
March 26th, 2001, 02:19 PM
If you do a search for C++ on download.com, you could find a shareware/demo/freeware version of a c++ compiler.

LagMonster
March 26th, 2001, 02:33 PM
there are many free C++ builders out there which is really cool I know one called dgjpp(or something close to that) you can make full version retail apps with that.

mahdi
March 27th, 2001, 08:25 AM
Really Lag? A 'free' C++ compiler that lets you retail the programs you make with it? Too good to be true! Do you know if it supports DirectX API's? If so, let me know where to find it...that is a must have!

BreakWindows
March 27th, 2001, 08:50 AM
djgpp is the Windows port of the GNU c compiler...it is built for true standards-compliant C and C++ programming, so l seriously doubt if it supports ActiveX. But, if have ActiveX, l'm sure it cna be worked in.

Keep in mind, this isn't an IDE, it is a compiler.

LagMonster
March 27th, 2001, 09:00 AM
http://www.delorie.com/djgpp/


There is the website for it. Look around you have nothing to lose.

mal_sharpes
March 31st, 2001, 03:35 PM
Try the following web address to get a c++ compiler for trial use

http://www.borland.com/bcppbuilder/freecompiler/