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
It doesn't make sense to just 'convert' a console application to a GUI application.

Depending on how well you designed the console application, you can build a GUI on top of it. But this isn't converting it.
If you didn't design the console application in such a way, then you'll just have to do some rewriting.
Topic archived. No new replies allowed.