Thread: As a newbie to C....

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    7

    As a newbie to C....

    It's good to find a BBS which supports programmers from around the world, helping each other out with problems - and believe me, I have loads

    I'm currently studying a distance learning course in 'C' and finding Pointers a B7oody nightmare.
    Hope this is normal for a newbie.....

    Are there any other newbie's here, or are you all well established programmers, and am I going to feel well out of my depth here?? I hope not.

    I've got a question for the board, but the details are at home, so when I get home tonight I'll post up the question - it's a hashing index question and is causing me huge headaches

    So, hope to hear from some of you.
    Cheers
    N

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    doesn't hurt to ask...
    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
    Me want cookie! Monster's Avatar
    Join Date
    Dec 2001
    Posts
    680

    Re: As a newbie to C....

    I'm currently studying a distance learning course in 'C' and finding Pointers a B7oody nightmare.
    Hope this is normal for a newbie.....

    Yes this is quite normal for a newbie. Some people never get over it.

    Are there any other newbie's here, or are you all well established programmers, and am I going to feel well out of my depth here?? I hope not.
    Don't worry there are a lot newbie's here.

    So, hope to hear from some of you.
    Cheers
    N

    Welcome Noodle

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Are there any other newbie's here, or are you all well established programmers,
    Both
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  5. #5
    Registered User
    Join Date
    May 2002
    Posts
    7

    Smile

    Thanks for the reply guy's, I'll be sure to spend some looking through the FAQ's etc..

  6. #6
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    > I'll be sure to spend some looking through the FAQ's etc..
    I like you already.
    The world is waiting. I must leave you now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. getting to grips with allegro and ms vc++ (newbie)
    By jimjamjahaa in forum C++ Programming
    Replies: 4
    Last Post: 11-18-2005, 07:49 PM
  2. Newbie in problem with looping
    By nrain in forum C Programming
    Replies: 6
    Last Post: 11-05-2005, 12:53 PM
  3. Newbie Programmer
    By Extropian in forum C++ Programming
    Replies: 3
    Last Post: 05-18-2004, 01:17 PM
  4. Some help for a newbie?
    By Ilmater in forum C++ Programming
    Replies: 23
    Last Post: 04-19-2004, 07:44 PM
  5. Newbie Game Develpoers Unite!
    By Telenosis in forum Game Programming
    Replies: 10
    Last Post: 06-22-2002, 02:02 PM