guessing game help!you can prevent data loss by replacing [code]srand(time(0))[/code] with [code]unsigned int see...
checking for a program in memoryI've been trying to find a way to check for a program that is currently running. Let's say the prog...
invalid types ‘int[int]’ for array subscriptin any of your function definitions, are you using arrays? when you declare an array you can't forg...
invalid types ‘int[int]’ for array subscriptlooks like a function definition error, not a call error. can you post the first lines of your defi...
How do I number files?I can help with the counting part, you need to use a for loop and possibly arrays example of the ...
This user does not accept Private Messages