tools:c
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:c [2024/06/03 05:45] – Humphrey Boa-Gart | tools:c [2024/08/06 05:48] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{wst> | + | {{wst> |
====== C ====== | ====== C ====== | ||
Line 76: | Line 76: | ||
That's the basic emo version of "Hello World", | That's the basic emo version of "Hello World", | ||
- | Line 1: #include < | + | Line 1: '' |
- | Line 2: int main(int argc, char** argv) This line starts the " | + | Line 2: ''< |
Line 3: The open curly brace here opens the primary code block for the main function. That's all it does. | Line 3: The open curly brace here opens the primary code block for the main function. That's all it does. | ||
- | Line 4: printf() prints shit to the screen through a terminal emulator. The arguments it takes consist of a string in double quotes with special symbols for variables, followed by the list of variables in the order they' | + | Line 4: '' |
Line 5: Here, we return the integer that the main function expects, namely 0. | Line 5: Here, we return the integer that the main function expects, namely 0. |
tools/c.1717393515.txt.gz · Last modified: 2024/08/06 05:52 (external edit)
Find this page online at: https://bestpoint.institute/tools/c
Find this page online at: https://bestpoint.institute/tools/c