Search:

Type: Posts; User: thisbeme

Search: Search took 0.00 seconds.

  1. read from a file i believe. the questions for...

    read from a file i believe.

    the questions for my jeopardy program are in the notepad.

    i cant find much in google about this...

    though i think its this function fsopen() or fopen()
    though im...
  2. how do you open notepad file in a c program?

    so i need to make a jeopardy program.
    thing is the questions should be in a notepad (.txt file)

    i heard there is a function used to do so.
    anyone care to help me how to do this or link me to a...
  3. i should put return int and return 0 in the...

    i should put return int and return 0 in the main()?
    i dont really know much about those return function much, what does return int do?
    return 0 ends the program, am i right?

    thanks for the reply
  4. thanks for all the replies. here's my...

    thanks for all the replies.

    here's my finished code, i think it is fine now, isnt it?


    #include<stdio.h>
    #include<stdlib.h>

    struct item
    {
  5. How do I make this code short by for looping?

    This code prints the Months and how many days it has.
    I want to make my code short, I thought that I use some for loop and make the name of the months in array but I cant think how.
    If I make the...
  6. Replies
    11
    Views
    1,796

    i would not be posting here if she can teach me...

    i would not be posting here if she can teach me but she wants me to learn it on my own.

    you guys are rude.
  7. Replies
    11
    Views
    1,796

    Need Help Understanding This Code.

    This is the first time I posted here and I hope that you guys can help me.

    The code below is program which is a Tic Tac Toe Game. I finished it with some help from my sister and there is this part...
Results 1 to 7 of 7