I know C++ now!
I just looked at some tutorials today, and I learned some cool stuff! Nothing compared to anyone who knows C++ decently, but today is my first day!
Voters
Share your repls and programming experiences
I just looked at some tutorials today, and I learned some cool stuff! Nothing compared to anyone who knows C++ decently, but today is my first day!
Might wanna use
using namespace std;
since you're just starting out@DynamicSquid i heard its a bad habit from the tutorial so nah (i think?)
@awesome10 it is, but since you're just starting out, I would recommend using it since it provides cleaner code.
@DynamicSquid ok ill try it :D its
right?
@awesome10 yes, put it under the headers