void CUser::GirisNotice(){
DateTime time;
std::string GirisNotice;
std::string ServerDuyuru;
std::string Welcome;
GirisNotice = string_format("HoşGeldiniz");
ServerDuyuru = string_format("Server Time : %04d-%02d-%02d %02d:%02d", time.GetYear(), time.GetMonth(), time.GetDay(), time.GetHour()...