Writing in a random access fileThank 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 fileI'm trying to create a program that writes in a random access file and I'm having trouble getting it...