Help on program to find days in month with leap yearsEdit: Solved, thanks for help.
Help on program to find days in month with leap years[code] #include <iostream> using namespace std; int month; bool isLeapYear(int year) { bool is...
Help on program to find days in month with leap yearsHello! So I have a code here which determines whether a year is a leap year or not: [code] #includ...
C++ - Help with matrix!Appreciate it man, thanks for clearing it up.
C++ - Help with matrix!Hello! So I have this code which displays a 3 by 3 matrix and outputs each element as a 0 or 1, usin...
This user does not accept Private Messages