Posts by Leonardo • 33 points
1 post
-
3
votes1
answer183
viewsQ: Hello World in C++ does not compile
I am reading the book "C++ Language Training", but this teaching all wrong. The hello world of the book simply does not compile: #include <iostream.h> void main() { cout << "Primeiro…