User profile: cookt

User info
User name:cookt
Statistical data
Skills:C
C++
Perl
Assembly
History
Joined:
Number of posts:6
Latest posts:

DATE VALIDATOR..fixin errors
days=28; //this variable is not defined you must define it as int,double,float //but since it only...

Can't access map within const structure
Put all you code and class files up here and I will try to help.

Nested if statements in C++
This difference is x==1 and x==2 compare to see if x is equal to the numerical value 1 and the numer...

pointer crash
line 3 is technically correct, it will just output the address of the integer that has been allocate...

legal or illegal
Any variables that are declared outside of main are global, in that other files may use them, if the...