User profile: Dala Darko

User info
User name:Dala Darko
History
Joined:
Number of posts:10
Latest posts:

Help! Output is not printed.
So these are the three files. I executed C.cc, no error is there but nothing gets printed either... ...

Direct and Copy Initialization
Can someone please tell me the difference between Direct and Copy Initialization??? [code] cla...

Constructors, Please help with the program
Hey i am a lil confused here, how is compiling of str s1="New"; related to the copy constructor?...

how to find the output of the following segment?
for (x=1, y=5; x+y<=10; x++) { cout <<x<< “ “<<y<<endl; y++; } Output: 1 5 2 6 3 7

Constructors, Please help with the program
@Peter87 Thanks for the help, btw is there a difference between str s2("York"); and str s1="New"...