Fri, Sat

Moderator: BatMonk

Post Reply
Zzzapp
Posts: 1297
Joined: Fri Jun 16, 2006 3:56 pm
nomorespam: 22
Location: Elgin, IL
Contact:

Fri, Sat

Post by Zzzapp »

I am in need of getting in some practice for programming. So, I will be taking off on Fridays and Saturdays to practice more programming skills. I am fairly new to C++ and need to practice more to become better at it.
Image
Zzzapp
Malegolas
Posts: 1408
Joined: Fri Oct 26, 2007 10:51 pm
nomorespam: 22

Re: Fri, Sat

Post by Malegolas »

Good luck, I remember my C++ classes well.

Hello World!
Image

Image
Image

Image
User avatar
Naeldae
Posts: 169
Joined: Mon Feb 13, 2006 3:48 pm
nomorespam: 0
Location: Kingston, Ontario, Canada
Contact:

Re: Fri, Sat

Post by Naeldae »

They should just call it B- :)

hehehe i know silly humour but i just couldn't help myself
Naeldae 85 rogue (retired)
Sumdiana (Retired)

"Chiana zhah pholor l'tela d' ril ooble.
Khalessnau uss whol nind sila jiv'undus rathrea mino".
Malegolas
Posts: 1408
Joined: Fri Oct 26, 2007 10:51 pm
nomorespam: 22

Re: Fri, Sat

Post by Malegolas »

Here's some geeky trivia...

C++ is based off of the orginal C programming language. Within C, there is a shortcut you can use to increment an integer variable, which is commonly used in loops and such. So for instance if you had a variable named i with value 7 and wanted to increase it by 1, you would enter "i++".

So when the upgrade to C came out, they naturally named it C++ (C plus one)!

And now you know... the rest of the story... :lol:
Image

Image
Image

Image
Aaidian
Pittsburgh Steelers #1 Fan
Posts: 637
Joined: Mon Apr 10, 2006 3:42 am
nomorespam: 0
Location: Longview, Wa

Re: Fri, Sat

Post by Aaidian »

the brain hurts! owwwwwww!
Image
Dawgrin
Posts: 169
Joined: Wed May 03, 2006 10:24 am
nomorespam: 0
Location: Sunman, IN

Re: Fri, Sat

Post by Dawgrin »

Malegolas wrote:Here's some geeky trivia...

C++ is based off of the orginal C programming language. Within C, there is a shortcut you can use to increment an integer variable, which is commonly used in loops and such. So for instance if you had a variable named i with value 7 and wanted to increase it by 1, you would enter "i++".

So when the upgrade to C came out, they naturally named it C++ (C plus one)!

And now you know... the rest of the story... :lol:
Wow...you ACTUALLY learned something in one of Beasley's classes...I thought I was the only one listening...=p

For Extra Credit... How did "C" get its name in the first place...
Porck
Posts: 432
Joined: Fri Jun 16, 2006 3:53 pm

Re: Fri, Sat

Post by Porck »

Dawgrin wrote: Wow...you ACTUALLY learned something in one of Beasley's classes...I thought I was the only one listening...=p

For Extra Credit... How did "C" get its name in the first place...
A ... B... C...

C follows B!
Dawgrin
Posts: 169
Joined: Wed May 03, 2006 10:24 am
nomorespam: 0
Location: Sunman, IN

Re: Fri, Sat

Post by Dawgrin »

Porck wrote: C follows B!
1 Gold star for you!
Post Reply