Search:

Type: Posts; User: Jones_C

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    12,503

    Thank you for such quick response. You have...

    Thank you for such quick response.
    You have mentioned about dangling pointer. Is it 'c' pointer in the above program you are referring to? If it is then I hope c=NULL will solve the problem?
    ...
  2. Replies
    3
    Views
    12,503

    Valgrind - facing some problem

    Hi,
    I have the following program
    pointertst.cpp
    ---------


    #include<iostream>
    #include<stdio.h>
    #include<stdlib.h>
    using namespace std;
Results 1 to 2 of 2