File Handling in C++: Performing Advanced File Stream Operations

C++    |    Expert
  • 15 videos | 1h 55m 8s
  • Includes Assessment
  • Earns a Badge
Rating 3.8 of 11 users Rating 3.8 of 11 users (11)
The insertion and extraction operators are very commonly overloaded in custom C++ classes. Such overloads make it easy to write objects out to cout or to file and read objects in from cin or a file. In this course, learn how to correctly overload the insertion and extraction operators for streams and explore different aspects of text data streaming. Next, work with different file open modes, including read, write, append, and ate modes. Finally, practice using the stream state bits contained within stream objects. Upon completion, you'll be able to leverage file open modes, check stream state bits, and correctly use the std::filesystem API.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Overload and use the insertion operator
    Overload the extraction operator
    Review operations with input streams
    Use and contrast the get() and getline() functions
    Use seekg() to perform random access operations
    Read in and write out data to text files
    Use and contrast the write and append modes
  • Use the ate mode to write out data
    Write out data using binary mode
    Write out and read in actual binary data
    Review the good, bad, eof, and fail state bits
    Use the filesystem library
    Perform operations using the filesystem library
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 3.9 of 8 users Rating 3.9 of 8 users (8)
Rating 4.5 of 26 users Rating 4.5 of 26 users (26)
Rating 4.5 of 44 users Rating 4.5 of 44 users (44)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.4 of 15 users Rating 4.4 of 15 users (15)
Rating 3.9 of 46 users Rating 3.9 of 46 users (46)
Rating 4.5 of 8 users Rating 4.5 of 8 users (8)