We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468f5ad commit 73859bcCopy full SHA for 73859bc
README.md
@@ -34,6 +34,7 @@ C++ Notes
34
- [4.2 Including a file](#42-including-a-file)
35
- [4.3 Conditions in preprocessor](#43-conditions-in-preprocessor)
36
- [4.4 Macro expansion](#44-macro-expansion)
37
+ - [4.5 Problems with Macro's](#45-problems-with-macros)
38
39
<!-- /TOC -->
40
@@ -846,6 +847,6 @@ int main(int argc, char const *argv[]) {
846
847
}
848
```
849
- ### 4.5 Problems with Macro's
850
+### 4.5 Problems with Macro's
851
852
See [4_5_Macro_Problems.cpp](https://github.com/akshaybabloo/CPP-Notes/tree/master/4_Preprocessors/4_5_Macro_Problems.cpp)
0 commit comments