Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
Menu
File Utility « File « C++
C++
File
File Utility
1.
Read and display a text file line by line.
2.
Display contents of specified file in both ASCII and in hex.
3.
Create a file comparision utility.
4.
Copy a text file and display number of chars copied.
5.
Word count for input file: file read with ifstream
6.
Copy files
7.
Copy a file and display number of chars copied.
8.
Concatenate files
9.
Swap characters in a file.
10.
Swap characters in a file with error checking.
11.
Copy a file and reverse case of letters.
12.
Count letters.
13.
Copy a file and reverse case of letters with error checking.
14.
Copy and convert tabs to spaces.
15.
Search file.