VALGRIND is a program that can check for illegal memory references, the use of uninitialized variables, ... gcc -g myprog.c mv a.out myprog valgrind myprog.
確定! 回上一頁