User profile: serge

User info
User name:serge
Location:Minsk
History
Joined:
Number of posts:19
Latest posts:

quicksort logic?
[b]Duoas[/b], which [tt]start[/tt] and [tt]end[/tt] values did you use? The array partitioned is goi...

I just need to learn how the for loop in the function in this code works to find the lowest value in the array.
The function in question compares subsequently all elements in array with a minimum value, and if so...

linker error for friend function
First, you should prototype function [code]operator+[/code] before definition [code]class CPlant [/...

Program about Complex numbers.
rootsline1, yes, basically, you are on a right track. However, your present code contains a dozen of...

inverse of a matrix
Then you may check validity and compare performance with LAPACK library. Matrix inverse goes by two ...