User profile: ishandassharma

User info
User name:ishandassharma
Name:Ishan Das Sharma
Location:Kolkata, India
Website:http://ishandassharma.wordpress.com
Statistical data
Gender:Male
Occupation:Student
Skills:BASIC
C++
VB .NET
History
Joined:
Number of posts:4
Latest posts:

Prime number generator giving bad output
It works now! Final Code: [code]#include <iostream> using namespace std; int main() { int t = 0;...

Prime number generator giving bad output
Now, I have the following code: [code]#include <iostream> using namespace std; int main() { int t...

Prime number generator giving bad output
>> This loop divides the number held by variable y with 2 up to itself. >> If the modulus result is ...

Prime number generator giving bad output
Hi everybody! I was the "Prime Number Generator" from SPOJ(Sphere Online judge) (Link here: http:/...