Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

What's a good way to start computer programming

Jul 11, 2011 5:29AM PDT

I'm in intrested in to learning how to program, I know to start off learning one language is important. Which one is good to learn c+, C# etc. Are there any links to learn, or is it good to learn from books. Plus i own a Mac, so i need the right software to be compatible

Discussion is locked

- Collapse -
Answer
Apple! Free dev kits from who else? Apple!
Jul 11, 2011 6:38AM PDT

Just head to http://developer.apple.com/ and join which areas you want to learn.

Free tools, tutorials and forums.

As to what language, what not all of them? I fear some want to specialize but my advice is to "follow the money." Learn the basics and write something. WRITE ANYTHING!!! Make a demo, make a dozen demos to show your work and ideas.

I don't care if your first is Hello World! Dive in and get going.
Bob

- Collapse -
Answer
Programming
Jul 11, 2011 6:45AM PDT

My suggestion, and thoughts on this are that Microsoft Visual Basic for Applications (VBA) and VB.Net offer a lower hurdle of entry into programming. If you have any version of MS Office installed, you can begin programming now. Doesn't mean you shouldn't delve into C++ and the like, it just may be more difficult to get started. Use as many resources at your disposal to learn: books, Internet, interest groups, etc.

Try to solve a problem using programming, whether you make it up, or it is a real problem. Then solve that problem using a different programming language. Knowing where to find information is more important than memorizing facts, routines, syntax. You can always look stuff up, or work off some example code.