
-----------------------------------
bfh
Sat Aug 07, 2010 5:25 pm

Fopen Problem
-----------------------------------
Heres my Current Code, Cant get this to work for some Reason, will keep
working on it till i can figure out or some 1 helps me out

Thanks.

[code]
#include 
#include 

int main() {
	
	/*Files To be Used Below*/
	FILE *stock.dat, *videos.dat;


	
	int stocknumArray[1000];

	stocknumArray = fopen("videos.dat", "r");
	
	for (i=0; i