print("Hello")
println("Hello")
#include <iostream>
int main(int argc, const char* argv[]) {
cout << "hello\n";
}
I'm a total beginner and don't have a compiler yet. thanksare you a total beginner, or do you have some experience? Do you have c++ compiler on your computer?
Download one of the free visual express programs from microsoft like C# or C++.I'm a total beginner and don't have a compiler yet. thanks