Skip to content

C++ program that converts text to ASCII and vice versa.

Notifications You must be signed in to change notification settings

erick256/text-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-convert

Simple c++ program that converts text in a file to ASCII and back to normal text.

Example code is in TMain.cpp. The program converts the text in test.txt to ASCII text and the reverts it back to normal text.

Program is functional but with some issues: Converting a file to ASCII that has already been converted will mess up the data thus rendering it useless. Same thing goes for when revert ASCII back to text.

I would go ahead and fix these issues if I were to want to improve on the project but this project was mainly to refamiliarize myself with C++ after a hiatus from programming in this language.

About

C++ program that converts text to ASCII and vice versa.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages