10 JUL 2026 - Back up to full speed! Let's be honest: for the last few months, TorrentFunk was painfully slow. Pages crawled, searches dragged, and just loading the site tested everyone's patience. We hunted the problem down to our network and rebuilt it from the ground up — smarter caching, a much bigger and faster connection, and a lot of fine-tuning under the hood. The difference is night and day: the site now loads in a fraction of a second. No more waiting around. Thanks for sticking with us through the slow spell. Now go discover your funk!
Learn how to easily use the fstream library with the help of expert. Handle file operations without any problems!
What you'll learn
• how to operate on input and output streams
• how to open and close files and how to handle errors connected to that operations
• states of file opening
• stream’s error flags
• how to check size of the opened file
• what are binary files and how to compare them
• how to extract and save the content of file
• how to create mini database that allows you to:
• add, show, search, remove, load, save people
• many functions that supports working with files
Requirements
• You should be familiar with basics of C++ like variables, pointers, functions, structures, loops, arithemtic / bitwise / relational / logical operators
• You should have an installed IDE for example CODE::Blocks / Dev C++ / Visual C++
Description
If you want to learn how to work with files in C++ language using the fstream (file stream) library then you are in the right place!
You do not need to know anything about operating on files, but it's good idea to know the basics of C++ language.
After this course you will know:
1. how to operate on input and output streams,
2. how to open and close files and how to handle errors connected to that operations,
3. states of file opening,
4. stream’s error flags,
5. how to check the size of an opened file,
6. what binary files are and how to compare them,
7. how to extract and save the content of a file,
8. how to create a mini database that allows you to add, show, search, remove, load, and save,
9. many functions about working on files
This course consists of over 2 hours of great content. Before buying, please watch free videos so that you will see for yourself if you like the way I teach.
Over 180,000 students bought my courses and most of them are happy. You will also be satisfied with this course. If you do not like the course, remember that within 30 days you can request a full refund. I guarantee you satisfaction.
If you have any questions regarding the topics covered in this C++ course, please feel free to ask. I'm always happy to help those who want to learn!
Please check out the free lessons first! See for yourself the great quality of my course and enjoy it!
Who this course is for:
• This course is meant for beginners who already have some basic knowledge of C++. You should be familiar with variables, pointers, functions, structures, loops, arithmetic / bitwise/relational/logical operators. If you know these terms, you can continue your C++ adventure with this course; otherwise, you may consider catch up on the basics first.
• This course is probably not for you if you do not have any experience with C++ language
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
C++ Working with Files - fstream IO library/01 Introduction/001 What you will learn from my course-en.srt
4.4 KB
C++ Working with Files - fstream IO library/01 Introduction/001 What you will learn from my course.mp4
4.2 MB
C++ Working with Files - fstream IO library/01 Introduction/002 2-Source-Codes.zip
338 B
C++ Working with Files - fstream IO library/01 Introduction/002 Streams - what is input and output-en.srt
6.8 KB
C++ Working with Files - fstream IO library/01 Introduction/002 Streams - what is input and output.mp4
14.1 MB
C++ Working with Files - fstream IO library/01 Introduction/003 Motivational Intro.html
1.4 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/004 3-Source-Code.zip
1.7 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/004 How to open and close files-en.srt
7.5 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/004 How to open and close files.mp4
9.7 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/005 4-Source-Code.zip
2 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/005 File opening modes-en.srt
13.1 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/005 File opening modes.mp4
24.1 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/006 5-Source-Code.zip
2.4 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/006 Streams error flags-en.srt
16.6 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/006 Streams error flags.mp4
33.4 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/007 6-Source-Code.zip
926 B
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/007 Reading position pointer - seekg and tellg-en.srt
8.7 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/007 Reading position pointer - seekg and tellg.mp4
16.6 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/008 7-Source-Code.zip
800 B
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/008 Writing position pointer - seekp and tellp-en.srt
4.8 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/008 Writing position pointer - seekp and tellp.mp4
7.3 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/009 8-Source-Code.zip
849 B
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/009 Extracting characters from files-en.srt
14.1 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/009 Extracting characters from files.mp4
28.4 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/010 9-Source-Code.zip
1.2 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/010 Comparing content of two files-en.srt
23.9 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/010 Comparing content of two files.mp4
51.1 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/011 10-Source-Code.zip
632 B
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/011 Put - loading characters from cin stream directly to file-en.srt
5.3 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/011 Put - loading characters from cin stream directly to file.mp4
7.2 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/012 11-Source-Code.zip
353 B
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/012 Peek - peeking characters without extracting-en.srt
4 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/012 Peek - peeking characters without extracting.mp4
4.6 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/013 12-Source-Code.zip
363 B
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/013 Putback - returning extracted character on stream-en.srt
3.2 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/013 Putback - returning extracted character on stream.mp4
3.9 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/014 13-Source-Code.zip
612 B
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/014 Write - writing bytes to file-en.srt
6.7 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/014 Write - writing bytes to file.mp4
9.5 MB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/015 14-Source-Code.zip
724 B
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/015 Gcount - counting characters from last operation-en.srt
4.1 KB
C++ Working with Files - fstream IO library/02 File Stream Library (fstream)/015 Gcount - counting characters from last operation.mp4
6 MB
C++ Working with Files - fstream IO library/03 Summary/016 Mini database - part 1-en.srt
17.7 KB
C++ Working with Files - fstream IO library/03 Summary/016 Mini database - part 1.mp4
28.6 MB
C++ Working with Files - fstream IO library/03 Summary/017 15-Source-Code.zip
1.5 KB
C++ Working with Files - fstream IO library/03 Summary/017 Mini database - part 2-en.srt
22.8 KB
C++ Working with Files - fstream IO library/03 Summary/017 Mini database - part 2.mp4
49.9 MB
C++ Working with Files - fstream IO library/03 Summary/018 What after the course-en.srt
1.9 KB
C++ Working with Files - fstream IO library/03 Summary/018 What after the course.mp4
5.8 MB
C++ Working with Files - fstream IO library/ReadMe.txt