User profile: TechnoBrony

User info
User name:TechnoBrony
History
Joined:
Number of posts:2
Latest posts:

Max, Min of a set of numbers
Lets go through Ericool's code. Line 6 and 7 are self explanatory, they store the minimum number an...

C++ Stack Defining and Reading
When you declared a Element300 pointer you haven't actually allocated any memory for the array yet. ...