Hi All,
I have a simple console app which performs a couple of calculations and prints them to the window. While in development (VC++6) it works great - a message appears - press any key to end (or something like that)
When I use the actual exe by itself the program opens and ends in a flash. What code do I need to keep the window open like when in dev mode?
Thanks,
KB
I have a simple console app which performs a couple of calculations and prints them to the window. While in development (VC++6) it works great - a message appears - press any key to end (or something like that)
When I use the actual exe by itself the program opens and ends in a flash. What code do I need to keep the window open like when in dev mode?
Thanks,
KB