Search:

Type: Posts; User: stuartbut

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,126

    Keyboard Input

    i'm reading in characters from the keyboard and i'm wanting to check if the character entered is a backspace and if it is i want to output the ASCII value 08.

    i have this snippet of my code:

    c...
  2. Replies
    2
    Views
    2,345

    counting the number of words in a file

    Hi

    I have file called test.txt which looks like this:

    aaa , bb.ccc

    I need my program to count the number of words in the file, but not to count the spaces, comma's, fullstops etc. For...
  3. Replies
    2
    Views
    911

    Thanks.

    Thanks.
  4. Replies
    2
    Views
    911

    Rightjustifying

    Hi,
    I need to create a function that takes a string from one array and rightjustifys it in a larger array :

    the function prototype is as follows :

    void rightjustify( char * dest, const char...
Results 1 to 4 of 4