Search:

Type: Posts; User: L_burna225

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,542

    Beginning programmer

    These are two ways I have decided to approach the problem.

    1) #include <iostream>
    #include <fstream>
    #include <iomanip>
    #include <string>

    using namespace std;

    const int noOfMonths = 12;
  2. Replies
    2
    Views
    2,611

    Where to Start?

    I have to write this program for my class, I haven't used c++ in awhile, and I have no idea where start, is there anyone that help start it off.

    Write a program that uses a structure to store the...
Results 1 to 2 of 2