User profile: drawingkid1313

User info
User name:drawingkid1313
History
Joined:
Number of posts:7
Latest posts:

Need Help with Getting Info from Text files
Hey, 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, please
rollie, 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 project
Here ya go: [code]int choice, redo; double ctemp, ftemp; while (redo=3) { co...