vote up 1 vote down star

I would like to make a debug system in C++ where I can get input from a console and output. Output is the most important, but I would also like to get input to be able to change settings during program execution.

Does anyone have any good methods on solving this dilemma?

flag

1 Answer

vote up 2 vote down check

look at http://msdn.microsoft.com/en-us/library/ms681944(VS.85).aspx

  • AllocConsole
  • AttachConsole
  • GetStdHandle
  • WriteFile
  • ReadFile
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.