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. [OF] Using Plain C++ to create Windows

[OF] Using Plain C++ to create Windows

Scheduled Pinned Locked Moved C / C++ / MFC
c++toolsquestion
3 Posts 3 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.
  • Q Offline
    Q Offline
    QuickDeveloper
    wrote on last edited by
    #1

    hi Can we create Windows ,Dialog Boxes and other components without using MS VC++??If so how??:confused: Can't we write the code in Plain C++ or are there any third part tools/libraries available for it??

    "Every morning I go through Forbes list of 40 richest people in the world. If my name is not in there, I go to work..!!!"

    D C 2 Replies Last reply
    0
    • Q QuickDeveloper

      hi Can we create Windows ,Dialog Boxes and other components without using MS VC++??If so how??:confused: Can't we write the code in Plain C++ or are there any third part tools/libraries available for it??

      "Every morning I go through Forbes list of 40 richest people in the world. If my name is not in there, I go to work..!!!"

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      Windows applications reqire the Windows SDK.


      "Talent without discipline is like an octopus on roller skates. There's plenty of movement, but you never know if it's going to be forward, backwards, or sideways." - H. Jackson Brown, Jr.

      "Judge not by the eye but by the heart." - Native American Proverb

      1 Reply Last reply
      0
      • Q QuickDeveloper

        hi Can we create Windows ,Dialog Boxes and other components without using MS VC++??If so how??:confused: Can't we write the code in Plain C++ or are there any third part tools/libraries available for it??

        "Every morning I go through Forbes list of 40 richest people in the world. If my name is not in there, I go to work..!!!"

        C Offline
        C Offline
        Cedric Moonen
        wrote on last edited by
        #3

        QuickDeveloper wrote:

        Can we create Windows ,Dialog Boxes and other components without using MS VC++??

        Depends of what you plan to do exactly. You will still need to link to the win32 API but you don't need to use MFC and thus, you can use another compiler like Dev-Cpp for example (altough, I don't recommand it ;P). But, going the win32 way is VERY complicated and it's very long to develop a simple application. You can use wxWidgets[^]: it is a cross-platform GUI library that will let you develop GUI quite easily.


        Cédric Moonen Software developer
        Charting control [Updated - v1.1]

        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