Need to learn some languages

Anything else
User avatar
Lugaruman100
The wolfire forum member with no title.
Posts: 749
Joined: Fri Jan 30, 2004 9:40 pm

Post by Lugaruman100 » Tue May 24, 2005 7:22 pm

I guess you could learn basic first. Basic looks (in a way) easier then c and c++, due to pretty basic math. While C and C++ uses algebra references. I don't know why but for the past 3 months I have been too lazy to look deeper into C.

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

Post by Jeff » Tue May 24, 2005 7:43 pm

Lugaruman100 wrote:I guess you could learn basic first. Basic looks (in a way) easier then c and c++, due to pretty basic math. While C and C++ uses algebra references. I don't know why but for the past 3 months I have been too lazy to look deeper into C.
eh? not at all.

User avatar
Lugaruman100
The wolfire forum member with no title.
Posts: 749
Joined: Fri Jan 30, 2004 9:40 pm

Post by Lugaruman100 » Tue May 24, 2005 7:53 pm

Jeff wrote:eh? not at all.
I just meant some of the things in C/C++.

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

Post by Nayr » Wed May 25, 2005 2:13 pm

ok. Start with C. It will probably not be the language of your choice, BUT IT"S GOOD TO LEARN THE BASICS. from there on, you can jump to C++, or (my favorite) Obj-C. currently, I'm experimenting with C++, my least favorite language, because it's cross-platform. for those of you who are obsessed with C++, i'd try obj-C++, though compiling is a bitch.

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 » Wed May 25, 2005 3:16 pm

Where can I learn Obj-C++ and how do you compile it?

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

Post by Nayr » Wed May 25, 2005 3:51 pm

with GCC or Xcode. :roll:
just take C++ and Obj-C and combine them. You can use both.

Post Reply