can someone explain C++ pleeease?
everytime i code in C it works, but when I try do do something in C++ it wont. Am I just misunderstanding how to write C++?
DId u learn c++ ?
sort of? my teacher wasnt very good at it so i get pretty confused...
C++ is a superset of C (it has all of C plus some more stuff). In your case, you may want to check out: http://www.cprogramming.com/tutorial.html http://www.cplusplus.com/ http://en.cppreference.com/w/Main_Page Taking a WILD guess, C++ has namespaces. Usually you need to have a line: using namespace std; so you can use, say, endl as opposed to std::endl
thank you so so so much! you're a lifesaver!
U CAN ALSO USE CODECADEMY I REALY LIKE IT
okay ill check it out...but i didnt think that it taught C++
Join our real-time social learning platform and learn together with your friends!