View Single Post
Old 09-06-2005, 12:41 PM   #4 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Experiment with this:
Code:
std::ofstream printer("LPT1", std::ios::out);
std::string MyString("Hello everybody!");
printer << MyString;
__________________
Valmont is offline   Reply With Quote