- 1
Safety tips while coding!
C and C++ are very low-level programming languages, meaning you have the possibility of crashing your computer with faulty code or with purposefully malicious programs! Make sure NEVER to compile and run programs that have "#include <windows.h>" in them unless you're ABSOLUTELY CERTAIN you know what you are doing, and even if you do know what you are doing, try to avoid it at all costs.
3 Respostas
+ 14
I refer you to CERT guidelines for secure coding. The following link is for Integer operation.
[https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=146440565]
+ 3
code responsibly!
*_*
+ 1
code safely!