Search:

Type: Posts; User: jwroblewski44

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    4,722

    Thank you sincerely to Malcolm McLean to your...

    Thank you sincerely to Malcolm McLean to your fast and helpful reponses. Here's my attempt at the following assignment..



    /* detab- write a program 'detab' that replaces tabs in the input with...
  2. Replies
    10
    Views
    4,722

    thank you for the advice on multiplying by ten...

    thank you for the advice on multiplying by ten and adding the digit. Is there a specific char I can look for to notify the end of the string? Obviously '\0' is not the choice.
  3. Replies
    10
    Views
    4,722

    thank you for your quick responses. i would need...

    thank you for your quick responses. i would need to be able to convert all characters in the second argument, not just the first one. But I also cannot use sscanf() because I am not far enough in the...
  4. Replies
    10
    Views
    4,722

    command line argument help

    //detab - replace tabs with appropriate number of blank spaces to reach next
    //tabstop. Assume a fixed number of tabstops.

    #include <stdio.h>

    #define MAXLINE 81

    int gotline(char s[],int...
Results 1 to 4 of 5