Skip to content

RaresRacsan/GetTextForChatGpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

File merger in C++

This C++ program merges the contents of all .cpp and .h files in the current directory into a single output file named merged_files.txt. Each file's content is prefixed with the file name for clarity. (For other extensions of files change in the code where it is commented.)

Prerequisites

  • C++ compiler supporting C++17 or later.
  • Standard Library's <filesystem> support.

Building the Program

Compile the code: g++ -std=c++17 -o textFromFiles textFromFiles.cpp

Running the Program

To run the program:

./textFromFiles

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages