User profile: kunalnandi

User info
User name:kunalnandi
Name:Kunal Nandi
History
Joined:
Number of posts:9
Latest posts:

difference btw two type of declaration
Thanks!!

difference btw two type of declaration
Thank you everyone for your answers. [code] Base b; // First type Base b(); // Secon...

difference btw two type of declaration
[code] Class Base { }; main() { Base b; [b]// First type[/b] Base b(); [b...

Difference of 32bit and 64bit applications
ok that means if we have not done any Mathmetical operation on pointers in code, then we don't have ...

why we use class in C++ ??
@Somshekhar I am completely agree with (1). 2) Structure do support encapsulation in C++. 3) ...