Search:

Type: Posts; User: Rafiki

Search: Search took 0.00 seconds.

  1. Poll: I am 23 and I learned programming when I was 21...

    I am 23 and I learned programming when I was 21 (C++ and Java).
  2. Replies
    32
    Views
    11,281

    You would be surprised how much COBOL is actually...

    You would be surprised how much COBOL is actually used in industry. I work as a software engineer and I actually support two COBOL compilers (COBOL74 and COBOL85). When I first heard about this I...
  3. Thread: hypnotism

    by Rafiki
    Replies
    18
    Views
    4,117

    I haven't ever tried it. I was actually thinking...

    I haven't ever tried it. I was actually thinking of getting hypnotized to get over a fear I have. I have heard that it works or atleast helps people who have fears learn techniques to relax...
  4. Thread: speeding ticket

    by Rafiki
    Replies
    25
    Views
    4,788

    Poll: My dad once got a speeding ticket for going 1...

    My dad once got a speeding ticket for going 1 mile over the speed limit. He decided not to pay the fine because he was moving out of the state. Come to find out later there was a warent out for his...
  5. Replies
    8
    Views
    2,152

    R

    R
  6. Thread: The Ring

    by Rafiki
    Replies
    10
    Views
    2,466

    I saw it when it first came out. I thought it...

    I saw it when it first came out. I thought it was freaky....and yes I had my eyes closed for some of the parts too. I usually like to rewatch movies when they come out on video, but I am not sure I...
  7. Thread: Whos right???

    by Rafiki
    Replies
    11
    Views
    3,723

    I would have to say I would go the degree route. ...

    I would have to say I would go the degree route. I currently work for a company where 99% of new hires have a degree. In addition, the company will pay for you to get a masters and some...
  8. Here are the declarations: double fahr[20];...

    Here are the declarations:

    double fahr[20];
    double tempFahr;
    double indexOfMinFahr;
    double fillFahr;
  9. Error C2109: subscript requires array or pointer type

    I am very new to C programming so this may be a silly question. I am recieving the following error and don't know why:

    error C2109: subscript requires array or pointer type

    The code that it is...
Results 1 to 9 of 9