Hi guys,
Solved the problem! I hadn't put my targetfile tracking .csv file into my debug directory. Thanks for the advice, i should put the file opening checking code into my program anyways!
...
Type: Posts; User: andyscouse78
Hi guys,
Solved the problem! I hadn't put my targetfile tracking .csv file into my debug directory. Thanks for the advice, i should put the file opening checking code into my program anyways!
...
Hi Salem,
Thanks for the speedy reply!! Thats a good idea with perror(), i guess i do something like this? (taken from MSDN libary)
int main( void )
{
int fh;
Hi there,
Firstly i hope this is the right board to post on, secondly apologies as im not an experianced programmer so may appear a little ignorant!
Ive written a 2D type sprite game in visual...