随笔分类 -  C++总结

摘要://结构体的声明 typedef struct Mwinddirectbaseline { char* p; int s; int i; }Mwinddirectbaseline; typedef struct F { char* p; int s; int i; }F; typedef struc 阅读全文
posted @ 2019-04-25 11:22 C#爆破 阅读(887) 评论(0) 推荐(1)
摘要:引用头文件: 1 __declspec(dllexport) void __stdcall read_JSon(char* path) 2 { 3 ifstream t(path); 4 string str((istreambuf_iterator<char>(t)),istreambuf_ite 阅读全文
posted @ 2019-04-22 11:15 C#爆破 阅读(8033) 评论(0) 推荐(0)