User profile: janeD

User info
User name:janeD
Email:prettylilangel26@yahoo.com
History
Joined:
Number of posts:4
Latest posts:

Writing in a random access file
Thank you soo much! this has been a great help for me:)

loops
#include <iostream> using namespace std; int main () { for (int i = 0; i <= 7; i++) ...

STUCK WITH #INCLUDE <STRING>
I think it's saying that you should use the library string.. #include <string> it lets you get...

Writing in a random access file
I'm trying to create a program that writes in a random access file and I'm having trouble getting it...