Program to display a calendar:D [code] #include <iostream> using namespace std; int main() { int Y,n,W,C,y; cout << "Enter th...
Need help on how to load an array by using a fileWhere's your code?
How to display sum of values in forloopIs this right? [code] # include <iostream> # include <iomanip> using namespace std; // Function pr...
HELP WITH LOOPS PLEASE!// I just added srand(time(NULL)) to have the random numbers and some of your arguments that don't h...
expected constructor, destructor...Thanks ne555, I will study that.