Thread: riding the last wave of C++

  1. #31
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    what? c++ is dying out? aww, looks like i arrived late to the party :P JAVA does have some major strengths though

    just wondering. ive jsut been reading a java tutorial and it says you compile to .class file which is then run through an interpreter? if you ask me, thats sounds worse than VB runtimes. iat least with c++ you can just through out an ?exe and thats that
    Last edited by whackaxe; 04-08-2004 at 10:39 AM.

  2. #32
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    C++ isn't going anywhere,
    I'd hate to see what some of you guys would do in a school without any programming classes. The computer classes here go over MS office and that's it. Not even web pages. So whether Java takes over as the next popular thing it doesn't matter as long as they're being taught SOMETHING.
    PHP and XML
    Let's talk about SAX

  3. #33
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    they should at least teach C# instead of Java. C# is so much more cool than Java ever will be.
    My Website

    "Circular logic is good because it is."

  4. #34
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    i never knew you were the antichrist....
    PHP and XML
    Let's talk about SAX

  5. #35
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    Wouldn't you like to know.
    Uh... yes.


    I'm quite fond of C++ mostly because of this message board. You need help, somebody will help you.

    And I'd have to say that Visual Basic is more popular than C++ among Windows users.

  6. #36
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    And I'd have to say that Visual Basic is more popular than C++ among Windows users.
    We like to refer to those people as "simpletons"

  7. #37
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Quote Originally Posted by Prelude
    Wouldn't you like to know.
    Tease

    >>i just wrote a dissertation to the AP Board about why C++ should be teached in place of Java to beginning programmers.<<

    Well, if this "dissertation" includes the word "teached", then I don't think they'll take it very seriously

  8. #38
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    I took APCS last year for C++ and this year I'm taking it again for Java. The C++ one was way more involved. They had you actually make trees and linked lists and whatnot. This year with Java you get to use the standard classes for linked lists and trees and people don't even get to learn how to make them. I remember all the fun in C++ was balancing trees and figuring out pointers. In Java its just "use the class, make it work." Its pathetic.

    They still teach C++ here at my school. Its taught as an honors course. In fact, our high school has a lot of computer science classes.

  9. #39
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Wasn't Pascal a favourite language for teaching purposes years ago? Its not as popular now, from what I understand. Like it was said - popularity comes and goes.

    There will always be people out there who like to keep the old languages going. I think its cool to get into stuff that is not so mainstream. I love the look of horror some people give when I mention that I have been dabbling with fortran using g77.
    Last edited by kermit; 04-08-2004 at 03:41 PM.

  10. #40
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    I don't really know Pascal very well, but I have seen Pascal code, and have talked to Pascal people, and can very easily understand what is going on in Pascal code, and indeed it IS a very good teaching language.
    My Website

    "Circular logic is good because it is."

  11. #41
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    my teach swore pascal was the best language out there, but she said shorthand operators were wrong and arent really C++.....she also made us use void main, part of the reason i failed alot cuz i refused to use void main.

  12. #42
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    The switch to Java is a mistake. Cross platform... blah blah blah. Stuff it. Java runs like crap and is slower than the seven year itch.
    I wish the garbage collector would collect the language and throw it in the trash.

  13. #43
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    you have a fascinating "teacher", RoD

    The switch to Java is a mistake. Cross platform... blah blah blah. Stuff it. Java runs like crap and is slower than the seven year itch.
    I havent learnt Java (though I may have to in university), but wasnt there some way to get the code to be compiled (or something to that effect) instead of always running through an interpreter?
    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

  14. #44
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    I havent learnt Java (though I may have to in university),
    If you're planning to take Computer Science in NUS, you inevitably will.

    but wasnt there some way to get the code to be compiled (or something to that effect) instead of always running through an interpreter?
    Its possible, using GCJ.

  15. #45
    The C-er
    Join Date
    Mar 2004
    Posts
    192
    I think the next "new" language could be something like SETL (If anyone can figure out how to write a decent compiler for it). Do a search.


    my teach swore pascal was the best language out there, but she said shorthand operators were wrong and arent really C++.....she also made us use void main, part of the reason i failed alot cuz i refused to use void main.
    Reminds me of my science teacher.

    teacher "Name some elements"
    me "Iron"
    teacher "No, thats not an element"
    me "but it's on the periodic table"
    teacher "but most people don't think of it as an element"

    I should point out that he also taught PE and wore a medallion.

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