Thread: riding the last wave of C++

  1. #91
    Registered User
    Join Date
    Jan 2004
    Posts
    12
    my school swiched 9 years ago.... um.... what is better C++ or Java i dont know what to think of this really.... im learning C++ to make games... i do java at my school and i hate it.. i got so sick of it i started doing my work in C++ just to annoy my teacher
    if u c this i will be asking for help

  2. #92
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    could someone tell me the pro-cons of Java and C++? i haven't been able to find a good clear comparison

  3. #93
    Me -=SoKrA=-'s Avatar
    Join Date
    Oct 2002
    Location
    Europe
    Posts
    448
    C/C++: Usually faster, standard code is machine-independent but most non-trivial apps will need to be ported.
    Java: Slooooowww, but the `compiled' code can be ported, rather than just the source. Runs anywhere with java run-time installed.
    Those are the main differences. There are more "subtle" differences, but people with more experience can enlighten you with them.
    SoKrA-BTS "Judge not the program I made, but the one I've yet to code"
    I say what I say, I mean what I mean.
    IDE: emacs + make + gcc and proud of it.

  4. #94
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949
    There is no "better" language. There are uses for almost every language (it would be rather foolish to say EVERY language; ever heard of MOO?), and this applies to C, C++, and Java: they all have their uses, and they all have their disadvantages.
    Do not make direct eye contact with me.

  5. #95
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    I think the topic has been discussed thoroughly several times in the past...
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  6. #96
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    Safety is important at all levels of software design but especially when learning to program. Although there is some confusion about what a safe programming language is, we are using safety to mean: Any attempt to misinterpret data is caught at compile time or generates a well-specified error at run time. Java is a safe programming language.

    Notice the italicized text.....well, i'm glad the mars rover operated safely *cough* *cough*
    and I honestly don't understand how they can say that C++ doesn't emphasize object-oriented programming, that's what C++ IS. C++ is just c with classes and object-orientation!! arrggg, stupid AP people

  7. #97
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    There are uses for almost every language (it would be rather foolish to say EVERY language; ever heard of MOO?)
    Incidentally, does anyone around here code in INTERCAL?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compression/Decompression Wave File and MP3
    By cindy_16051988 in forum Projects and Job Recruitment
    Replies: 51
    Last Post: 04-29-2006, 06:25 AM
  2. writing a wave file from my wave samples
    By Queatrix in forum Windows Programming
    Replies: 2
    Last Post: 12-31-2005, 11:54 PM
  3. Processing a sine wave file
    By subdene in forum C++ Programming
    Replies: 2
    Last Post: 07-12-2004, 03:04 PM
  4. Help open wave file in Borland C++ plz
    By toa2k in forum C++ Programming
    Replies: 1
    Last Post: 01-22-2004, 07:55 AM
  5. MP3 to WAVE and WAVE to MP3 conversion
    By Blizzarddog in forum C++ Programming
    Replies: 8
    Last Post: 01-01-2004, 08:32 PM