There was an error while loading. Please reload this page.
1 parent 4249394 commit 7e38a92Copy full SHA for 7e38a92
README.md
@@ -15,7 +15,7 @@ The document is hosted on https://github.com/mortennobel/cpp-cheatsheet. Any com
15
// Comment to end of line
16
/* Multi-line comment */
17
#include <stdio.h> // Insert standard header file
18
-include "myfile.h" // Insert file in current directory
+#include "myfile.h" // Insert file in current directory
19
#define X some text // Replace X with some text
20
#define F(a,b) a+b // Replace F(1,2) with 1+2
21
#define X \
0 commit comments