Search:

Type: Posts; User: kishu111

Search: Search took 0.00 seconds.

  1. c++ console project how to set value in a class

    hi I am stuck at this point in my project I hope someone can help!!
    I am trying to set a value for


    MortgageSchedule::MortgageSchedule(Mortgage m)
    {
    return ;
    }

    The whole code is below
  2. Replies
    3
    Views
    1,003

    C++ console working with 2 classes

    I tried that but it says I have to declare it some where?

    this is what I tried now



    // Filename: MortgageSchedule.cpp
    // This contains stubs for the class methods.
    // Last revision:...
  3. Replies
    3
    Views
    1,003

    C++ console working with 2 classes

    Hi I am working on a project to get two classes to work with each other but I am getting
    'Mortgage::fixedMonthlyPayment': illegal call of non-static member function
    PLEASE HELP I am having a lot...
Results 1 to 3 of 3