Need Help with Getting Info from Text filesHey, I've been searching around for a while, and haven't really found a good way to do this... [b...
Please help. Im stuck :(One way you could do that is: [code]inFile >> date >> hours >> minutes; while(inFile) { if (minu...
Help with vectors, pleaserollie, Thank you for your help :) I finally figured it out, and I made it a little more efficient t...
Please help. Im stuck :(Hmmm...this was difficult. It took me a good hour and a half:P But here is is: [code]#include <iost...
Temperature Converter; first little projectHere ya go: [code]int choice, redo; double ctemp, ftemp; while (redo=3) { co...