I'M TAKING C++!!!!!!!

For all coding issues - MODers and programmers, HTML and more.

Moderators: Jeff250, fliptw

Post Reply
User avatar
Isaac
DBB Artist
DBB Artist
Posts: 7652
Joined: Mon Aug 01, 2005 8:47 am
Location: 🍕

I'M TAKING C++!!!!!!!

Post by Isaac »

After this class i should be able to write cheap programs and good 3d max scripts...
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

You ever taken a programming course before? C++ is hardly where I'd recommend starting out... if you get to play with Visual Studio (on your own free time of course!) check out C#. If not, look at Java. Great way to get introduced to the concepts of OOP without being bogged down by all the details that C++ imposes on you.

/CS major
User avatar
Top Gun
DBB Master
DBB Master
Posts: 8020
Joined: Wed Nov 13, 2002 3:01 am

Post by Top Gun »

I've just started with an Intro to CS class myself. Imagining myself attempting to code in C is pretty hilarious. I'd also have to say that, to a lifelong Windows user, my first experience of sitting down at a Solaris workstation and compiling on a remote machine was a little bizarre. :P
User avatar
Sirius
DBB Master
DBB Master
Posts: 5616
Joined: Fri May 28, 1999 2:01 am
Location: Bellevue, WA
Contact:

Post by Sirius »

Eh, you don't usually have to do it unless your machine has a bad setup (like mine, as I found out to my detriment a few days ago; how'd they make fread unpredictable?) or you just don't have the compilers.

There's also quite a lot more to programming than just learning a language. :) I know quite a few people who did that and still don't get a lot of concepts...
User avatar
Jeff250
DBB Master
DBB Master
Posts: 6514
Joined: Sun Sep 05, 1999 2:01 am
Location: ❄️❄️❄️

Post by Jeff250 »

I'll second Java for starting out. It's a pretty flexible language.
User avatar
Iceman
DBB Habitual Type Killer
DBB Habitual Type Killer
Posts: 4929
Joined: Thu Apr 20, 2000 2:01 am
Location: Huntsville, AL. USA
Contact:

Post by Iceman »

I 3rd that. I learned C++ before I learned Java but it wasn't until I completed 2 Java certification programs that I really began to sing with C++. In C++ you can cheat and use a modular programming style. That is much harder to do in Java where you are forced to adopt a more OOP style.

BTW: C++ 16 years, Java 9 years
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

10 years of C/C++ here. I'm a lab assistant for the intro Java kids. But let's not let this degrade into a programming penii competition. :)
User avatar
Iceman
DBB Habitual Type Killer
DBB Habitual Type Killer
Posts: 4929
Joined: Thu Apr 20, 2000 2:01 am
Location: Huntsville, AL. USA
Contact:

Post by Iceman »

Oh, lets not discuss penii length. BTW mine is 12 inches long :D
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

Neener neener, got no weiner, Iceman don't got no balls neither. :D
User avatar
Isaac
DBB Artist
DBB Artist
Posts: 7652
Joined: Mon Aug 01, 2005 8:47 am
Location: 🍕

Post by Isaac »

Oh i started off using pascal. I got pretty good with it and after about a month i think im doing alright, in class.
User avatar
SirWinner
DBB Fleet Admiral
DBB Fleet Admiral
Posts: 2700
Joined: Thu Nov 05, 1998 12:01 pm
Location: Oklahoma City, Oklahoma, United States of America
Contact:

Post by SirWinner »

Happy for you on learning a Computer Language.

Just find a set of programming languages that you are comfortable using on a regular basis.

Here's an idea from a 28 year Computer Programming Veteran: Learn MULTIPLE computer languages and see how similar they are to each other.

My favorite computer language that I rarely get to use: Assembly.

Wheeeeeee!

:P
Post Reply