User profile: Bhavesh205

User info
User name:Bhavesh205
Name:Bhavesh
Location:Pune
History
Joined:
Number of posts:5
Latest posts:

Pointer Variable
@kbw : you have put a good point, i try it on release and find that 'cout<<a' is not changing while ...

Pointer Variable
agree with both of you but as soon as i use cout<<&a, 'cout<<a' giving me a constant value, what is ...

Pointer Variable
Silly question but interesting.... I know the answers but dont know why so ??? I have an integer...

Exception handling
is there any way to handle this exception without removing throw statement from destructor ?

Exception handling
Exception is not getting catched by catch block. class abcd { public: int a; abcd(){cou...