Convert console to windows gui application
-
Hi I am beginner in c++ , I have a console project and want to convert it to windows application , after 6-7 days trying I couldn't convert it and when I compile project I have many more errors
This is my console project: http://uploaded.net/file/8yv5u1s7
Please convert it for me to windows gui application to help me thanks a lot
-
Hi I am beginner in c++ , I have a console project and want to convert it to windows application , after 6-7 days trying I couldn't convert it and when I compile project I have many more errors
This is my console project: http://uploaded.net/file/8yv5u1s7
Please convert it for me to windows gui application to help me thanks a lot
Please read http://www.codeproject.com/Messages/2922875/HOW-TO-ASK-A-QUESTION.aspx[^]. You can also find many sample projects in the CodeProject articles section[^]. And if you really want to learn how to do Windows programming properly, then I would suggest one of these Books by Charles Petzold[^].
-
Hi I am beginner in c++ , I have a console project and want to convert it to windows application , after 6-7 days trying I couldn't convert it and when I compile project I have many more errors
This is my console project: http://uploaded.net/file/8yv5u1s7
Please convert it for me to windows gui application to help me thanks a lot
Don't convert console apps, rather follow this short list: 1. Make sure key logic is not in same file as main. 2. Create a dialog app using Visual Studio 3. Add files from step 1 4. Hook up functionality Of course 4 is the complicated part since how Windowed apps work is different from Console. As previously suggested, if you don't know how windowed apps work, get educated. Petzold isn't a bad starting point, though will only take you so far.
-
Hi I am beginner in c++ , I have a console project and want to convert it to windows application , after 6-7 days trying I couldn't convert it and when I compile project I have many more errors
This is my console project: http://uploaded.net/file/8yv5u1s7
Please convert it for me to windows gui application to help me thanks a lot
Just another homework, no effort from poster, just "I can't do it" and a link. We're supposed to invest time and effort to offer you solutions for free, in our time, so you can get an A and forget about C++ or something? RTFM.