摘要: 可以用open和fopen来打开文件,open偏底层,fopen来自于open更顶层。(根据公司某个项目看了源码用的open) #include <stdio.h>#include <windows.h>int main(void){ FILE *fp; char temp; char buf[10 阅读全文
posted @ 2017-06-15 11:27 朱小勇 阅读(1348) 评论(0) 推荐(0) 编辑
摘要: #include <QPropertyAnimation> #include <QDesktopWidget> //下坠 void MainWindow::on_pushButton_clicked() { QPropertyAnimation *pAnimation = new QProperty 阅读全文
posted @ 2017-06-15 10:52 朱小勇 阅读(364) 评论(0) 推荐(0) 编辑