Any know how to make text come up on the screen like when u type Sebastiani did this in his chat bot prog.
This is a discussion on blinging text within the C++ Programming forums, part of the General Programming Boards category; Any know how to make text come up on the screen like when u type Sebastiani did this in his ...
Any know how to make text come up on the screen like when u type Sebastiani did this in his chat bot prog.
Huh? Can you rephrase that?
To print text (console):
Code:cout << "Sebastiani" << endl;
MagosX.com
Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.
its explained in the chat bot thread....