Does anyone know of any good websites where I can learn to write C++ code and compile it with a C++ compiler. Also does anyone know of a good free C++ editor and compiler. I also would like to know if people know of any other programming languages that I can use to create a Windows GUI program that can connect to a MYSQL database. Thanks.
C++
Well first of all you need a c++ compiler. so go to
http://www.bloodshed.net
and download the Dev-C++ which is an IDE (integrated development environment) for the mingw compiler. So that will fulfill your both editing and compiling needs.
Now for sources to where from learn C++ try
http://www.programmersheaven.com
for c/c== it is
http://www.programmersheaven.com/zone3/index.htm
here is what you will find on this page . Every thing you need about c/c++ and this site almost contain resources about any programming language.
C Programming
C Articles & Tutorials (153)
C Development Tools (80)
C Links (171)
C Sourcecode (687)
C++ Programming
C++ Articles & Tutorials (206)
C++ Development Tools (104)
C++ Libraries (204)
C++ Links (171)
C++ Sourcecode (414)
See also:
ActiveX / COM Components
DLL Components
C++ Builder
C++ Builder Articles & Links (72)
C++ Builder Sourcecode & Utilities (27)
C++ Builder Components (169)
Messageboards
C/C++ programming
C++ MFC programming
Hope it helps
http://www.bloodshed.net
and download the Dev-C++ which is an IDE (integrated development environment) for the mingw compiler. So that will fulfill your both editing and compiling needs.
Now for sources to where from learn C++ try
http://www.programmersheaven.com
for c/c== it is
http://www.programmersheaven.com/zone3/index.htm
here is what you will find on this page . Every thing you need about c/c++ and this site almost contain resources about any programming language.
C Programming
C Articles & Tutorials (153)
C Development Tools (80)
C Links (171)
C Sourcecode (687)
C++ Programming
C++ Articles & Tutorials (206)
C++ Development Tools (104)
C++ Libraries (204)
C++ Links (171)
C++ Sourcecode (414)
See also:
ActiveX / COM Components
DLL Components
C++ Builder
C++ Builder Articles & Links (72)
C++ Builder Sourcecode & Utilities (27)
C++ Builder Components (169)
Messageboards
C/C++ programming
C++ MFC programming
Hope it helps
Well here is a site where you can download the free
Thinking in C++ book
http://www.mindview.net/Books/DownloadSites
Thinking in C++ book
http://www.mindview.net/Books/DownloadSites
thanks very much for the help
I'm gld i looked on here... so far you guys have been more helpful than the course that i'm paying far to much for....
cheers guys...

cheers guys...
BORLAND C++
not only c++ compiler, but also c compiler.
free to use.
not only c++ compiler, but also c compiler.
free to use.
i know of a website which teach abot C++ programming.... besides it aso teach HTML,XHTML,CSS,JavaScript,DHTML,XML,DOM,XSLT,ASP,ADO,SQL and many other programming languages...... the website is www.w3schoolscom........ i hav been using tis website to do my programming project...... it is very useful.....
tis is wat i found from tis website........
[snipped]
there are aso many examples on the site...... the cool things abot the website is tat they make real examples for u try out...... so...... wat u waitting for...... go and try it out.......
tis is wat i found from tis website........
[snipped]
there are aso many examples on the site...... the cool things abot the website is tat they make real examples for u try out...... so...... wat u waitting for...... go and try it out.......
I will recommend you to start off with this tutorial: http://www.cppprogramming.com/
Thats the tutorial I had used to teach myself how to program in C.
"I also would like to know if people know of any other programming languages that I can use to create a Windows GUI program that can connect to a MYSQL database."
Yes, you can use Java, MS Visual Basic or Borland Delphi.
Thats the tutorial I had used to teach myself how to program in C.
"I also would like to know if people know of any other programming languages that I can use to create a Windows GUI program that can connect to a MYSQL database."
Yes, you can use Java, MS Visual Basic or Borland Delphi.
Related topics
