How-To Geek Forums / Tutorials
Programming
(13 posts)The 'For Dummies' series is a nice starter. Pick the language you want and go from there.
http://www.dummies.com/how-to/.....mming.html
http://www.dummies.com/store/C.....mming.html
Note that depending on language you choose, you could need extra items, such as a compiler or programming environment tool, like Visual Basic compiler.
If you have a Border's or Barnes and Nobles near you (or other bookstore) you might want to investigate what they have.books do come with CD's that include all needed items such as compilers and even source code.
Irv S.
It sort of depends what you want to do now or learn for a later reason?
If you want to create web pages, you''d want HTML, JAVASCRIPT, and other protocols.
If you want to do heavy duty programming, such as system utilities, you'd need to probably use C++ but require a lot of prior knowledge about the OS, calls in it, and even h/w operation possibly.
If you want to create simple programs, with a lot of code (subroutines) already available, Visual Basic probably is the best way to go.
Want to do games, there are books available with code, to teach you, but you'd still need the underlying tools and basic code knowledge.
Like I said, go to a bookstore and look at what is available and what is included. Just thumbing through the book should sort of give you an idea of the level of knowledge needed and which would suit you best.
Irv S.
"I want to create both web pages"????
Both?
Well, let's start with building a web page...
Here are some links to look at :
http://www.htmlprimer.com/
http://www.w3schools.com/html/html_intro.asp
http://www.htmlgoodies.com/
Web pages are not generally build using 'standard' programming languages but HTML and support stuff like JavaScript and Perl among others. This is not to be confused with PC computer programming.
Does that answer your question or are you looking for something else?
Irv S.
OK, use the links above for HTML.
Try these for C++ :
http://www.google.com/search?q.....=firefox-a
http://www.google.com/search?q.....=firefox-a
Still, your best bet is to go to a bookstore, buy a C++ book with the programming environment included (compiler, etc.).
In both of these cases, especially for a beginner, you'll want HARD COPY that you'll use as a reference, believe me.
Irv S.
As Irv says, you will need hard copy for C++
But this will get you on your way,
http://msdn.microsoft.com/en-u.....fault.aspx
@ ervind,
As what you've said that you are going to start Engineering with Computer Science, you must start with the basic C++. The fact is: Its really tough(at least impossible for me) to learn it with some PC tutorial. You need guidance. A coaching or something. Once you masters yourself in C++, all other languages will become a cake walk.
C++ is the base. I've also completed my Engineering in Computers and as far as I'm concerned, C++ will be included in your syllabus too. After learning this language, you can move to any language used for web designing. A tons are there... VB, ASP, C# ...etc.
I wish you a very good luck. :)
Regards
Nikhil.
Topic Closed
This topic has been closed to new replies. Please create a new topic instead.
