i am trying to write a program that uses a prewritten program that was a question and answer with yes/ no but i cannot get a message to display in a normal window . for some reason C++ does not allow a nowmal input of message .
How do i put a input statement from a c++ code into a normal window?
http://bama.ua.edu/cgi-bin/man-cgi?popen...
popen? Or http://pstreams.sourceforge.net/ (pstreams) if you're okay with a third party library.
Reply:Sounds like you're trying to use standard C++ in a situation where you should be using the Win32 API (which is in C). Try checking out the tutorial at the URL below and see what you figure out.
Reply:What do you mean by "normal window"? A console window?
yucca
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment