You will never notice a difference between bad C code and bad C++ code- they are very similar. However, if you compare good C code and good C++ code, then you will notice a lot of difference.Shuffle said:I haven't seen much of a difference between C and C++, personally..
C++ introduced object-oriented programming into the language. You won't find classes or anything of the sort in C.
Try looking here for help on C++: http://www.cplusplus.com/doc/#tutorial
That's a great tutorial, and although I never use C++, it was a great help.