Sorry about all the posts; found time and have found time to do programing. Ok I want a usual console application to make a Win GUI window saying thanks at the end of the console app how would I do this eg:
#include whatever
Using namespase std; // what does that std thing mean google doesn't want to tell me
int main()
{
\\my console code goes here
}
//something to pass the program to the second part probably goes here
WinMain(thecomplexHINSTANSEWHATEVERargumentthing)
{
Whatevermycomplexwincodeis
}
So is there any way to start a WinGUI after a Console has ended.