摘要:
Code Complete (2nd edition) by Steve McConnellThe Pragmatic ProgrammerStructure and Interpretation of Computer ProgramsThe C Programming Language by K... 阅读全文
posted @ 2014-11-05 17:22
foo__hack
阅读(355)
评论(0)
推荐(0)
摘要:
问题是这样的: 首先终端上有当前路径显示,我有个可执行程序代码是这样的: FILE fp = fopen(filename, "rb"); if(fp == NULL) printf("cannot open\n");编译出来的可执行程序(elf格式)比如在/home/username下面。file... 阅读全文
posted @ 2014-11-05 16:23
foo__hack
阅读(3207)
评论(0)
推荐(0)