User: muralicplus

  • Public profile

User profile: muralicplus

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

structure construtctor
Thanks for your reply, i just got confused with Java style of invoking a contructor

structure construtctor
struct buf { int a; buf(){ cout<<"in stuct default\n"; a = 3; } buf(int x) { ...

Parameterised structure constructor
struct buf { int a; buf(){ cout<<"in stuct default\n"; a = 3; } buf(int x) { ...

This user does not accept Private Messages