Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2008 |
| Replies: 4 Views: 857 Hi I'm completely new to using VB in excel, but could someone help me fix my program. I'm supposed to find the roots of the equation denoted as func using the newton raphson method. Currently I am... |
Forum: C May 3rd, 2008 |
| Replies: 11 Views: 959 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: 959 Is there anyway to do this without using rewind? We haven't learned this yet. |
Forum: C May 2nd, 2008 |
| Replies: 11 Views: 959 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: 959 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... |