English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am in a computing class in my school that allowed us to learn what ever we wanted, so long as we were learning at a decent pace and the instructer knew what we were doing.
Anyways, I chose to teach myself Visual C# and I learned alot of the basics in coding, as well as creating forms.

After 9 weeks though we have to submit a project review thing that shows what we have done, and I want to code something that can demonstrate what I have learned, but cant come up with any cool ideas.

Anyone know of something I could do, even if its abit harder if you know of a tutorial or something that makes a cool program, or even a full project already done that allows you to edit it and customize it ect.

2007-03-24 17:13:54 · 3 answers · asked by Amnam 2 in Computers & Internet Programming & Design

3 answers

Well the good way to gain brownie points and actually do something that you can write on your resume is work on an open source project either fixing code or adding features. Unfortunately MS is not very friendly with Open source so I really dont know any projects in c#. Try doing something web related like a online diet diary or fitness tracker etc. The problem with web apps is that if you do not know what you are doing you can make your code insecure and get hacked.

2007-03-24 17:21:06 · answer #1 · answered by michael p 4 · 0 0

Agreed with above solutions that you'll have WinMain() someplace. It will probably be utilising the Win32 API, so that you must most of the time discover a useful resource of the best way to use that if you're unfamiliar with that kind of home windows programming. Otherwise, it would possibly not make any experience. A first-rate guide was once written at the subject by way of Charles Petzold. =) The fundamental execution begins there, after which initializes home windows categories, registers the ones categories, you create a window, and then you definately input the message loop, that allows you to cross to the position that you just specify parties will probably be dealt with (datum - lpfnWndProc). This is occasion situated programming. There are plenty of home windows messages despatched to that loop, and you'll be able to decide on to manage them nonetheless you please. However, you have to make a transfer case for every one. Once the message is dealt with, it returns again to the WinMain development, till an extra message is acquired. I wish this is helping.

2016-09-05 14:59:56 · answer #2 · answered by ? 4 · 0 0

We also offer a list of programming projects in an ebook on our site. 200 of them in fact and they are great for those learning the basics of a language or even industry programmers. Definitely worth a look.

http://www.coderslexicon.com/downloads/the-programmers-idea-book/

2015-07-16 07:42:13 · answer #3 · answered by Martyr2 7 · 0 0

fedest.com, questions and answers