Re: [algogeeks] c++ this pointer

2013-06-05 Thread Nitish Raj
When destroy called it will print garbage then it will print desired one. Coz this pointer is self link but with different address of this pointer. So after deletion of pointer this ... On 5 Jun 2013 14:37, shubham saini shubhamsain...@gmail.com wrote: #includeiostream using namespace std;

Re: [algogeeks] c++ this pointer

2013-06-05 Thread Nitish Raj
not require its use. On Wed, Jun 5, 2013 at 9:21 PM, Nitish Raj raj.n...@gmail.com wrote: When destroy called it will print garbage then it will print desired one. Coz this pointer is self link but with different address of this pointer. So after deletion of pointer this ... On 5 Jun 2013 14:37

Re: [algogeeks] What data structures will you use to implement a text editor. Size of editor can be changed and you also need to save the styling information for all the text like italic, bold etc.EO

2013-05-26 Thread Nitish Raj
Ravi you r correct. Rope aka Cord. On Sun, May 26, 2013 at 9:36 AM, Ravi Ranjan ravi.cool2...@gmail.comwrote: Rope On Sat, May 25, 2013 at 10:24 PM, Nishant Pandey nishant.bits.me...@gmail.com wrote: In one of the interview it was asked, can some one suggest good DS for this. Thanks