db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » c++ » programing   (RSS)
  • Another one in the obscure codding practices ...

    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 ...
    Posted to planetdb4o (Weblog) by Anonymous on July 15, 2008
  • CERT C++ Secure Coding Standard

    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
    Posted to planetdb4o (Weblog) by Anonymous on July 15, 2008