Search:

Type: Posts; User: Thanuja91

Search: Search took 0.01 seconds.

  1. Thread: Pointers

    by Thanuja91
    Replies
    1
    Views
    910

    Pointers

    Is there a way to find whether a pointer is assigned a value or not?
  2. Replies
    1
    Views
    1,571

    Operators of abstract classes

    Can anyone please tell me how to define the operator functions for abstract classes..

    For example, there are two sub classes of a base abstract class.. So how to define the operator functions for...
  3. This is for a simulation purpose of a...

    This is for a simulation purpose of a construction site. For ex. if there is a job named "removal" it can be given as number of pieces (in this case its an int) or in volume or area (in this case its...
  4. without initially identifying the type of data,...

    without initially identifying the type of data, is there a particular method to store both types under one variable?
  5. Can you please explain me one way of doing that.

    Can you please explain me one way of doing that.
  6. Storing int and double type values under one variable name

    I want to get inputs to a variable called “quantity”. The user can input it either in int or double types and the program needs to differentiate the type. Can I do it with C++?
    For the moment, I...
Results 1 to 6 of 6