Recursive backtracking questionSo, in short I'm working on a knight's tour program. If you don't know what that is, the knight gets...
Problem passing file into functionThank you for all of your help. I will talk with my professor on Monday. I just wanted to answer the...
Problem passing file into function#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <fstream> #include "wave.h" using nam...
Problem passing file into functionI actually want the doubles to be converted to ints because that is the number of columns in the arr...
Problem passing file into function[quote][/quote] fout.open("temp.tmp"); for ( i = 0; i < NUM_NOTES ; i++ ) { .... } fout.close(...
This user does not accept Private Messages