Slashdot Mirror


User: Q+Who

Q+Who's activity in the archive.

Stories
0
Comments
253
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 253

  1. Re:Compiler Compliance on Latest Proposals for C++0x · · Score: 1

    Would you care to back up your assertion with some examples?

    Who needs examples when you have a rock-solid opinion of an expert on C++?

    I mean, who knows, it could be Great Master Alexandrescu himself whom you challenge so foolishly. Or, Bjarne Stroustrup! (shhhh.....)

  2. Re:Compiler Compliance on Latest Proposals for C++0x · · Score: 1

    The only known missing feature for most compilers is export, and export is DOA to begin with.

    Try writing some code that uses locales... GCC is also a joke when it comes to complex code using templates, such as boost's. It just ICE's, or fails to link, or both. (And what I am gonna do, send my whole project as a bug report?)

    GCC 3.3 is simply ridiculous, I don't know what things they did better, but it just wrote LOTS of "failed to inline" warnings on the code that even GCC 3.2.3 compiled, and ICE'd at link phase.

    I am now working with ICC 7.1.006, it's like a charm, although it got some problems too (overloading delete with size_t parameter, inheritance from templated classes), but nothing like GCC.

    In short, not everything is nice in the C++ land when you try to actively use the new language features.

  3. Re:SCO on Latest Proposals for C++0x · · Score: 2, Informative

    That's about Cfront, not ANSI C++ Standard. But I am sure you knew that, and are just karma-whoring.

  4. Re:How 'bout range checking like purify? on Latest Proposals for C++0x · · Score: 1

    On SGI MIPSPro C++ compiler:

    CC -DEBUG:subscript_check=ON

    This has nothing to do with C/C++ language, it also has no value beyond debugging and protection against buffer overflow exploits.

    Each such "feature" adds several percents of time overhead (even on MIPS, where it is implemented in hardware, I guess). If you like such decisions made for you, you are better off using Java.

    By the way, C++ does provide range checking access, via at() member functions of the containers.

  5. Re:C++0x is a Frankenstein Java on Latest Proposals for C++0x · · Score: 1

    What is this? Completely unbacked up claims from someone working on "internals of Std C++ library", posted as AC. No details, some obscure Haskell reference...

    Moderators on crack...

  6. Re:So does everyone else. on Latest Proposals for C++0x · · Score: 1

    Haha, you are either a troll, or don't know C++.

  7. Re:hehe.. sorta on Latest Proposals for C++0x · · Score: 1

    Let me understand, C++ lacks some features present in Java/C#, therefore it is not more powerful?

  8. Re:hehe.. sorta on Latest Proposals for C++0x · · Score: 1

    You are living in a dream. Seriously.

    One thing is to pretend Java is not slow. Another thing is to believe it.

    "Performance difference is negligible for our purposes" is entirely different from "Java is as fast as C++".

    Heh, yeah right, "benchmarks"...

  9. Re:hehe.. sorta on Latest Proposals for C++0x · · Score: 1

    LMAO!

  10. Re:Some guy who did an experiment with one on Those Amazing Antigravity Machines? · · Score: 1

    Extraordinary claims require a proof. Extraordinary proof is a misconception.

  11. Re:Terrorism, n. on Grad Student's Work Reveals National Infrastructure · · Score: 1

    Heh... I knew that some idiot would respond with exactly that.

    Note that your comment is completely irrelevant to my statement.

  12. Re:Reminds me of a job I did in London on Grad Student's Work Reveals National Infrastructure · · Score: 1

    One thing that keeps bugging me is attacks against soldiers, military bases, and military equipment being called terrorist attacks. Wouldn't attacking military targets be the exact opposite of a terrorist attack? Terrorist groups believe they are fighting a war. In war, you attack soldiers and other military assets.

    A terrorist attack involves targetting civilians as your main target.

    Terrorism, n. The unlawful use or threatened use of force or violence by a person or an organized group against people or property with the intention of intimidating or coercing societies or governments, often for ideological or political reasons.

    Get it? "Insightful" my ass. Go get a clue.

  13. Re:RETARDED MODERATORS on How to get 1.5 TeraFlops from Linux · · Score: 1

    Say, are you stupid or something?

    The trolls themselves mod it up.

  14. Re:Are you people idiots? on SARS Contained · · Score: 1

    Thanks! I thought everyone here is a clueless fuckwit when it comes to anything except computers, turns out I was wrong.

  15. Re:Slippery Slope on Twist on DNA Privacy · · Score: 1

    In this case, yes, the end justifies the means.

    Or fitting some infamous slogan to a case automatically invalidates it?

  16. Re:XML please on Project Gutenberg's 32nd Birthday · · Score: 1

    Great idea!

    I am sure it will be seriously considered... after, say, 25 years.

    (If there is still XML)

  17. Re:You know... on High Speed Travelator · · Score: 1

    Uhm, ever took a hand out of car's window? I wonder whether 100kmh is "pretty damn high"...

  18. Re:Market Forces on Ink More Expensive Than Champagne · · Score: 1

    Who told you it fits? Not everyone uses the same browser and the same fonts as you do. :/

  19. Re:Reassignment of terms. on Ink More Expensive Than Champagne · · Score: 1

    I'm no psychologist, but I think I've narrowed it down to why the bottled water costs more than gas.

    Not exactly, you are

    1. not a psychologist;
    2. have no idea what are you talking about;
    3. wrong.
  20. Re:doesn't matter on Bill Gates On Linux · · Score: 1

    Furthermore, since MS-DOS didn't provide a memory allocator [...]

    Uh, are you on crack?

  21. Re:Anyone Else All For This? on Leave Outer Space to the Millionaires · · Score: 0, Flamebait

    Wow... Never underestimate jealousy of a loser, I guess.

  22. Re:You'll just have to wait... on The Bug · · Score: 2, Funny

    Let me guess, he is intentionally causing the the bug because he has a mental disorder.

    Oh my, how deep...

  23. Re:A soldier's perspective on US Army Signs $471,000,000 Deal for Microsoft Software · · Score: 1

    A typical response from a geek who just doesn't know how stuff works in army...

    Lucky one...

    Dude, do you realize that the dumb secretary whores do courses to learn to use Office?

    And don't say that they will learn OpenOffice instead... Just don't.

  24. Re:Just go down to the district office. on WiFi Exposes Sensitive Student Data · · Score: 1

    Psychology is a pseudo-science... A report that some shithead counselor wrote is not something to be offended with.

  25. Re:Too much crack! on Apple's G5 Speeds Challenged · · Score: 1

    int main()
    {

    void *p = "you are an idiot";
    void *p2 = -p;
    }

    a.c(4): error: expression must have arithmetic type

    Gee, I wonder why... Oh, I know - you have no clue!