09 2019 档案

摘要:```c #include int main(void) { printf("Hello, world!\n"); return 0; } ``` ```cpp #include using namespace std; int main() { cout JustDoIt(int count) { Console.WriteLi... 阅读全文
posted @ 2019-09-09 10:46 typescript 阅读(349) 评论(0) 推荐(0) 编辑
摘要:1Password 7 Zip ABBYY Screenshot Reader 11 AdoptOpenJDK AquaSnap Atom AutoHotkey Bandicam Bandizip Beyond Compare Brackets calibre Camtasia 2018 Clipb 阅读全文
posted @ 2019-09-08 08:40 typescript 阅读(326) 评论(0) 推荐(0) 编辑
摘要:hello.c #include <stdio.h> int main() { printf("hello, world!\n"); return 0; } 1 预处理阶段:预处理器(cpp) $ gcc -E hello.c -o hello.i $ gcc -E -P hello.c -o he 阅读全文
posted @ 2019-09-07 00:07 typescript 阅读(2024) 评论(0) 推荐(1) 编辑
摘要:1 Basics Figure 2: A prototypical command-line command. 1.1 Running a terminal Figure 5: Anatomy of a command line. (Your prompt may differ.) Figure 7 阅读全文
posted @ 2019-09-06 00:50 typescript 阅读(257) 评论(0) 推荐(0) 编辑
摘要:[toc] AStyle A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective‑C, C , and Java Source Code Project Page: http://astyle.source 阅读全文
posted @ 2019-09-03 23:43 typescript 阅读(203) 评论(0) 推荐(0) 编辑
摘要:[toc] CommonMark markdown Italic Bold Heading 1 Heading 2 Heading 3 "Link" Blockquote List List List 1. One 2. Two 3. Three with backticks markdown He 阅读全文
posted @ 2019-09-02 15:15 typescript 阅读(521) 评论(0) 推荐(0) 编辑