This is not true...
When you write a console app you don't have to worry about blocking functions such as recv or connect. When you use windows GUI you can't block the program,and that's why u have to use :
switch(msg){
case ...
case...
case...
}
Windows GUI programs work in a different way simply...




Reply With Quote