Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
differences between C and C++
Pwnzall wrote: C++ is OOP while C is not.
This is not completely true: C++ contains some language extentions over C that make object oriented programming and generic programming more convenient. C++ does not force object oriented design anywhere. C allows for object oriented programming as well, C++ only makes it simpler.
Anyway, a google search will help you to spot more differences.