PDA

View Full Version : Console Window In GUI App



Hellocat
26th February 2011, 10:26
Hey guys

I'm writing a GUI program that simulates a store's stock of items. So far I have an input system in the GUI where the user can enter the data for items.

However, I need to output the list of items in a console window. I have no idea how to create a console window in a GUI app.

Can anyone please point me in the right direction?

Thanks

tbscope
26th February 2011, 15:08
How does this console program work?
Is it a curses interface?