Does anyone know a good site to lear C++ ?? from the beginning
Printable View
Does anyone know a good site to lear C++ ?? from the beginning
http://www.cprogramming.com
http://www.planet-source-code.com
http://www.programming.com
If you are a true beginner, I suggest you start off with a book such as Teach Yourself VC++ In 21 Days.
Here are some full and free C++ online books:
Code:Learn C++ in 21 Days" is a good book.Here is the online verion:
http://newdata.box.sk/bx/c/
"Thinking in C++"
http://www.codecuts.com/codecuts/pdf...l/TIC2Vone.pdf
http://www.codecuts.com/codecuts/pdf...l/TIC2Vtwo.pdf
also
http://free-ed.net/catalog/crsemain.asp?nC=3&nD=2&nO=3
I heard today that Microsoft was going to come out with a new version of C++ called C Sharp. Does anyone know anything about this or is it just a rumor?
Yes C# is coming with VS 7. It's going to be a simplified version of C++.
You're are probably right. The power of C++ was in it's dificult bits. I suspect, that with them gone it won't be much more powerful than VB.
I think im going to stick with C++. The whole reason I leared it was to be able to take advantage of its capabilitys that VB can't offer.
http://www.cprogramming.com is the site you should start out with. It helped me a lot. Although, I didn't finish it, I do plan to soon :rolleyes:.Quote:
Originally posted by Megatron
http://www.cprogramming.com
http://www.planet-source-code.com
http://www.programming.com
If you are a true beginner, I suggest you start off with a book such as Teach Yourself VC++ In 21 Days.
Than as you become more experienced with the basic, move on to http://www.planet-source-code.com because seeing examples helps a lot too.
I don't know about http://www.programming.com, never been there...yet.
isn't c# supposed to be a c++ version for the internet trying to replace java