PDA

For continued disscussion on this topic : close a window (C++)



crazycoder
07-03-2001, 06:25 PM
ok... simple problem, i want to know how to make a c++ program end and close the current window. in graphics mode (the premade one by borland), it was just a case of closegraph() followed by exit(0). text mode is a different story. putting exit(0) just makes the program finish, but the window doesnt close. if someone knows what i am talking about, and they are clever (hope the compliment works), please help.

:D