[Solved] While loop / Thread breakpoint occurs [closed]
You are shooting past your fixed-sized arrays due to a defective EOF test. Your loop should look more like the following: // also, don’t do preceding “usageFile >> … ;” while (true) { // you should also push as many of your charge/count variable declaration // in here as possible … // “readFile” is a … Read more