Updated Nim for C programmers (markdown)
This commit is contained in:
parent
2545ea5da0
commit
19ad1a86b3
|
@ -95,6 +95,7 @@ Nim strongly discourages the use of unsigned integers, as it's considered unnece
|
|||
|
||||
*See: http://critical.eschertech.com/2010/04/07/danger-unsigned-types-used-here/
|
||||
|
||||
That said, unsigned integers are used and support for them has improved over the years. In most cases you should only use them for systems programming use cases though, not for general applications if you can help it.
|
||||
|
||||
### Object-Orientation
|
||||
|
||||
|
|
Loading…
Reference in New Issue