Introduction to GDB
Introduction to GDB. Chen, Lu-Hung , Department of Mathematics, National Taiwan University 2009/02/21. test.c. #include < stdio.h > #include < stdlib.h > int main( int argc , char * argv []) { int n = 10, i ; double * ptr = (double*) malloc (n* sizeof (double)); double mean = 0.0;
290 views • 11 slides