User profile: navderm

User info
User name:navderm
Name:Neeraj Jhawar
Location:Philadelphia
History
Joined:
Number of posts:93
Latest posts:

Error Allocating Data
Hi All, I have been using two different libraries that were created by my colleagues. Now the probl...

Construction leak ??
Hi All, Dumb C++ question, I wanted your view on Suppose class A { public: // constructor /...

Interrupting a constructor
Hi, While writing a code, I just thought if this is possible. Say in a copy constructor (or an...

const ??
@Framework : I am passing pretty big arrays of values by reference std::vector& / std::list& . B...

const ??
I tried looking at a few websites but couldn't really get a good ans. Why is : Fn( std::vector...