User profile: Janeson89

User info
User name:Janeson89
Email:chong.he.1989@gmail.com
Name:He Chong
Location:Wuhan University, China
Statistical data
Birthdate:Feb 5, 1989
Gender:Male
Occupation:Student
Skills:C
C++
Python
History
Joined:
Number of posts:15
Latest posts:

Question on Structure Destructor Over Ride and Dynamic Allocated Memory
@clanmjc well, actually I'm converting 'short[1000]' to 'short *' on certain circumstances... I thou...

Question on Structure Destructor Over Ride and Dynamic Allocated Memory
Say, I have a structure like this [code] struct A { short foo[1000]; short fooo; b...

Something about Class inheritance
Thanks ~ :)

Something about Class inheritance
Oh, BTW, what if I declare a member in the derived class, with a name same to the member declared pr...

Something about Class inheritance
Thanks~