DATE VALIDATOR..fixin errorsdays=28; //this variable is not defined you must define it as int,double,float //but since it only...
Can't access map within const structurePut 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 crashline 3 is technically correct, it will just output the address of the integer that has been allocate...
legal or illegalAny variables that are declared outside of main are global, in that other files may use them, if the...