Thread: riding the last wave of C++

  1. #46
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    yes it is possible to compile Java code instead of have it interpreted, however, it is still slower than crap.

    Just look at the Netbeans Java IDE for example. Netbeans, an IDE for developing in Java, was itself developed in Java (a huge mistake by Netbeans), and it runs SLOWER THAN CRAP.

    Netbeans IDE takes more time to start up than MSVC++, 3ds Max, Maya, Halo, C++Builder, and many more programs combined. I can start Netbeans, go to the bathroom, come back, and it still wont be finished starting up. Many other Java programs are the same way, even when compiled.
    My Website

    "Circular logic is good because it is."

  2. #47
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    echo david,
    i've got a simple text editor written in java, it takes 20 seconds to load on a machine with a p4 2.8 and 90% resources free...textpad loads in under 2.
    PHP and XML
    Let's talk about SAX

  3. #48
    lost in the stack...
    Join Date
    Apr 2004
    Posts
    11
    The three main languages I'm studying are plain old C, Java, and Perl. I absolutely love C even though it can be cryptic trying to keep all the pointers straight. Perl looks promising for general stuff. But Java is a real pain. The only reason I'm studying it is to keep up with the times. Like some other members said, it is slower than pouring frozen molasses. And Java is way too high a level to really get down and dirty with your computer. C will always remain my favorite, mainly because you can actually write device drivers with it and directly interact with the machine. Java is like BASIC, it's a language for beginners learning computer science, but that's about it. Not sure about Perl because I just started dabbling in it. But Perl does seem to let you put code from other languages in it.

    Just my 2¢

  4. #49
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    Perl sucks, well, it's powerful, but writing it sucks
    Perl is the main reason I learned PHP
    PHP and XML
    Let's talk about SAX

  5. #50
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Quote Originally Posted by Waldo2k2
    Perl sucks, well, it's powerful, but writing it sucks
    Perl is the main reason I learned PHP
    What? Perl is easy to write.

  6. #51
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    well maybe I'm just stupid, but I thought it sucked for CGI...especially when compared to PHP. Though PHP doesn't have the low level power perl does.
    PHP and XML
    Let's talk about SAX

  7. #52
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    I tried using perl for a cgi script and hated it.

  8. #53
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    What? Perl is easy to write.
    It may not be easy to read though.
    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

  9. #54
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Pfft. FORTRAN is the way to go.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  10. #55
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    PHP owns all IMO. ive looked at CGI through perl (and C++ a bit) and PHP is so much 'better' in general

  11. #56
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by whackaxe
    PHP owns all IMO. ive looked at CGI through perl (and C++ a bit) and PHP is so much 'better' in general
    As a teaching tool and for developing websites, I would agree (mostly).

    It doesnt have all that much prospects outside web programming though.
    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

  12. #57
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    PHP owns all IMO.
    I thought PHP was written in C? So that means C ownz all.

  13. #58
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    PHP syntax uses C, perl, and java.

  14. #59
    ___
    Join Date
    Jun 2003
    Posts
    806
    Hmm. They don't even teach computer programming at my high school. The closest we have is a web page design class. The teacher is a moron. I was talking to her about her class the other day and asked if she got into php and the sort. She didn't know what I was talking about. Then I asked if she went into Javascript or even HTML. It was just frontpage. What a crappy school.
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  15. #60
    Registered User
    Join Date
    Jul 2003
    Posts
    85
    at least you guys have programming classes. we have internet classes at my school (e.g. how to use the internet). better stick to my I.B. classes

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