User Profile

Collapse

Profile Sidebar

Collapse
JazibBahir
JazibBahir
Last Activity: Feb 22 '12, 09:05 AM
Joined: Feb 4 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • JazibBahir
    replied to Clear Screen in C using Dev C++
    in C
    Now use this

    clrscr();
    See more | Go to post

    Leave a comment:


  • JazibBahir
    replied to Deep copying
    Deep Copy
    A deep copies all field and make copies of dynamically allocated memory pointed to by the field.A deep copy occurs when an object is copy along with the object to it refer.
    Shallow Copy
    Shallow copy is a bit wise copy an object.A new object is created that has an exact copy of the value in the original object.If any of the field of the object are reference to other object,just the reference address are copied.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...