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.
This is a discussion on Need a bit of help with dev c++ within the Windows Programming forums, part of the Platform Specific Boards category; I've got dev c++ and i've done some dos programs but I need help with a windows program. The problem ...
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.
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.
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).