Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hauptmann Raub

Pages: [1] 2
1
iago's forum / Re: IAGO!
« on: September 22, 2005, 08:41:00 pm »

2
General Programming / Re: C++ , likes/dislikes?
« on: September 20, 2005, 06:14:16 pm »
I dislike MSVCC.  The port of GNU MingW+MSYS for Win32 is an awesome compiler, which can be extended to compile C++, Java, and Assembly (it comes with C compiling).  I really like it.

One thing I dislike about C++ (mostly due to learning VB6 first), is that I can't use a globally accessible variable (IE: class main has a value, but I need to pass an instance of main to every other class so that I can access 1 variable).  It's very annoying, but I've gotten somewhat used to it.
You're talking about a "static" variable. 

Code: [Select]
class A
{
public:
  static int a = 3;
};

...........
A.a = 5; // no instance of A! Just the class itself!

I don't think that'll compile, since I seem to remember that C++ has something stupid about static variables, but yeah. 

Anyway, is the book on C or C++?

C is invaluable to learn.  Once you know C, any other language is fairly easy.  If you ever plan to do anything low-level, like hardware programming or even game hacks, you're going to be doing it in C.  C has been around for 25 years, and isn't going anywhere. 

I love how C code looks.  It's nice code, if you know it well you can do anything.  You can even do object oriented-style programming in C, and I like doing it in C a lot better than C++.


C++, I don't like.  It's shambled together on top of C, and makes thing more complicated.  In trying to maintain their reverse compatibility with C, they added a lot of kludges and workarounds that make code really ugly (like static class variables have to be initialized outside of the class, or something like that).  C++ code tends to be much more mangled and ugly than the equivalent C code.  I very much dislike C++.  If I intend to do something object-oriented, I use Java.  Java wasn't trying to maintain reverse compatibility, so it's a lot nicer. 

It's like comparing IA-64 assembly to HP-Tru64.  HP-Tru64 was designed and built to be 64-bit.  So it's faster and cleaner.  IA-64, on the other hand, maintains reverse compatibility with 32-bit and 16-bit, and, as such, is pretty ugly. 




Anything other than static integral values need to be defined outside the class.

3
General Discussion / Re: New Orleans is Sinking
« on: September 10, 2005, 03:24:03 am »
I saw them in concert (in Moncton, with the Rolling Stones) and they didn't play it. ;D Infact, I don't think the radio stations play it anymore either.

4
iago's forum / Re: IAGO!
« on: September 09, 2005, 02:37:56 am »
I remember Eibro did something fantastic with that picture... it was hilarious. Too bad I can't remember what it was.

5
iago's forum / Re: IAGO!
« on: September 05, 2005, 10:09:12 pm »
Why don't you ask Captain Rape?

Ah, Cpt.Rape`  .... that brings me back

Time for another iago story? :P

Eibro = Cpt.Rape`

Shortest story ever :-o
I would like to hear more about this legendary Eibro

6
iago's forum / Re: IAGO!
« on: September 01, 2005, 02:09:32 am »
Why don't you ask Captain Rape?

7
iago's forum / Re: Gas Prices
« on: September 01, 2005, 02:06:08 am »
Quote
Ich fahre das Auto zur Schule?

Doesn't fahren mean "to ride"? So you ride cars?
Sure, but it also means to drive.
http://dict.leo.org/?lp=ende&lang=de&searchLoc=0&cmpType=relaxed&relink=on&sectHdr=on&spellToler=std&search=fahren

8
iago's forum / Re: Gas Prices
« on: August 31, 2005, 03:28:24 am »
Quote
What, did you copy and paste that into an online translator just so you could be part of the fucking discussion? Wow, you are cool.
ROFL!! No, not even close.  I am actually in a German class in High school.  That is just the basics, seeing that that is all I know.  Lets try to do a little more research before we just go around and assume things, and take it as the obvious truth.  Aka, Don't be a Jackass, and just ask a simple (nice) question to find out more.  I hope that isn't too hard.
Oh shit. Oh fuck. You sure schooled me. I had better watch out for the highschool educated German professor.

While we're at it: TIME MANNER PLACE
What the fuck were you trying to say anyway?
Ich fahre das Auto zur Schule?
See that? Was that hard? Since there is no time element to the sentence, MANNER comes first (with the car) and PLACE comes last (to school).
Why would you fucking use kommen anyway? You come to school with the car? Would you say that in english? I certainly fucking wouldn't.

Since when was Schule a masc/neuter noun? Since when don't you capitalize nouns in German? WHEN? IT MUST HAVE BEEN VERY FUCJING  RECDINTLY BEFAUSET I SUFRE AS FUSFCK DIDNTT EKWRNOW ABOITUST IT

9
iago's forum / Re: Gas Prices
« on: August 30, 2005, 10:20:18 pm »
Ich komme zur schule mit dem Auto.  So gas sucks for me. :(
What, did you copy and paste that into an online translator just so you could be part of the fucking discussion? Wow, you are cool.

10
iago's forum / Re: IAGO!
« on: August 30, 2005, 10:18:13 pm »
That isn't very nice.

Lets try and be mature, and not cry if something goes wrong.  I don't think Trust has done anything wrong, and he seems to be a pretty fun and active person.  Making him leave would just be stupid, unless you like dull forums.
Hey, how are you?



Go fuck yourself. How is that for nice?

11
iago's forum / Re: IAGO!
« on: August 30, 2005, 04:05:30 pm »
Troost, don't copy me. I started this in the Attn: RoMi thread.

?
Trust you're not part of this clan. Please leave.

12
iago's forum / Re: IAGO!
« on: August 29, 2005, 11:48:42 pm »
The life of a silversmiths apprentice is not an easy one.

13
iago's forum / Re: Gas Prices
« on: August 28, 2005, 02:23:45 pm »

14
iago's forum / Re: Gas Prices
« on: August 28, 2005, 03:56:29 am »
Somebody please translate what Eibro just said! :(
Wer?

15
iago's forum / Re: Gas Prices
« on: August 27, 2005, 03:53:06 pm »
Then why did he say "so don't complain" if it's that cheap? We're complaining about it being high!
Warum hast du iago gefragt? Ich habe es gesagt. Fuck.

Pages: [1] 2