Forum: C May 3rd, 2008 |
| Replies: 11 Views: 973 Hi did what was suggested with the fopen/fclose. Could someone now help to me prevent the same line in a text file from being used twice? Thanks
int initialize_array(char phrase[], char puzzle[],... |
Forum: C May 2nd, 2008 |
| Replies: 11 Views: 973 Is there anyway to do this without using rewind? We haven't learned this yet. |
Forum: C May 2nd, 2008 |
| Replies: 11 Views: 973 I was thinking of doing it the first way described. Here is what I've done so far, but it isn't working. Someone please help!
int initialize_array(char phrase[], char puzzle[], char clue[]){... |
Forum: C May 2nd, 2008 |
| Replies: 11 Views: 973 Hi,
I really need some help with this project. I'm currently a beginning C student working on a wheel of fortune program. For this program a random phrase must be chosen from a text file; the same... |