I have been trying to write a code that converts a string to ASCII and reverse.
When I call the functions at case 1 and 2 of main(), it says an error:expected expression. I would appreciate if someone helped me... :)
I don't see why you would want to convert a string into a 2 dimensional char array...
Maybe you are looking to use ifstream & ofstream so that you could save the ascii into a txt, and read afterwards...
If you REALLY want to continue this, you can make this return a string / char array, or have a reference "&" to the variable to change it. There are too many problems for me to count, so just redo it in a more simple / shorter way until it works.