Good ideas for beginner programming??
-
Guys I'm running out of ideas, I want to program something smart and creative so I can further advance my sqls :D So far I did programs like: Multi tab web browser (around web browser control) Mulit tab editor (rich text box, xml, etc)... by far best thing I did 1200 lines of code in this one :D Calculator (like standard win calc) Some picture viewers both MDI and simple... Some phone book program... Student evidential program (take care about student data, massive use of inheritance, abstract methods, arrays, printing, etc). Quad Media Player... can open 4 media files at once in one form... nice for comparing edited and unedited material... Fahrenheit-Celsius converter with events... and lot's of small things... Now I want to do something on next level... I don't want to involve much math in it... some level is fine... I want program to be usefull for something I do every day (or at least it's something someone would like to use every day)? Any idea is welcome?;P
-
Guys I'm running out of ideas, I want to program something smart and creative so I can further advance my sqls :D So far I did programs like: Multi tab web browser (around web browser control) Mulit tab editor (rich text box, xml, etc)... by far best thing I did 1200 lines of code in this one :D Calculator (like standard win calc) Some picture viewers both MDI and simple... Some phone book program... Student evidential program (take care about student data, massive use of inheritance, abstract methods, arrays, printing, etc). Quad Media Player... can open 4 media files at once in one form... nice for comparing edited and unedited material... Fahrenheit-Celsius converter with events... and lot's of small things... Now I want to do something on next level... I don't want to involve much math in it... some level is fine... I want program to be usefull for something I do every day (or at least it's something someone would like to use every day)? Any idea is welcome?;P
if you program every day, why not write something to help you do that. I could do with something that generates UIEditors for complex objects eg Dictionary>> etc that way you'll learn how to cope with restrictions imposed by existing infrastructure in this case the IDE.
-
Guys I'm running out of ideas, I want to program something smart and creative so I can further advance my sqls :D So far I did programs like: Multi tab web browser (around web browser control) Mulit tab editor (rich text box, xml, etc)... by far best thing I did 1200 lines of code in this one :D Calculator (like standard win calc) Some picture viewers both MDI and simple... Some phone book program... Student evidential program (take care about student data, massive use of inheritance, abstract methods, arrays, printing, etc). Quad Media Player... can open 4 media files at once in one form... nice for comparing edited and unedited material... Fahrenheit-Celsius converter with events... and lot's of small things... Now I want to do something on next level... I don't want to involve much math in it... some level is fine... I want program to be usefull for something I do every day (or at least it's something someone would like to use every day)? Any idea is welcome?;P
Want to help me with this?[^]? It definitely qualifies as "something on the next level". ;P Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
Want to help me with this?[^]? It definitely qualifies as "something on the next level". ;P Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithMarc Clifton wrote:
qualifies as "something on the next level"
Sound interesting but it's way ahead of one level up, I'm only doing c# for 2 months now... so maybe later who knows... I guess I'll just stick with ADO.NET 2.0 for now... that is next thing I need to learn good I guess... Still good ideas are welcome...