User profile: stridexr

User info
User name:stridexr
Location:Dubai, United Arab Emirates
Statistical data
Birthdate:Jun 19, 1990
Gender:Male
Occupation:Student
Skills:PHP
C++
Perl
Assembly
Java
Python
History
Joined:
Number of posts:72
Latest posts:

Making a calendar in C++
Hi, I'm trying to make a calendar but it comes out wrong. This is the output I get: [output] ...

Finding out the exact weekday
Nevermind, got it working :))

Finding out the exact weekday
Thanks helios and Stewbond, I think I get it now... One thing though, how come it doesn't work with...

Finding out the exact weekday
Any hint of what that operator might be ? :P

Filling an array with a random number generator
[code] for (int j = 0;j<30;j++) { i = rand() % 101; array[i]=i; //I believe this should be ar...