unsafeCode
unsafeCode
![](https://lemmy.ml/pictrs/image/e4ec26aa-d8dc-42bb-8598-4049ee0b9639.webp?format=webp&thumbnail=128)
![](https://lemmy.ml/pictrs/image/e4ec26aa-d8dc-42bb-8598-4049ee0b9639.webp?format=webp)
1 crossposts
unsafeCode
That is why I use just int main(){...}
without arguments instead.
Very true, the less user input you have the safer your code will be.
Any void main(){...}
enjoyers?
while (true) {...}
Strictly speaking, it should be
Unsafe block syntax in C++
{ ...}