Help with fin.getline()

Started by
0 comments, last by raz0r 18 years, 1 month ago
After put a sentence using the fin.getline() function, how can i display it in the promp ? ( i'm having problem with this )
Advertisement
You can use std::cout to display data.

For example:
std::cout << "Hello World!";

This topic is closed to new replies.

Advertisement