Thread: c++ expert

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    3

    Thumbs up c++ expert

    anybody know the email of c++ guru/ expert, coz i got question that only can be answer by them, so if u think u c++ expert please give me ur email...coz i desperate need ur help

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Sure, no problem, bud. Try: [email protected]

    P.S. This guy INVENTED the language. He would probably LOVE to here from you. (I hear he isn't doing much these days...)

    Cheers.
    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;
    }

  3. #3
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    ... ... ... ... Why not just post the message on these here forums? I'm sure some of those who troll around here can answer it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Performance Expert - New York, NY
    By txaggie94 in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 09-28-2007, 07:33 PM
  2. Magneto's journey to becoming a C++ expert.
    By Magneto in forum C++ Programming
    Replies: 21
    Last Post: 07-17-2005, 08:16 PM
  3. Expert system?
    By FloatingPoint in forum Tech Board
    Replies: 1
    Last Post: 06-14-2003, 07:23 AM
  4. Should't the Forums subcategorized into.. Newbie.. Advance.. and Expert Users
    By jawwadalam in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 10-09-2002, 04:28 PM
  5. Replies: 1
    Last Post: 09-30-2001, 07:45 AM