Menu

Windows Program Help

2007-08-04
2012-09-26
  • Nobody/Anonymous

    This may sound kind of stupid but I can't make heads or tails of adding controls and making any use of a windows program in Dev-C++, the only other experience I have with it is Microsoft Visual C++ 2005 Express and it manages all that code for you :( Can anyone please put up some sample code or give me a link to download a windows program in Dev-C++. And by the way, no this is not homework, I'm in high school and I plan on majoring in software design and want to get a little head start. :)

                                                Thanks in advance for all the help,
                                                        Geniusdog
    
     
    • Anonymous

      Anonymous - 2007-08-04

      If you want something like Visual C++ consider using the derivative wxDev-C++. It uses the wxWidgets class library (similar to MFC), and adds a 'visual'GIU design tool.

      If you stick with vanilla Dev-C++ you have to directly code to the Win32 API, and manually construct resource scripts ('Petzold style'). Dev-C++ does not have some much as a resource editor, let alone RAD tools.

      Clifford

       
    • Nobody/Anonymous

      C:\Dev-Cpp\Examples

      Old newbie

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.