I was coding in PHP for few weeks, but now I want to learn C++.
This is my code:
$variable = 16;
std::cout << variable;
What's wrong with this?
I was coding in PHP for few weeks, but now I want to learn C++.
This is my code:
$variable = 16;
std::cout << variable;
What's wrong with this?