Unexpected exit from do-while loopFound my problem :) [code] while (counter != 0); //if counter = 1 exit[/code] must be [code] while (...
Unexpected exit from do-while loopCan someone explain me why i have unexpected exit form function [code]arraySort()[/code] at the end...
Write/Reade array of struct to fileI'm stuck on writing array of struct to file and then read from it. Here is my test code. Can anyb...
This user does not accept Private Messages