Does declaration of array require a fixed size?Use a dynamic allocated array bro. You are playing with fire and death here. http://www.learncpp.com...
Repeat element in matrix 2D[quote]I failed to print out matrix MX,what wrong with my code?[/quote] Can you tell us what is a ma...
Combination of set of numbers http://www.learncpp.com/cpp-tutorial/7-11-recursion/
I have a question...[code]double Employee::operator + (Employee employee) { // Your code }[/code]
Does declaration of array require a fixed size?No, it is not. What you do is a fatal mistake if you input a number that is greater than the array s...
This user does not accept Private Messages