Search:

Type: Posts; User: MoraL

Search: Search took 0.01 seconds.

  1. Thread: heLppp

    by MoraL
    Replies
    5
    Views
    1,221

    ok Thanks.. Sorry I have another question.. I...

    ok Thanks..
    Sorry I have another question.. I want to compare two array which have diffrent sizes.. and If some of second array's elemenths is not in fisrt array then I want to add them in fisrt.....
  2. Thread: heLppp

    by MoraL
    Replies
    5
    Views
    1,221

    I used A.Average() and B.Average() instead of...

    I used A.Average() and B.Average() instead of Average which is private.. And It run.. ßut now I want to use private Average instead of function Average().... This is one of my exam question..

    ...
  3. Thread: heLppp

    by MoraL
    Replies
    5
    Views
    1,221

    heLppp

    hi..
    Here is my c++ code:
    how can i access Average member in main()..
    Can I access it ßy a class memßer function?



    #include <iostream>
    using namespace std;
    class Soru1{
Results 1 to 3 of 3