Search:

Type: Posts; User: Nazila Sedaei

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,971

    I have tried this but it makes errors; ...

    I have tried this but it makes errors;


    #include <iostream>
    #include <string>
    #include<cstdlib>
    #include <cmath>


    using namespace std;
  2. Replies
    11
    Views
    1,971

    C:\Users\sedaei\Desktop\New folder...

    C:\Users\sedaei\Desktop\New folder (4)\new\Shapiro.cpp|7|error: no matching function for call to 'Elevation::Elevation()'|


    C:\Users\sedaei\Desktop\New folder (4)\new\Shapiro.cpp|21|error: no...
  3. Replies
    11
    Views
    1,971

    Here is the reason that I have written seven int...

    Here is the reason that I have written seven int int elevation class; I want the user to enter for example seven elevation to the program and then let the program to compare two by two and if the...
  4. Replies
    11
    Views
    1,971

    yes the error is: ns\src\Shapiro.cpp |6| ...

    yes the error is:
    ns\src\Shapiro.cpp |6| error: no matching function for call to 'Elevation::Elevation()'|

    I dont know how to use a class working with an operator in another class
  5. Replies
    11
    Views
    1,971

    Having issue in running this code

    //the Elevation.h file
    #ifndef ELEVATION_H
    #define ELEVATION_H




    class Elevation
    {
    public:
  6. having issue in using operator within multiple classes

    Hello, I have written a c++ program using operator within multiple classes , but after running the code in code::blocks this error pops up (the screenshot of the error is attached along with the...
Results 1 to 6 of 6