Need to learn some languages

Anything else
User avatar
leDoOd
What custom title?
Posts: 777
Joined: Fri Feb 11, 2005 10:25 am
Location: The Q Continuum
Contact:

Need to learn some languages

Post by leDoOd » Thu Feb 24, 2005 3:26 am

I need to learn C, C#, C+, and C++ sometime...I don't care how long it will take and whatnot, but I feel left out in all these discussions about programs and commands etc.

I would prefer to start with basic C then work my way up, because I tried learning C++ for a while, but it didn't explain a lot of commands and I ended up losing heart and getting lost.

Anyone have any suggestions for some good books or software?

Thanks...

theblob
Posts: 114
Joined: Sun Jan 11, 2004 8:17 am
Location: Random Randomness

Post by theblob » Thu Feb 24, 2005 3:59 am

first do you know any other simpler languages eg. basic? if you haven't i'd recommend learning one before going on to more complicated languages.

second i think this has been posted before but http://www.cplusplus.com/doc/tutorial/
is a turorial for c++.

User avatar
leDoOd
What custom title?
Posts: 777
Joined: Fri Feb 11, 2005 10:25 am
Location: The Q Continuum
Contact:

Post by leDoOd » Thu Feb 24, 2005 4:45 am

Never heard of basic language... :oops: Is that a variant of C?

User avatar
Blorx
NOT A FRIGGIN PROGRAMMER
Posts: 3272
Joined: Wed Jan 26, 2005 4:01 pm
Location: South Carolina, United States
Contact:

Post by Blorx » Thu Feb 24, 2005 7:35 am

BASIC is NOT easier...It is way more complicated. I have a friend whose dad made pong out of both...he said C++ was easier

User avatar
leDoOd
What custom title?
Posts: 777
Joined: Fri Feb 11, 2005 10:25 am
Location: The Q Continuum
Contact:

Post by leDoOd » Thu Feb 24, 2005 9:31 am

So I should start with that before everything else? O.o Confusing...

zip
lugaruguru
Posts: 1820
Joined: Mon Jan 26, 2004 12:39 pm
Location: USA, Missouri
Contact:

Post by zip » Thu Feb 24, 2005 11:35 am

As somone who actually knows BASIC and (to some extent) C, I would say that BASIC is much easier for a beginning coder, you just want to move on after you learn it.

David
Project Leader
Posts: 1995
Joined: Wed Nov 19, 2003 10:45 pm
Contact:

Post by David » Thu Feb 24, 2005 12:47 pm

BASIC is definitely much easier to use.

User avatar
leDoOd
What custom title?
Posts: 777
Joined: Fri Feb 11, 2005 10:25 am
Location: The Q Continuum
Contact:

Post by leDoOd » Thu Feb 24, 2005 1:21 pm

Okay, so I will buy some books that teach basic (BASIC?) C then move onwards. Thanks.

zip
lugaruguru
Posts: 1820
Joined: Mon Jan 26, 2004 12:39 pm
Location: USA, Missouri
Contact:

Post by zip » Thu Feb 24, 2005 2:00 pm

BASIC = Beginners All-Purpose Symbolic Instruction Code
Or somthing...

Nayr
wicked bad-ass title
Posts: 643
Joined: Wed Jul 07, 2004 9:35 am

Post by Nayr » Thu Feb 24, 2005 2:45 pm

don't learn C# unless you are on windows.
BASIC might be hard to learn on a mac.
after that, learn C then Obj-C or C++ (I'm partial to obj-c :D)

Jeff
Evil Twin
Posts: 2892
Joined: Wed Nov 19, 2003 10:48 pm
Location: San Francisco, CA
Contact:

Post by Jeff » Thu Feb 24, 2005 3:07 pm

Have you considered taking a CS class at a community college?

User avatar
leDoOd
What custom title?
Posts: 777
Joined: Fri Feb 11, 2005 10:25 am
Location: The Q Continuum
Contact:

Post by leDoOd » Fri Feb 25, 2005 2:08 am

Jeff, I don't speak well enough in French to be able to go to a community college and take classes on CS. :roll: Maybe when I get back to the US.

User avatar
Shadowfury333
Posts: 85
Joined: Fri Feb 04, 2005 12:45 am

Post by Shadowfury333 » Sat Feb 26, 2005 11:51 am

Learn a language like Java or Objective-C before going to C++. C++ is very complicated, and should not be learned as a first language. You could also try Python, but you have to know your way around OS X's UNIX backend.

Gramage
Posts: 55
Joined: Sat Feb 05, 2005 7:44 am

Post by Gramage » Tue May 24, 2005 4:19 pm

Oh man... I read the title of this thread and was all ready to whip out my Japanese textbook... :lol:

User avatar
Blorx
NOT A FRIGGIN PROGRAMMER
Posts: 3272
Joined: Wed Jan 26, 2005 4:01 pm
Location: South Carolina, United States
Contact:

Post by Blorx » Tue May 24, 2005 4:59 pm

@leDoOd: Learn Obj-C, it's EASY.
@Shadowfury: Python is a scripting language, not a programming language.
@Jeff and David: I DO NOT suggest learning Basic, it aspires to be English like Applescript. He should learn Obj-C.
@Whoever suggested Java: Java is NOT easy, believe me, I've tried. It's harder than C++. It aspires to be a foreign language. He should learn Obj-C, then C++, then Java or something like that. Also, I'm assumiong everyone here knows Aqua. Please tell me everyone with a Mac knows Aqua.

Post Reply