I am trying to make a simple program for login and registration I want to print the username and password in a function

前端 未结 0 522
隐瞒了意图╮
隐瞒了意图╮ 2021-01-14 07:14

#include using namespace std;

void registration(char* username,char* password) {

cout << username << " " << password;


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题