08-08-2001, 06:31 AM
Hi!
I want to know how can I enter some command from MSDOS prompt
and then draw picture on OpenGL Window.
Again back to MSDOS prompt and enter command
and draw picture...
I wrote input commad in display function but it did not work.
void display(void)
{
char c[20];
cin >> c;
while
...
}
or I need to use MFC?
I want to know how can I enter some command from MSDOS prompt
and then draw picture on OpenGL Window.
Again back to MSDOS prompt and enter command
and draw picture...
I wrote input commad in display function but it did not work.
void display(void)
{
char c[20];
cin >> c;
while
...
}
or I need to use MFC?