User profile: yulingo

User info
User name:yulingo
Location:Sunnyvale, CA
Statistical data
Gender:Male
Occupation:Engineer
Skills:C
C++
C++/.NET
C#/.NET
History
Joined:
Number of posts:233
Latest posts:

breaking a loop
It's perfectly fine to use an occasional [code]break[/code] statement when it can't be avoided. cha...

How do you call inputted information to another line?
Your name [code]variable[/code] should be of type [code]std::string[/code]. All you need to do is [c...

Need help with salary calculator!
You should just look at the problem in terms of base pay + overtime. base pay is hours up to 40 * ra...

Class help
Your AddContact function definition and declaration do not match. Based on how you're using it in yo...

Function for moving string in an array
There are several problems which I can spot immediately. in line 4, you access your array at loc wi...