User profile: joh024

User info
User name:joh024
Name:TJ Johnson
Location:Denver co
Statistical data
Birthdate:Nov 4, 1984
Gender:Male
Occupation:Analyst
Skills:C
PHP
C++
Visual Basic
Assembly
Javascript
History
Joined:
Number of posts:7
Latest posts:

Reading a .dat file
That's actually exactly what you need to read the file since now you know the structure it was writt...

Finding numerical values in Strings
If it doesn't work because of spacing and what not, maybe you could read a single char to see if it ...

Help on dynamic memory function in my account class
Bazzy is right, this is incredibly difficult to read as plain text. Saying that, it looks like your ...

c programming question
Wow. I remember doing this exact assignment a couple of years ago. OP, what school is this from? Jus...

Problem with file and loop
You can probably just put an "&& !myInput.eof()". This will test if the file has been processed comp...