Where on internet can we learn Secure Programming in c/c++ -


I am starting to learn everything about security and safe programming.

I've always heard of things like buffer overflow vulnerability.

But I still do not know how such weaknesses are used.

When I say all this, my programming languages ​​of interest are C and C ++.

  1. I am looking for resources on free tutorials and internet where I can learn every program.

  2. Platform-specific suggestions are also welcome. For example, I know that in Windows programming, we can use the function for encrypted code like "memmove_s". But what are the equivalent of Linux / Unix?

  3. Is the AC / C ++ programmer concerned about specially formatted formatted stings (such as the very popular old PHP formatted string variance)?

There are so many questions, but the general idea is that I have to learn secure programming.

Thank you for every help.

check out & amp; .


Comments