The RPG Maker Resource Kit

RMRK General => General Chat => Topic started by: Atomic on September 19, 2006, 04:16:23 AM

Title: C++
Post by: Atomic on September 19, 2006, 04:16:23 AM
If any one is intrested in C++ here is a quick introduction... I havn't read it yet but I will to see if it's any good

http://www.cee.hw.ac.uk/~pjbk/pathways/cpp1/cpp1.html
Title: Re: C++
Post by: Arrow on September 19, 2006, 04:16:51 AM
Thanks, I need to learn that shit.
Title: Re: C++
Post by: Atomic on September 19, 2006, 04:19:46 AM
you'll need to find a good complier... may I recommend Bloodshed.
Title: Re: C++
Post by: Arrow on September 19, 2006, 04:24:17 AM
You may, if you tell me what a complier is...
Title: Re: C++
Post by: Atomic on September 19, 2006, 04:30:08 AM
Have you done any programming before?

http://www.google.com/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=define:compiler&spell=1
http://en.wikipedia.org/wiki/Compiler
Title: Re: C++
Post by: Arrow on September 19, 2006, 04:47:52 AM
Only in Game Maker, but I am told that it is a simplified C++ in most ways. And thanks for the links.
Title: Re: C++
Post by: Blizzard on September 19, 2006, 08:06:21 AM
Which C++ compiler do you use? I think Dev-C++ is a good one.
Title: Re: C++
Post by: Atomic on September 19, 2006, 01:33:54 PM
Dev C++ is what I use too...
Title: Re: C++
Post by: Zeriab on September 19, 2006, 04:28:44 PM
I use GCC (GNU Compiler Collection)
Title: Re: C++
Post by: Malson on September 20, 2006, 01:06:49 AM
Maybe I'll learn C++ after I learn Java. OO languages are much easier for me though, so I don't know if I'll use C++ very much.
Title: Re: C++
Post by: Atomic on September 20, 2006, 04:46:20 AM
Yeah maybe i'll get around to java once I learn C++ better... java is way cool though
Title: Re: C++
Post by: Malson on September 21, 2006, 05:36:09 PM
I plan on eventually learning Java, Perl, Ruby, HTML, and C++. A little CSS probably wouldn't hurt either.
Title: Re: C++
Post by: Tsunokiette on September 21, 2006, 10:18:12 PM
Quote from: Zypher on September 20, 2006, 01:06:49 AM
Maybe I'll learn C++ after I learn Java. OO languages are much easier for me though, so I don't know if I'll use C++ very much.

Isn't that contradictory?

I'm pretty sure C++ is an OO language. (0-0)
Title: Re: C++
Post by: Atomic on September 21, 2006, 11:57:22 PM
http://en.wikipedia.org/wiki/C++

yeah it is....

anyway I really want to get into python...
Title: Re: C++
Post by: Malson on September 22, 2006, 02:20:32 AM
Odd, I was told C++ was a sequencing language. Go figure.
Title: Re: C++
Post by: Zeriab on September 22, 2006, 11:13:04 PM
@Zypher:
C is. There is no such thing as a class in C
C++ is however object oriented. It is an early OO language and contains elements from C.
C++ is not considered a pure OO-language.
I think it might be because C++ supports procedural programming. I am not certain though.

@Atomic:
The link is messed up. If you click on it you get directed to C instead of C++.
The url generator haven't taken '++' with the link. You have to created it manually:
http://en.wikipedia.org/wiki/C++ (http://en.wikipedia.org/wiki/C++)
Title: Re: C++
Post by: Atomic on September 23, 2006, 01:22:39 AM
oh I see... Thanks
Title: Re: C++
Post by: Dalton on September 28, 2006, 02:48:21 AM
Ahh... Justin and I plan on going to Seimtech (A high school for programmers.).

There's no need for me to go to an art school or a writing school as it's not like art classes and writing classes have ever helped me...