I'm in my first C++ class. I am supposed to have the program I'm writing "echo print" to the screen. What does that mean, I can't find any reference to it in my book.
Well my guess is that they're talking about the echo command.
An example of this would be: echo hello
On the screen you would see the words "hello"
I think they want you to write a program that uses this command and prints something onto the screen.
If this is so research the system() command.