How to add comment in each file of a folder-Python Code

Add a comment in each file of a folder is a very simple yet effective python program that add comment at the top of a python file recursively.

File handling in Python [ All Text File, Binary File operations with Source code ]

A complete article on text file handling as well as binary file handling with basic function for both types of files like file creation, update, deletion and searching data.

Search a Word in Text File – Python Way

Search a word in text File python way is our attempt to search any word in text file nbot using old fashion way like we do in C/C++. Only 4 line code was able to perform the task.

C++ project on Address Book Using classes and File Handling -Output

C++ project on address book using classes and file handling is one of the simplest C++/ C project to demonstrate the working of a computer Project. This project was actually demonstrated in Class room – How to create a computer Project using all the acquired knowledge. This project uses a simple class Telephone and one […]

C++ File handling Program list

C++ file handling program that we have covered in this site are as follow. If you want to read the basic Tutorial on File handling  or assignments then follow these two links File handling in C++ – Tutorial in PDf format File Handling in C++ – Assignment in PDF Format C++ File handling Programs C++ […]