Search:

Type: Posts; User: voltson4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,959

    Try this quiz (just made it with C)

    Just made a Quiz Program with win32API. I am learning to use winAPI and not just mfc. There are 150 quesions in 10 categories roughly based on the standard clauses:

    Declarations
    Lexical...
  2. thanks anyway, I'm not using conversion...

    thanks anyway,

    I'm not using conversion specifications though.
  3. Replies
    5
    Views
    1,839

    Lets say char str[100] is declared in a function...

    Lets say char str[100] is declared in a function so it has automatic storage duration:

    void funcExample(void)
    {
    int x;

    char str[100];

    ....(other things)
  4. horizontal tab - "\t" - what determines number of spaces?

    When using the horizontal tab - "\t" - what determines number of spaces? - its not defined by ASCII is it?

    If your program relies on the lenght of a string using "\t", is it not good to use "\t"...
  5. Replies
    3
    Views
    2,231

    thanks, but i'd really like to know how to use a...

    thanks, but i'd really like to know how to use a for loop to test
  6. Replies
    3
    Views
    2,231

    Character Array - almost? works

    trying to creat a program that reads characters one at a time. An array is created to hold Unique characters. If a character already has been entered into the array, it is not entered again. My...
  7. Replies
    0
    Views
    1,987

    stdio.h - where is actual code

    where can i see the actual code for definitions of functions in stdio.h . For example, i'd like to see the code for scanf. - Can i see this in a file on my computer - running Mandrake - or is there a...
Results 1 to 7 of 7