Safety tips while coding! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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.

30th Sep 2017, 6:18 PM
Android Boi
Android Boi - avatar
3 Answers
+ 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]
30th Sep 2017, 6:28 PM
Babak
Babak - avatar
+ 3
code responsibly! *_*
30th Sep 2017, 7:19 PM
seamiki
seamiki - avatar
+ 1
code safely!
30th Sep 2017, 6:18 PM
Android Boi
Android Boi - avatar