https://github.com/minoqi/repeat-text-generator
Program where you can input a word/phrase and have it saved into a text file XX number of times.
https://github.com/minoqi/repeat-text-generator
Last synced: 3 months ago
JSON representation
Program where you can input a word/phrase and have it saved into a text file XX number of times.
- Host: GitHub
- URL: https://github.com/minoqi/repeat-text-generator
- Owner: Minoqi
- Created: 2020-05-17T17:08:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T22:00:04.000Z (about 5 years ago)
- Last Synced: 2025-01-14T02:09:29.859Z (5 months ago)
- Language: C++
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repeat-Text-Generator
Program where you can input a word/phrase and have it saved into a text file XX number of times.# Using Just The Program
Once you've downloaded the repository, go into the ProjectRepeat folder, then into the x64 folder, then into the debug folder and open up the .exe file. The program will run and once you're done the file will be saved in the x64/debug folder.# Looking At The Code
The program was coded in C++ using Visual Studio 2019 Community Version. To open up the source code for the project, open the ProjectRepeat folder and then open the ProjectRepeat.sln or the ProjectRepeat.vcxproj file.***DO NOT DELETE THE CERTIFICATION TEXT, IF YOU REUSE THE CODE PLEASE MAKE SURE TO PROVIDE CREDIT FOR THE BASE CODE.***