User: CoolGuy

  • Public profile

User profile: CoolGuy

User info
User name:CoolGuy
Old user name:mehakb
History
Joined:
Number of posts:18
Latest posts:

Need Help ASAP!
Hey man check this code [code]#include <iostream> #include <string> #include <fstream> #include <cs...

trouble finding the minimum value in a array
A small mistake here [code]for (num2 = 1; num2 < min; num2++)[/code] use MONTHS instead of min

Arrays, loops, I need help
first mistake wrong way of increment in [code]for (num = 0; num < 3;num+1)[/code] use this [code]...

Find a string in a string
Is it compulsory to use vector? If not then you can do it with string, as string has [code]str.find...

Array-Temperature Calculations
On line 70, you used this [code]highSum = listTemp[i][0] + highSum;[/code] and on line 83, this ...

This user does not accept Private Messages