Search:

Type: Posts; User: Elkvis

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    3,374

    well it's unfortunate that it's teaching you to...

    well it's unfortunate that it's teaching you to use char arrays, although I'll admit that for random file access with fixed-length records, there really aren't a lot of other ways to do it.
  2. Replies
    6
    Views
    3,374

    unless this is a school assignment, and you...

    unless this is a school assignment, and you haven't covered std::string yet, I would strongly recommend using std::string and std::getline instead of char arrays and cin.getline(). also, in places...
Results 1 to 2 of 2