counting characters without strlen First, the user might write a one-liner longer than 99 characters and then you do have a problem. g...
stuck on prime numbersStart by assuming that i is a prime. [code]bool found = true;[/code] If you do find in iteration a ...
Why are destructors called in reverse?Stack. LIFO.
Why do computers even need virus protection?[quote]So what does the virus protection do?[/quote] When a file is about to be opened/executed/show...
Need Help!!Lets look at your code: [code] int NumberOfFalses = 0; for(int j = 0; j < SIZE; j++) if(meet[j]...
This user does not accept Private Messages