Assigning multiple strings into double pointerThis code works fine,of course. [code] #include<stdio.h> int main(void) { char* a[]={"You","Hell...
Why default constructor is called [quote]In Java all data members are reference variables[/quote] Thanks. Now I understand!!!
Why default constructor is called You can construct BBB object in AAA's constructor In java there's no member initializer member obj...
Why default constructor is called [code] class BBB { string name; public: BBB(string name){this.name=name;} } class AAA { publ...
This user does not accept Private Messages