Thread: what should be used and why? ( C++,C# or Java)

Page 1 of 5 123 ... LastLast
Results 1 to 10 of 49
  1. #1 what should be used and why? ( C++,C# or Java) 
    Registered Member jigar's Avatar
    Join Date
    Aug 2008
    Posts
    723
    Thanks given
    0
    Thanks received
    6
    Rep Power
    15
    alot of people have been posting away on a thread thats got nothing to do with the topic about this. i thought this will be a decent thing to talk/discuss about.

    what should be used for 525+ and why? ( C++,C# or Java)

    post your ideas/experiences here >.<
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2008
    Posts
    2,583
    Thanks given
    99
    Thanks received
    22
    Rep Power
    0
    Well obviously, servers written in C++ are a LOT more stabler than servers written in java. (E.G, RuneScape) But, if no one releases a C++ server, than no one will start upon them. I can't even write a java based server from scratch, writing a C++ server from crash is going beyond my wildest dream(s).
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Dec 2007
    Age
    16
    Posts
    838
    Thanks given
    4
    Thanks received
    8
    Rep Power
    93
    Just stick to java. Half of this community cant code java correctly and you want to introduce c# and C++. Damn.
    Reply With Quote  
     

  4. #4  
    I_-_I
    Guest
    Quote Originally Posted by jigar View Post
    alot of people have been posting away on a thread thats got nothing to do with the topic about this. i thought this will be a decent thing to talk/discuss about.

    what should be used for 525+ and why? ( C++,C# or Java)

    post your ideas/experiences here >.<
    Java client:
    Code:
    [keith@leak bench]$ time java -cp java fibo 45
    1836311903
     
    real    0m50.066s
    user    0m49.780s
    sys     0m0.170s
    Java server:
    Code:
    [keith@leak bench]$ time java -server -cp java fibo 45
    1836311903
     
    real    0m33.842s
    user    0m33.120s
    sys     0m0.070s
    C++ client
    Code:
    [keith@leak bench]$ time cpp/fibo-386 45
    1836311903
     
    real    0m50.625s
    user    0m49.410s
    sys     0m0.190s
    C++ server
    Code:
    [keith@leak bench]$ time cpp/fibo 45
    1836311903
     
    real    0m44.042s
    user    0m43.130s
    sys     0m0.160s
    benchmark from:
    http://kano.net/javabench/runlog

    Now which do u think is better?

    Edit:
    Quote Originally Posted by Aza View Post
    Well obviously, servers written in C++ are a LOT more stabler than servers written in java. (E.G, RuneScape) But, if no one releases a C++ server, than no one will start upon them. I can't even write a java based server from scratch, writing a C++ server from crash is going beyond my wildest dream(s).
    idiot rs isnt programmed in c++

    Runescript is a scripting language that Jagex uses to create content for RuneScape.

    The game engine is not written in Runescript, but instead Java. The game engine reads other files, which is how most games and most big programs are written, so that someone can change, for example, a file called 'monster1.xyz' and then the main program reads that new file.

    When Jagex updates the game, if it is a minor update, then it's just new map and new NPC lists, and an added Runescript file for what they say. The major updates are for the source code, which is usually for things like new areas in RuneScape, new skills, or for bug fixes.
    Reply With Quote  
     

  5. #5  
    Donator

    iZAjz's Avatar
    Join Date
    Mar 2007
    Age
    29
    Posts
    3,675
    Thanks given
    105
    Thanks received
    47
    Rep Power
    1882
    Rs uses Runescript which is Java + C++ combined
    Reply With Quote  
     

  6. #6  
    I_-_I
    Guest
    Quote Originally Posted by xGTest View Post
    Rs uses Runescript which is Java + C++ combined
    owow, gtfo, read up u idiot
    Reply With Quote  
     

  7. #7  
    Super Donator


    Join Date
    Jun 2007
    Age
    31
    Posts
    2,157
    Thanks given
    316
    Thanks received
    282
    Rep Power
    779
    Quote Originally Posted by xGTest View Post
    Rs uses Runescript which is Java + C++ combined
    wtf ur stupid. RuneScript is their scripting language. Their server then reads the scripts and does whatever is needed. (Just like any scripting language) Also, if you read what I_-_I posted, they even admitted their servers are in Java.
    Reply With Quote  
     

  8. #8  
    I_-_I
    Guest
    Quote Originally Posted by mage_owner View Post
    wtf ur stupid. RuneScript is their scripting language. Their server then reads the scripts and does whatever is needed. (Just like any scripting language) Also, if you read what I_-_I posted, they even admitted their servers are in Java.
    u do know..im light?
    Reply With Quote  
     

  9. #9  
    Java/C++ Programmer

    Join Date
    Jun 2008
    Age
    27
    Posts
    1,377
    Thanks given
    203
    Thanks received
    387
    Rep Power
    815
    well then wtf do they use their C++ coders for??
    Reply With Quote  
     

  10. #10  
    I_-_I
    Guest
    Quote Originally Posted by Laz View Post
    well then wtf do they use their C++ coders for??
    owow can u sound more retarted?
    Reply With Quote  
     

Page 1 of 5 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •