User: RotciV

  • Public profile

User profile: RotciV

User info
User name:RotciV
History
Joined:
Number of posts:11
Latest posts:

Kth largest array
So 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 function
something like this? [code] int Recursion::getarr(){ size=arraySize; return arr[size]; } [/code]

How to transfer value of int to another function
In 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 function
Lets 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