Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACM-Announcement-Modifier

Script to remove all special symbols and characters that cannot be transferred from ACM CSUF Chapter Discord Announcements to Instagram post description.

Tools

  • Languages: C++
  • Libraries: fstream, regex

The fstream library allows for reading from and writing to files, and the regex library allows for manipulating text

Example of Automation

Coverts the special symbols and characters from file1.txt:

to this in file2.txt:

Instructions to Run Program

Compile main.cpp using clang++ compiler:

image showing the usage of 'clang++ main.cpp' command

Run the executable file:

image showing the usage of './a.out' command

Nice! You have converted the special symbols and characters from file1.txt to the desired text in file2.txt

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages