Hello guys, i want to learn computer programming but i don’t know where to start
Any advice?
Start with C++
=
Book: Programming: Principles and Practice Using C++ by Bjarne Stroustrup
- - An Introduction to Programming by the Inventor of C++
- http://www.amazon.com/Programming-Principles-Practice-Using-C/dp/0321543726
=
Code::Blocks == Open Source C/C++ IDE
- http://www.codeblocks.org/downloads/binaries
- - codeblocks-10.05mingw-setup.exe
=
Tutorials online:
- http://www.learncpp.com/
- http://www.cplusplus.com/doc/tutorial/
-
Free Electronic Books:
Thinking in C++ 2nd Edition by Bruce Eckel
Volume 1
- http://www.linuxtopia.org/online_books/programming_books/thinking_in_c++/index.html
Volume 2
- http://www.linuxtopia.org/online_books/programming_books/c++_practical_programming/index.html
How can i start with computer programming?
No TweetBacks yet. (Be the first to Tweet this post)
5 Responses
Leave a Comment
July 15th, 2010 at 4:41 pm
Try C++, Visual Basic, or Python. Python feels the most beginner friendly to me, but it’s all preference.
References :
July 15th, 2010 at 5:17 pm
If you are using windows I would suggest C++ or C# Visual Basics. This will let you drag and drop things like buttons, labels, menus etc and automatically write the code for you and all you have to do is learn the code to make them function the way you want them to. As your knowledge increases you can modify the drag and drop components or generate them yourself manually. Microsoft has VB 2008 lite that you can use for free and there is plenty of "how to" info to learn. If you use several different OS like linux, apple and windows, Java is a good language to learn. It also has drag and drop and can be used on any OS.
References :
July 15th, 2010 at 5:56 pm
Start with C++
=
Book: Programming: Principles and Practice Using C++ by Bjarne Stroustrup
- - An Introduction to Programming by the Inventor of C++
- http://www.amazon.com/Programming-Principles-Practice-Using-C/dp/0321543726
=
Code::Blocks == Open Source C/C++ IDE
- http://www.codeblocks.org/downloads/binaries
- - codeblocks-10.05mingw-setup.exe
=
Tutorials online:
- http://www.learncpp.com/
- http://www.cplusplus.com/doc/tutorial/
-
Free Electronic Books:
Thinking in C++ 2nd Edition by Bruce Eckel
Volume 1
- http://www.linuxtopia.org/online_books/programming_books/thinking_in_c++/index.html
Volume 2
- http://www.linuxtopia.org/online_books/programming_books/c++_practical_programming/index.html
References :
=
Free Online Programming Books
- http://www.techtoolblog.com/archives/195-free-online-programming-books
July 15th, 2010 at 6:04 pm
1) Try to learn basic language for syntax like c and c++
2) Then try to implement login on the language you learning
it will be helful to you
References :
July 15th, 2010 at 6:27 pm
i think you should first try C then C++ and then C#…
For C:
———-
These are videos to learn the C language by VTC.I bet this is very useful for beginners in CLanguage and for intermediates.PLUS I have added some 6 to 7 books
Of C and some ready to perform C programmes.
http://fileml.com/18OQ4
For C++:
————–
These are videos to learn the C++ language by VTC.this is very useful for beginners in C++Language and for intermediates.
DOWNLOAD FROM HERE:
http://fileml.com/18n978
For C#:
————-
download Master book to learn c#.awesome book.
this is the best book to learn c#.
http://fileml.com/18Fb0
BEST OF LUCK
References :