Search:

Type: Posts; User: amitj93

Search: Search took 0.00 seconds.

  1. Thanks for the reply, but no we do not get the...

    Thanks for the reply, but no we do not get the number of words beforehand, we have to find that out ourselves, which is what I don't understand how to do.
  2. How to read a text file into an array of strings?

    In a program, I have a text file (called MyDictionary.txt) which has thousands of words in alphabetical order. I need to make a C program that reads in this text file and then makes an array called ...
  3. Replies
    4
    Views
    1,110

    String manipulation

    #include <stdio.h>
    #include <string.h>


    //Define all Variables
    char string[100];
    int count;


    // Prompt User to Enter String
  4. Thank you very much, this was very helpful along...

    Thank you very much, this was very helpful along with the other person. It definitely gave me a starting point to work on and I will post more if I need any help.
  5. Storage Types, formatted input/output, processing a menu help.

    Hi, So I have a program for school that is attached below, and my main problem is knowing where to start and how it should be structured. Can someone give me an idea on how I should go about writing...
  6. Replies
    6
    Views
    1,503

    simple If statement not working

    I am trying to get the user to enter one of four letters, either D, B, A, or O. Then I am using an if statement to check if the user entered an invalid letter. If the user enters one of the four...
  7. Replies
    2
    Views
    4,838

    thanks for the response, and i am so sorry i...

    thanks for the response, and i am so sorry i meant to say "bingo", not tic tac toe. i was hoping people would read the attachment first, sorry about the confusion.
  8. Replies
    2
    Views
    4,838

    C program, creating a tic tac toe board.

    Hi, this is my first post on this forum. I have only taken one C class before, and that was a long time ago. In my systems programming class, we were assigned a program that will help us review C. ...
Results 1 to 8 of 8