摘要:
// Test_of_callexe.cpp : Defines the entry point for the console application.//#include#include #include #include int main(int argc, char * argv[]) { ... 阅读全文
摘要:
// test_of_malloc.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include"stdio.h"#include"stdlib.h"unsigned maximum=0... 阅读全文