Some Questions on Computer Programming

This is the area for general chatting and discussion

Moderators: Moderators, Caretakers, Imps

Post Reply
User avatar
Dourht
Avatar
Posts: 152
Joined: Mon Sep 20, 2004 10:18 pm
Location: Arizona

Some Questions on Computer Programming

Post by Dourht »

Ok, so recently I have decided to go into the Computer Programming career. The ironic thing is that i know nothing about this subject. I have looked at tutorials on the net, but none of them seem to help. So anyone know any good books/websites that would benefit a newbie programmer?

Ok, heres the second part. There are many computer languages, but i dont know which one(s) i should learn. Oh and Can you tell me the difference between some of the languages?

All of this would be greatly appreciated.

This is going to decide what im going to do with my life.
Dourht Heavyaxe
User avatar
Isabelle
Retired Caretaker
Posts: 1377
Joined: Wed Sep 15, 2004 2:06 am
Location: Ontario, Canada
Contact:

Post by Isabelle »

the book, learn C in 21 days, very helpful.

as with anything, it requires a desire to learn, and it requires a desire to finish what you start.

If you stick with it, you will succeed.

Once you learn C, you can learn C++, and once you have learned both, you can continue on, picking up new ones as you go, taking practical knowledge learned from the previous lessons to guide you further.
User avatar
Chilliwack
Tri-Avatar
Posts: 705
Joined: Tue Aug 02, 2005 4:46 am
Main Char: Chilliwack
Location: Ottawa, Ontario
Contact:

Post by Chilliwack »

VISUAL BASIC ALL THE WAY
Check it ouuuuut
User avatar
Kiasyn
Caretaker
Posts: 814
Joined: Tue Sep 14, 2004 2:11 am
Location: New Zealand
Contact:

Post by Kiasyn »

Chilliwack wrote:VISUAL BASIC ALL THE WAY
Visual Basic sucks.
Kiasyn Kelle
User avatar
Kiasyn
Caretaker
Posts: 814
Joined: Tue Sep 14, 2004 2:11 am
Location: New Zealand
Contact:

Post by Kiasyn »

C is a procedural language.
See: http://en.wikipedia.org/wiki/Procedural_programming

C++ is an object oriented language.
See: http://en.wikipedia.org/wiki/Object_oriented

There are links to other types of programming languages at:
http://en.wikipedia.org/wiki/Programming_paradigm

EDIT: Both C and C++ are low-level languages.
Kiasyn Kelle
User avatar
Celeborn
Arch-Caretaker
Posts: 739
Joined: Tue Sep 14, 2004 1:12 am
Main Char: Celeborn
Location: Delft, The Netherlands

Post by Celeborn »

If you want to code for earning your money, I would suggest starting with learning the basics behind PHP and MySQL. It wont take that long to learn and its easyer to find /some/ work with it when you are still at a beginners level.

Languages like C and C++ have the disadvantage that they take years to master and several generations are already very adept at them. If you want to truely master modern languages I really recommend you join a course (university or otherwise).
User avatar
Zeraphin
Arch-Caretaker
Posts: 418
Joined: Tue Sep 14, 2004 1:00 am
Location: Atlanta, GA
Contact:

Post by Zeraphin »

Agreed with Celeborn's advice. However, a further note:

LEARN C++. Whatever you do, make sure you eventually learn it. The general syntax from C (And if you're going to learn C, you might as well learn C++) has be reused in several other languages, and the concepts are used in many other more modern languages.

DO NOT learn Java before C++. I'm telling you this from personal experience with other programmers I work with. C++ programmers have a very easy time learning Java, but those programmers who learned Java first struggle to learn C++. The concepts that Java teach don't translate well into C++, however C++ has concepts that DO translate into Java.

That and I hate Java. Its slow and clunky, a good prototype for what it was meant to do, but newer and better things have arrived since, such as C#.

PHP and MySQL are both good to learn if you want to do web developement. There's several differences, but if you had already known C++ you could pick up PHP in under a week, easily. The syntax is based roughly on C/C++.

And I can't stress this one enough: If you plan to do webpages, learn to use 100% valid XHTML 1.0 Strict and CSS.
Zeraphin Chan
Dark Angel of Balthildis
User avatar
Chilliwack
Tri-Avatar
Posts: 705
Joined: Tue Aug 02, 2005 4:46 am
Main Char: Chilliwack
Location: Ottawa, Ontario
Contact:

Post by Chilliwack »

visual basic rawks... so do quotes of quotes[/quote]
Check it ouuuuut
User avatar
Dunadan
Lowbie
Posts: 79
Joined: Mon Sep 20, 2004 10:18 pm
Location: Oregon, United States
Contact:

Post by Dunadan »

With any language you're coding in it takes time and practice to get really good at it. Theres lots of books on how to code in certain languages that are good for learning special syntaxes and rules of the language but theres more to coding then just knowing the language. It also has a lot to do with planning/problem solving/ testing etc, and like others said joining a course or university is a good way to strengthen these skills and practice them. But if you want to just do programming for entertainment its always fun to just screw around til you figure something out :P.
Dúnadan Estel

Lat., Insipientis est dicere, Non putarum.
[It is the part of a fool to say, I should not have thought.]
-Publius Cornelius Scipio Africanus
User avatar
Zidane
Tri-Avatar
Posts: 560
Joined: Tue Nov 16, 2004 6:30 pm
Location: florida
Contact:

Post by Zidane »

Dunadan wrote:With any language you're coding in it takes time and practice to get really good at it. Theres lots of books on how to code in certain languages that are good for learning special syntaxes and rules of the language but theres more to coding then just knowing the language. It also has a lot to do with planning/problem solving/ testing etc, and like others said joining a course or university is a good way to strengthen these skills and practice them. But if you want to just do programming for entertainment its always fun to just screw around til you figure something out :P.
i have to agree with dunadan here :twisted:
Dr. Zidane of The Forsaken
weems
Tri-Avatar
Posts: 592
Joined: Mon Sep 20, 2004 12:52 am

Post by weems »

kiasyn wrote:C is a procedural language.
See: http://en.wikipedia.org/wiki/Procedural_programming

C++ is an object oriented language.
See: http://en.wikipedia.org/wiki/Object_oriented

There are links to other types of programming languages at:
http://en.wikipedia.org/wiki/Programming_paradigm

EDIT: Both C and C++ are low-level languages.
Um, no. They are high level languages.

Low level would be like assembly, or machine language.
Quintos
Dual-Avatar
Posts: 489
Joined: Mon Sep 20, 2004 10:03 pm

Post by Quintos »

Binary for life! Only the hardcore code in Base 2!
Quintos Aelon, Progenitor of the Aelon line
User avatar
Chilliwack
Tri-Avatar
Posts: 705
Joined: Tue Aug 02, 2005 4:46 am
Main Char: Chilliwack
Location: Ottawa, Ontario
Contact:

Post by Chilliwack »

visual basic is low level
Check it ouuuuut
weems
Tri-Avatar
Posts: 592
Joined: Mon Sep 20, 2004 12:52 am

Post by weems »

Chilliwack wrote:visual basic is low level
No, it is not. It is high level.
User avatar
Dunadan
Lowbie
Posts: 79
Joined: Mon Sep 20, 2004 10:18 pm
Location: Oregon, United States
Contact:

Post by Dunadan »

High level languages are those that are not machine code/assembly language and require compilers/interpreters in order to run them. :P High level languages are usually a lot easier to code in and for that reason most the languages people code in are considered high level.
Dúnadan Estel

Lat., Insipientis est dicere, Non putarum.
[It is the part of a fool to say, I should not have thought.]
-Publius Cornelius Scipio Africanus
Post Reply