Learn by comparing.

Side-by-side syntax comparison across 6 programming languages. See how the same concept looks in TypeScript, Python, Go, Rust, C++, and Java.

c++
std::cout << "Hello, World!" << std::endl;
Start Comparing