Author Topic: Ya fecking beauty!  (Read 3141 times)

0 Members and 1 Guest are viewing this topic.

Offline aldo_14

  • Gunnery Control
  • 213
Quote
Originally posted by mikhael
Excellent work, Aldo. now tell me how you survived Java. After C++, Java is making me want to scoop out my own eyes with stick of RAM.


I thought java was pretty easy.... I'm just about to start learning C++ (got the Stroustrup book from the library), and it looks pretty similar.  Unless you're referring to the problem of trying to actually optimise java..........

 

Offline Martinus

  • Aka Maeglamor
  • 210
    • Hard Light Productions
[color=66ff00]I was under the impression that the words JAVA and optimise were never to be used in any phrase together unless the words 'impossible', 'don't be stupid', or 'go learn C' were included.

I may just be being cynical though. ;)
[/color]

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
no you're not :D
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Liberator

  • Poe's Law In Action
  • 210
I am taking JAVA now, it's not hard, it's just complicated and the book doesn't help because it tries to tell how to do something everyway it can be done at once.

There's this woman in my class that has never had another language before this and is going for C++ next.  Oi!
So as through a glass, and darkly
The age long strife I see
Where I fought in many guises,
Many names, but always me.

There are only 10 types of people in the world , those that understand binary and those that don't.

 

Offline vyper

  • 210
  • The Sexy Scotsman
60% of Java development time is taken up looking through the API documents. Trust me, I know. :blah:
"But you live, you learn.  Unless you die.  Then you're ****ed." - aldo14

 

Offline Gortef

  • 210
  • A meat popsicle
good work aldo, well done :nod:
Habeeb it...

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Quote
Originally posted by vyper
60% of Java development time is taken up looking through the API documents. Trust me, I know. :blah:


Only 60%? You must know them quite well :lol:
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline mikhael

  • Back to skool
  • 211
  • Fnord!
    • http://www.google.com/search?q=404error.com
Quote
Originally posted by aldo_14


I thought java was pretty easy.... I'm just about to start learning C++ (got the Stroustrup book from the library), and it looks pretty similar.  Unless you're referring to the problem of trying to actually optimise java..........


Ah, see, I'm coming from C++ to Java, not the other way around. There's nothing specifically difficult about Java, its just all the little differences between it and C++ that drive you bat**** nuts.  Stuff like bondage-and-discipline typed booleans. "0x00000000 is false, everything else is true" is a good mechanic, and one they shouldn't have screwed with.

Now, if I could take Java's single-inheritence+interfaces and use them in C++ I'd be happy as hell. :D
[I am not really here. This post is entirely a figment of your imagination.]

 
GONGRATULATIONS ALDO!!
If you want to be ready for Wing Commander Saga: The Darkest Dawn, then download and play the prologue first.

Here,

http://www.wcsaga.com/downloads/files/download/releases-prologue-setup-exe.html

Then, while waiting for the Darkest dawn, Download Starshatter 4.02

http://www.starshattermods.com/infusions/pro_download_panel/download.php?did=214

You 'll understand why once you have.

  

Offline Xelion

  • 28
  • In the Ether
Quote
Originally posted by mikhael

Now, if I could take Java's single-inheritence+interfaces and use them in C++ I'd be happy as hell. :D


Whats the prob with VB, as I know it you need a whole book as a reference just to add GUI components to a JAVA applet and thus the performance just doesn't budge either... I think creating objects from scratch might be good for security assuming the use of 'privatism' in the script but C/C++ is just as good if not less time consuming...