What kind of applications do you think a beginner like me should make?

I am writing my first windows based application and so far i only managed to put a soundtrack, some text in the client area, and a dialog box that prompts the user if they really want to close the application.

Can anyone give me some ideas on making a windows based application? preferably a simple idea so that i can get some experience in software engineering
Last edited on
How about an app that searches the dictionary?
Use this with WinINet
http://services.aonaware.com//DictService/DictService.asmx/DefineInDict?dictId=wn&word=SEARCH_TERM
closed account (z05DSL3A)
I would look at something like a hex editor[1]. You can start with the simple and add functionality to it as you go. They are also handy tools to have around.

______________________________________________
[1] http://en.wikipedia.org/wiki/Hex_editor
make simple games: tic, tac, toe, battleships, tetris, etc.

these are good entry level projects to learn know-how of application development.
Maybe something like a media player, to better familiarize yourself with the winapi.
Topic archived. No new replies allowed.