User profile: jam47

User info
User name:jam47
Old user name:jammes
History
Joined:
Number of posts:29
Latest posts:

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 file
Where's your code?

How to display sum of values in forloop
Is 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.