Re: Good lord, when do I get to actually program?



My advice to you would be to stop reading and start messing about.

You cannot damage the computer by writing code on it so whatever you do
you'll be learning.

Program something that has a visible result. Something like a graphics
program that draws lines or bounces a ball around. That way you can see the
results immediately.

Start off small with a new windows foms application. See if you can pop up a
message box in response to a button click.

The most important thing to do is to have fun with it. You'll never do that
with your nose stuck in a book full of code.
--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.





"John Salerno" <johnjsal@xxxxxxxxxxxxxxx> wrote in message
news:7fidnURrD6N7tenfRVn-2A@xxxxxxxxxx
> Ok, I've been reading an intro book to C# and I'm learning a lot of the
> basics. I can follow along with all the sample code and understand exactly
> what it's doing, but I know there's no way I'd be able to write the code
> myself.
>
> Also, it seems like every time I come here, or read info online, there is
> so much complicated stuff that I haven't even seen yet. Basically what I'm
> wanting to know is, how long do you expect it to take a hobbyist to
> actually be able to write programs? I know right now I'm just learning the
> basics, but I'm having trouble seeing myself bridging the gap from basics
> to actual programmer. Did anyone here learn a lot on your own, or did you
> have formal training?
>
> Just trying to gauge how I'm going to progress, I suppose...


.