H
Hai Ly Hoang [MT00KSTN]
I have a C++ console program which has a lot of output (no input) like this:
cout << "Strings here".
Now i want to turn this application to windows application (with gui) and I
want to bring the output of
cout << "string" to a rich text box. Because of a great quantity of cout, i
don't and can't change each cout << code.
I need some mechansim (like pipe or hook into << command) to direct the
output of cout << into the rich text box.
Anyone know about it ?
Thanks a lot.
cout << "Strings here".
Now i want to turn this application to windows application (with gui) and I
want to bring the output of
cout << "string" to a rich text box. Because of a great quantity of cout, i
don't and can't change each cout << code.
I need some mechansim (like pipe or hook into << command) to direct the
output of cout << into the rich text box.
Anyone know about it ?
Thanks a lot.