How can you learn to write computer code?


Ok I want to start to learn to write computer code but I am lost.

Are there any web sights you guys know that are helpful, or any tip etc.

I would like to learn java, c, c++ and all of them lol pretty much every thing you need to know

If there are thanks!

5 Responses to “How can you learn to write computer code?”

  • colanth:

    You don’t learn "coding", you learn programming. Then you learn the syntax of the language you’re going to use. (Which language you use depends on what the program needs.) Then you design the program and code it. Just learning the coding part (or learning a computer language) without the rest won’t help you to write programs, it’ll let you hack at it until you get frustrated enough to give it up in disgust.

    The best book I’ve ever found for learning programming is http://www.amazon.com/gp/offer-listing/0130224189/ref=pd_bbs_sr_olp_1?ie=UTF8&s=books&qid=1212765521&sr=8-1 It doesn’t teach you a computer language, it teaches you programming. In English.

  • Aman:

    There are various website such as:
    http://www.learncpp.com/
    http://www.javabeginner.com/

    I suggest you try googling them:
    http://letmegooglethatforyou.com/?q=c%2B%2B+and+Java+tutorials

  • micheal o:

    you need to buy a website but here it’s the same one i’m using!
    good lick!
    http://www.w3schools.com/

  • karshgen:

    well there was a section on it on this site. But it must have been remodled. Look on it. http://www.tutvid.com/index.php

  • Aldrin Cabrera:

    If you want to learn Java, you might need to invest. Books are still one of the best option since they completely details you everything (and in order). If you will be just visiting sites, you might come to a point where you will be patching information you have. This is critical for starters.

    Try to read books like Head First Java or those written by O’Reilly.

Leave a Reply