Hi, I'm brand new to programming. I'm learning from a book entitled Beginning C++ Through Game Programming. My first program is essentially a "Hello World" application. One of the lines of code i'm instructed to use is
cout << "Game Over << end1; end1 is supposedly used to create a line break, but when I go to compile it says that end1 is undeclared. Can anyone help me with this? thanks
If you really want a good start, try Thinking in CPP volume 1. Games are fun to make, however, you should start with the basics. Believe me, the sense of accomplishment is awesome just writing a simple(read: small) working program.