Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Convert console to windows gui application

Convert console to windows gui application

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++helplearning
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 10960948
    wrote on last edited by
    #1

    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

    L J C 3 Replies Last reply
    0
    • U User 10960948

      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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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[^].

      1 Reply Last reply
      0
      • U User 10960948

        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

        J Offline
        J Offline
        Joe Woodbury
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0
        • U User 10960948

          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

          C Offline
          C Offline
          Cristian Amarie
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups