User: gonny95

  • Public profile

User profile: gonny95

User info
User name:gonny95
History
Joined:
Number of posts:4
Latest posts:

Assigning multiple strings into double pointer
This 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