Posts by Gustavo de Souza • 21 points
1 post
-
2
votes2
answers1633
viewsQ: Doubt in a simple c++ ENCRYPTION program
I have a question about implementing an encryption code. Follow the code below: #include <iostream> using namespace std; int main(int argc, char** argv) { string criptografar(string mensagem);…
c++asked Gustavo de Souza 21