Skip to content
Snippets Groups Projects
Commit 01d21ce4 authored by Mactavish's avatar Mactavish
Browse files

update

parent 9b644f44
Branches
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ Example:
// this could lead to unexpected behaviours
// int y = 2;
// int z = twox(y++); => z = (y++ + y++); z will atucally be 5
// int z = twox(y++); => z = (y++ + y++); the value of z actaully depends on the order of evaluation
```
## Specific Sized Numbers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment