User: i2Fluffy

  • Public profile

User profile: i2Fluffy

User info
User name:i2Fluffy
History
Joined:
Number of posts:32
Latest posts:

std::sort functions third parameter
Can someone explain the following code? How can the third parameter be a function with no parenthese...

Two For Loops Holding Values
I want the second for loop to hold its value and not reset every time I break out. Is there a way to...

Resize Array Passed To Function As Param
I am trying to re-size an array passed as a parameter in a function. The problem is once I am done c...

breaking out a loop
The for loop will only continue looping as long as it's second parameter is true (i<5); Make it fals...

Program only returning 1st value of array
Your calcVolts function doesn't need to return anything, make it void and remove return statement on...

This user does not accept Private Messages