Thread: ohhh, did C++ die!!

  1. #1
    Unregistered
    Guest

    Unhappy ohhh, did C++ die!!

    did the C# Kill our dear C++,..
    do I need to learm C++ or it will not be in future!!
    (Don't care about another OS)

  2. #2
    Jonk
    Guest
    Yes. Start learning C# NOW!!!

  3. #3
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    No, it will be the other way around! Long live C++!
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  4. #4
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001

    Exclamation

    I think that Jonk is way off, C# has LESS power than C++. They cut certain functions for "safety" and wrapped common code into built in functions. You're much better off with C++ or Java.
    PHP and XML
    Let's talk about SAX

  5. #5
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    C++ owns! C owns C++. C/C++ owns rules. ASM is goddly.

    Kuphryn

  6. #6
    Jonk
    Guest
    I was being sarcastic of course! I thought everyone knew C++ owns C#. Oh well...

  7. #7
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    Originally posted by kuphryn
    C++ owns! C owns C++. C/C++ owns rules. ASM is goddly.

    Kuphryn
    Truer words were never spoken...
    1978 Silver Anniversary Corvette

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie class question
    By vastgoten in forum C++ Programming
    Replies: 4
    Last Post: 07-31-2008, 01:43 AM
  2. 1337 bible, Gen 11
    By Paz_Rax in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 05-20-2005, 09:40 PM
  3. Pointers (die! die! die! )
    By BatmaN77 in forum C++ Programming
    Replies: 4
    Last Post: 06-01-2002, 06:11 PM