Search:

Type: Posts; User: nirali35

Search: Search took 0.00 seconds.

  1. Hmm... I will try that! But I think I am...

    Hmm... I will try that!

    But I think I am calling functions with objects, please have a look:



    class vector
    {
    private:
    double dir; // Vector direction
  2. You are right, but I have heard somewhere that...

    You are right, but I have heard somewhere that there is an exception for '[' and ']' so I am just testing that... otherwise, () is there!!

    (By the way I didn't get any syntax error so far so...
  3. Yes, that does make sense! But in my case (the...

    Yes, that does make sense!
    But in my case (the code above), when PUBLIC functions tries to call PRIVATE functions, I am getting an error. (Both PRIVATE and PUBLIC functions are prat of the same...
  4. Need some help/advise for Public/Private classes

    Hello!

    I am considerably new in C++ and need some of your advises!

    Actually I am doing my assignment and getting some troubles in the way.
    I am using Microsoft Visual C++ (from Visual Studio...
Results 1 to 4 of 4