Search:

Type: Posts; User: C89

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,508

    Ok, I understand conceptually what I have to do...

    Ok, I understand conceptually what I have to do now but I am unsure of the syntax I will require. Thank you for your time.
  2. Replies
    10
    Views
    2,508

    void formattingText() { int maxNoChars; ...

    void formattingText()
    {
    int maxNoChars;
    char inputSentence[maxFormattingTextSize];

    printf("Formatting Text\n");
    printf("-------------------------\n\n");
    ...
  3. Replies
    10
    Views
    2,508

    void formattingText() { int maxNoChars; ...

    void formattingText()
    {
    int maxNoChars;
    char inputSentence[maxFormattingTextSize];

    printf("Formatting Text\n");
    printf("-------------------------\n\n");
    ...
  4. Replies
    10
    Views
    2,508

    Whoops, thanks xD Yeah I want to set the...

    Whoops, thanks xD

    Yeah I want to set the maximum width of the block of text to the integer the user inputs. So if it's say 20:

    This :
    Hello this is a sample paragraph well I'll just type some...
  5. Replies
    10
    Views
    2,508

    Help with formatting text

    void formattingText()
    {
    int maxNoChars;
    char inputSentence[maxFormattingTextSize];

    printf("Formatting Text\n");
    printf("-------------------------\n\n");
    ...
Results 1 to 5 of 5