blackshadowbutt Posted September 9, 2008 Posted September 9, 2008 (edited) I am very newbie in c and i want to know about it . Whats the difference between c , c++ and Turbo C++ And what is best for me to learn first. Edited September 9, 2008 by blackshadowbutt
Killboy Posted September 9, 2008 Posted September 9, 2008 C and C++ are programming languages, C++ being the successor of C. C++ has a few advantages over C like object oriented coding (it's not enforced though). If you're new to either of the two, definately go for C++, if you don't feel like using classes you can always code plain functions. Basically C is a subset of C++, or at least most compilers support both. So if you can code C++, you almost know C Turbo C++ is just an IDE (development environment), just like Visual Studio It contains source file editors, a compiler, debugger and other stuff you might need while coding, it's not a programming language...
blackshadowbutt Posted September 9, 2008 Author Posted September 9, 2008 Thanks sir I will try to learn c++Thanks very much. Can you give a link for some basic tuts on c++
blackshadowbutt Posted September 9, 2008 Author Posted September 9, 2008 As i am a starter student of c++ Now i need its setup and installation guide Can somebody give me the link. thanks in advance.
Loki Posted September 9, 2008 Posted September 9, 2008 (edited) Oh dear god, man......Here Edited September 9, 2008 by Loki
Recommended Posts