User profile: deepak643

User info
User name:deepak643
Name:Deepak Mudiam
Location:India
History
Joined:
Number of posts:5
Latest posts:

Variables differences in C++ and Java
Hi, while going through the differences between the c++, prolog and java, I came to see a question a...

Constructor array copy
In the below program, how can copy the array n[] into Array[]. The below is not working.. help pleas...

Concatenation Linked List
when i add the copy constructor to the same code, its stucking at the run time. I dnt understand why...

Concatenation Linked List
it worked Helios.. In while statement i kept while(tmp->next!=NULL) and it worked :)

Concatenation Linked List
Here is my program.. I am unable to concatenate the 2 linked lists using operator overloading. I hav...