It does exist,, I was able to open it using fopen. I was thinking of trying to rewrite the code using fopen and fget, but I don't know how these...
it is the line after file.open, the while loop.
The error is in the debugging, I watch the variable called 'FILE' and it shows: FILE = <incomplete type> whereas next to Byte it shows Byte =...
Alright I put the file into a blank project and debugged it. It all seemed fine except next to FILE it said incomplete type. What does this mean?
That is one of the biggest problem's, I am using Code::Blocks and this is not a project, just an individual cpp file. How do I debug this?
I don't, but when it runs I get a blank STD console that waits for a few minutes, then causes windows to throw an exception (error report).
Here is some updated code, which has fewer loops: #include <fstream> using namespace std; template <typename T> T &AT(int x, int y, int z, T...
That is the problem, I have no idea where the infinite loop may be happening, I could try adding more comments to the code and reposting, to see...
Sorry, I can't edit my posts. I got the single dimensional array, three dimensional access function working, but the program itself still doesn't...
I was thinking of maybe converting the 3-dim arrays to one dimensional and creating an access function, but I can't figure out what that access...
I have the following base code for a program I am writing that simply loads a bitmap from one location and transmits it to another (with limited...
Separate names with a comma.