Unrelated to your problem, but important. Your indentation is horrible. You need to fix that. Also don't use fopen, fscanf, fclose, fgets, etc in C++. Use streams (see tutorial on site if you aren't...