|
|
Browse by Tags
All Tags » c++ » software (RSS)
-
As I said in this post, today I've found an interesting site about C++ programing practices.
While reading this pages I learned another way to write a fragile application (as always, writing bad code is enough :)
So, let's go for it! What will be the output of the following program?
void main(int argc, char* argv[])
{
int n = 255;
size_t ...
-
Hi.
Today I reached this page (on cert.org) site talking about C++ secure standard practices. I haven't read it to the end yet but at a first glance it looks pretty interesting (and useful) to me.
Wait, don't call yet!! There's a page regarding safe practices for C also!
I'll be reading this as soon as I get some time to ;)
Adriano
|
|
|