Thread: Need a bit of help with dev c++

  1. #1
    Unregistered
    Guest

    Unhappy Need a bit of help with dev c++

    I've got dev c++ and i've done some dos programs but I need help with a windows program.

    The problem is that when i choose windows application i dont know where to start putting code.

  2. #2
    Unregistered
    Guest
    Try the examples that come with devc.

    Try the tutorials at http://www.winprog.org/tutorial/

    Try examples at http://www.foosyerdoos.fsnet.co.uk

    That should get you started.

  3. #3
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    I also use dev-c++ for windows programming and when I first started programming I felt the same way when looking at the IDE's monsterous template for windows programs. However, after learning to program with the win32 API you will find that more often then not you will start projects from scratch (i mean you don't use the template).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. porting application from 32 bit to 64 bit error
    By gandalf_bar in forum Linux Programming
    Replies: 1
    Last Post: 09-14-2005, 09:20 AM
  2. Bit processing in C
    By eliomancini in forum C Programming
    Replies: 8
    Last Post: 06-07-2005, 10:54 AM
  3. Porting from 32 bit machine to 64 bit machine!
    By anoopks in forum C Programming
    Replies: 10
    Last Post: 02-25-2005, 08:02 PM
  4. Bit Manipulation Questions
    By CPPNewbie in forum C++ Programming
    Replies: 7
    Last Post: 08-12-2003, 02:17 PM
  5. Array of boolean
    By DMaxJ in forum C++ Programming
    Replies: 11
    Last Post: 10-25-2001, 11:45 PM