Search:

Type: Posts; User: Muzzleloader

Search: Search took 0.00 seconds.

  1. Thread: C++ to C

    by Muzzleloader
    Replies
    5
    Views
    1,154

    I actually didn't, so thank you :)

    I actually didn't, so thank you :)
  2. Thread: C++ to C

    by Muzzleloader
    Replies
    5
    Views
    1,154

    C++ to C

    hello,

    I know how to program in C++, but
    I want to learn C for Allegro. Can anyone
    give a quick rundown on the syntax differences and
    other useful information, and or a link that could help...
  3. Replies
    12
    Views
    2,420

    yes it does, and also you might want to replace...

    yes it does, and also you might want to replace the
    double quotes in:




    while (! myFile.peek()=="}")
  4. Replies
    11
    Views
    1,255

    you would want to declare a char variable, and...

    you would want to declare a char variable,
    and use that for your operator.
    then do something like this




    char operator;

    if(operator == '+')
  5. Replies
    8
    Views
    1,747

    thank you, everything works, but for the tolower...

    thank you, everything works, but for the tolower function,
    it returns the ASCII value for the char. Is there any way I can
    change that value back to the char instead of an ASCII int?

    thanks again
  6. Replies
    8
    Views
    1,747

    Ignoring puncuations in input stream

    hello, this is my first post, nice to meet everyone

    I am taking input from the keyboard, and I want to ignore
    whitespace, punctuation and the case of letters, i.e. 'a' = 'A'

    I figured out the...
Results 1 to 6 of 6