Kth largest arraySo I'm trying to make a function that prints out the kth largest number in the array but its not wor...
How to transfer value of int to another functionsomething like this? [code] int Recursion::getarr(){ size=arraySize; return arr[size]; } [/code]
How to transfer value of int to another functionIn my main or in my header file? This is the code for my main: [code] main(){ int n=10; int m=9; ...
How to transfer value of int to another functionLets say I have two functions, for example I'm trying to create a fixed size array. [code] int Rec...
Why does it say my "to_string" was not declared in this scope?Error on line 20, 36, 44, 52, 68, 76, 82 [code] string polynomials::toString() { ...
This user does not accept Private Messages