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.
27 Comments - Last post 39 minutes ago by MeguminShiro
908 Comments - Last post 41 minutes ago by MeguminShiro
68 Comments - Last post 2 hours ago by terrascura
16 Comments - Last post 3 hours ago by Inkyyy
47,263 Comments - Last post 4 hours ago by misterhaan
122 Comments - Last post 5 hours ago by Bloom3D
31 Comments - Last post 5 hours ago by DrR0Ck
8,361 Comments - Last post 45 seconds ago by Axelflox
2,642 Comments - Last post 5 minutes ago by MadmanTheMad
71 Comments - Last post 21 minutes ago by Habaruku
85 Comments - Last post 44 minutes ago by HustlaOG
9,854 Comments - Last post 1 hour ago by Axelflox
39 Comments - Last post 1 hour ago by Axelflox
158 Comments - Last post 2 hours ago by Swiftter99
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.