User: aritra

  • Public profile

User profile: aritra

User info
User name:aritra
History
Joined:
Number of posts:3
Latest posts:

Doubt2
What is the complete list of names of the standard narrow-character iostream objects? Choice 1: ...

Doubt
class A { int i; public: A(int ii) { i = ii; } A(const A& a) { i = a.i; i++; } A& operator=(const ...

Question
Sample Code class Foo { int i; public: Foo(int x) : i(x) { } }; Referring to the sample code ab...

This user does not accept Private Messages