this isn't a book, but I'd recommend some of the courses on coursera. Especially the ones by Rice University. There's one where you learn concepts for programming basic arcade games in python (pong, asteroids, blackjack, bubbles). I think coursera has several basics of programming classes that might be good too.
Comment has been collapsed.
I took a free class at udacity.com that was pretty nice. I think its still free, its been a while.
Comment has been collapsed.
I'm just a hobbyist but I like it. Speaking from experience, I would definitely recommend it over purchasing a book on amazon. You can buy a plethora of books on swimming, but no book compares to just getting in the pool. :)
Comment has been collapsed.
I believe there are free books on the C (and related languages). Maybe head over to the library and check out a few books.
I wouldn't suggest a "dummies" series book though, because they often omit many key details in order to keep complexity low.
Comment has been collapsed.
The table of contents of that book seems fine. It starts you working with basic data (e.g. text), moves onto some logic and then introduces more exotic things like classes, functions, and more exotic data types (e.g. arrays). Just get your text editor ready (one that highlights syntax will be very helpful. I've found Notepad++ to be adequate) and get some of that example code running! Unless you're making something very complex, you don't need a full-blown dev environment.
The tricky part of learning is taking those examples and applying the concepts to something of your own. What I'd recommend is to have a project in mind that you'll work towards. Something you have no idea how to do, but something that seems reasonable (not making the next Minecraft). As you learn about things, like how to print text or having the user select options to perform certain tasks, start trying to slowly build your program to make your masterpiece.
Comment has been collapsed.
You could probably find every resource you want online. I just googled book C K&R
and I got this e-book as the second link, http://www.iups.org/media/meeting_minutes/C.pdf and it's easier to use than the paper version.
It's very important you have a developer environment at your disposal. Download the free tools and play with them. The guides and manuals are online. The stack overflow questions have already been asked. Get your hands dirty and try things, you will learn more about programming by doing it than by progressing through a book about it.
Comment has been collapsed.
There are many ways of programming...
Are you going to build websites? Learn HTML first then =>CSS => JavaScript branch =P Or learn CMS's
If you want to learn how to build Android/PC apps&games - Java is better for you
It's better to use NetBeans, Eclipse or InteliJIdea to program on Java easily,try googling them
Comment has been collapsed.
53 Comments - Last post 16 minutes ago by radagast82
102 Comments - Last post 23 minutes ago by lycankai
1,135 Comments - Last post 1 hour ago by sfkng
79 Comments - Last post 2 hours ago by MeguminShiro
16,630 Comments - Last post 2 hours ago by Kenruyoh
891 Comments - Last post 2 hours ago by nhahtdh
32 Comments - Last post 4 hours ago by Ekaros
12 Comments - Last post 2 minutes ago by coleypollockfilet
121 Comments - Last post 3 minutes ago by herbesdeprovence
37 Comments - Last post 9 minutes ago by Boson
76 Comments - Last post 15 minutes ago by Begum
111 Comments - Last post 28 minutes ago by Mortvie
4 Comments - Last post 30 minutes ago by zzzwlagga
93 Comments - Last post 32 minutes ago by Vasharal
Hi. Im started studying programming and im looking for a book that has the basic. I found this book to understand concepts, but i dont know what to do.
http://www.amazon.com/gp/product/1118408039/ref=olp_product_details?ie=UTF8&me=
Any ideas?
Comment has been collapsed.