User profile: TheBrain

User info
User name:TheBrain
History
Joined:
Number of posts:13
Latest posts:

Dynamic arrays in OOP aggregation
i found these errors [quote]31 F:\Dev-Cpp\2\team.h request for member `push_back' in `((team*)this)...

Dynamic arrays in OOP aggregation
hello , i used an array using aggregration in OOP in order to insert multiple datatypes in the array...

Median formula problem
but now the median value isnt in the array and here is the code i wrote [code] double mid(int...

Median formula problem
what if the array is made of random numbers ??? for example it is not {1,2,3,4} it is {1,5,8,10}??

Median formula problem
hello , i want a formula for calculating the median of an even array