User: ZhuZhu

  • Public profile

User profile: ZhuZhu

User info
User name:ZhuZhu
Old user name:engkhsky
History
Joined:
Number of posts:9
Latest posts:

Random generating a array of enum with no repeat elements
I am trying to generate a array of enum with no same elements, but what I have done still gives me r...

Question: Get the difference for the largest and smallest number in a positive integer
@Repeater, oops should be differenceMaxMin (n) right?

Question: Get the difference for the largest and smallest number in a positive integer
Create a function to get the difference for the largest and smallest number in a positive number. Fo...

Getting sizeof pointer to an array
@keskiverto, you stumped me.... [code]int foo = 3; std::cout << sizeof(foo) << '\n'; int* T = &foo...

Getting sizeof pointer to an array
@helios, oh i got it!! Thanks alot for explaining.

This user does not accept Private Messages