2020年6月12日

05 内嵌汇编的编程

摘要: 说明:参考狄泰软件学院相关课程 示例如下: #include <stdio.h> int main() { int result = 0; int input = 1; int a = 1; int b = 2; asm volatile ( "movl %1, %0\n" : "=r"(resul 阅读全文

posted @ 2020-06-12 11:40 lh03061238 阅读(258) 评论(0) 推荐(0)

构造函数和析构函数可以调用虚函数吗(转)

摘要: 原文:https://blog.csdn.net/weixin_41066529/article/details/89496385?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2- 阅读全文

posted @ 2020-06-12 09:31 lh03061238 阅读(442) 评论(0) 推荐(0)

导航