User profile: c90a78

User info
User name:c90a78
Email:495986900@qq.com
Name:YiJun Hao
Location:Somewhere in China
Website:http://-
Bio:I don`t know what to say. But I know there is much to learn.
Statistical data
Birthdate:Jan 22, 1992
Gender:Male
Occupation:Engineer
Skills:C
C++
C++/MFC
C#
C#/.NET
History
Joined:
Number of posts:10
Latest posts:

How do you login to a https server using C++?
Actually, it is based on the system. And even though there is libcurl doing the exchange (APIs accor...

Why add zero to the result of sizeof?
Cheers, guys! 4 Programming.

Why add zero to the result of sizeof?
Personally, I think the "+ 0" part is to convert the return value from sizeof() which is size_t to i...

Multiple threads accessing different functions member
1.You can make some static public functions for the class. 2.Just split them away, think this proble...

generating Username
You need to store your data first. Read it from file or make it const string. Make your Input functi...