You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::string message0="Welcome to flypen! We are glad to see you here!";
14
-
std::string message0="Our course design is mainly divided into two modules :1. Chat module; 2. File editing module.We will introduce this module.";
15
-
std::string message0="Initially, you only have FlypenTeam. You can send and receive friend requests by going to [More] →[New friends] in the upper left corner.";
16
-
std::string message0="To use the file sharing function, you can go to [more] →[Group wiki] in the upper left corner to experience the addition, deletion, modification and checking of files.";
17
-
std::string message0="However, do not modify or delete files at will to avoid affecting the experience of others";
18
-
sql_addhistory( sender, username, message0, "0");
13
+
std::string message[5];
14
+
message[0]="Welcome to flypen! We are glad to see you here!";
15
+
message[1]="Our course design is mainly divided into two modules :1. Chat module; 2. File editing module.We will introduce this module.";
16
+
message[2]="Initially, you only have FlypenTeam. You can send and receive friend requests by going to [More] →[New friends] in the upper left corner.";
17
+
message[3]="To use the file sharing function, you can go to [more] →[Group wiki] in the upper left corner to experience the addition, deletion, modification and checking of files.";
18
+
message[4]="However, do not modify or delete files at will to avoid affecting the experience of others";
0 commit comments