User profile: vin

User info
User name:vin
History
Joined:
Number of posts:300
Latest posts:

How to find memory leaks?
I use Visual Studio 2013 community and the debugger reports detected memory leaks in the output wind...

Function is not executing
Line 54 is not how you call (use) a function. Try [code]bubbleSort(snowinfo[], size);[/code]

Need help fixing problem!
[code] //Odd numbers if(num%2==1){ for(int rows=num; rows>=1; rows--){ for(i...

What is going wrong in this program?
After you get the book number there is '\n' left in the input buffer. The next getline receives thi...

Weekly Pay roll
Program works fine. You just don't write to outfile when gross pay is zero. [code] ... if(pay_rate...