Search:

Type: Posts; User: cw3od

Search: Search took 0.01 seconds.

  1. Thread: easy help

    by cw3od
    Replies
    4
    Views
    1,355

    You are imputing the char '1', '2', or '3' and...

    You are imputing the char '1', '2', or '3' and your switch is 1,2,or3.
    Try switch (value)
    case '1': blah etc...
  2. Replies
    15
    Views
    6,719

    Thanks!!!

    Thanks!!!
  3. Replies
    15
    Views
    6,719

    Boolean Types in C

    I am coming from the C++ student world and must do a simple program in C. I have to make a Boolean Flag. Is there a Boolean type in C or do I have to typedef it? I did a search but came up with no...
  4. Replies
    2
    Views
    2,148

    Having trouble with scanf function

    Here are two functions for a simple program. I am trying to get information from the keyboard but for some reason the program does not take the info. In the Get_ballance function no matter what...
Results 1 to 4 of 4