Skip to content

Commit 73859bc

Browse files
committed
4.5 Problems with Macro's updated
1 parent 468f5ad commit 73859bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ C++ Notes
3434
- [4.2 Including a file](#42-including-a-file)
3535
- [4.3 Conditions in preprocessor](#43-conditions-in-preprocessor)
3636
- [4.4 Macro expansion](#44-macro-expansion)
37+
- [4.5 Problems with Macro's](#45-problems-with-macros)
3738

3839
<!-- /TOC -->
3940

@@ -846,6 +847,6 @@ int main(int argc, char const *argv[]) {
846847
}
847848
```
848849
849-
### 4.5 Problems with Macro's
850+
### 4.5 Problems with Macro's
850851
851852
See [4_5_Macro_Problems.cpp](https://github.com/akshaybabloo/CPP-Notes/tree/master/4_Preprocessors/4_5_Macro_Problems.cpp)

0 commit comments

Comments
 (0)