Posts by Alice • 1 point
2 posts
-
0
votes1
answer244
viewsQ: Store the contents of a file in another - python file
I’m trying to read information from a file and save it in a new file, after passing all information to lowercase and removing punctuation characters. For this I created a Readfile() function that…
-
0
votes0
answers112
viewsQ: Makefile in C++ - Geany
Good afternoon, I’m new to programming in C++ using Geany. And I’m having a hard time when it comes to creating an interface between a class and main, that is, creating a class, for example message.…