Doom3 is the proof that “keep it simple” works.
If you search on the web for the best C++ source code. The Doom3 source code is mentioned many times, with testimonials like this one. I spent…
6 min de lectureIf you search on the web for the best C++ source code. The Doom3 source code is mentioned many times, with testimonials like this one. I spent…
6 min de lectureC is one of the most popular language around all the world, it was initially developed by Dennis Ritchie between 1969 and 1973 at…
3 min de lectureIn 1998 a proposal for a C++ Library Repository Web Site was posted by Beman G. Dawes. The original vision aims to satisfy two major…
4 min de lectureIn a previous post we talked about the clang-modernize tool to detect where you can use some new C++11 features to modernize your C++…
3 min de lectureIt’s proven that Clang is a mature compiler For C and C++ as GCC and Microsoft compilers, but what makes it special is the…
15 min de lectureWhen the processes running on your machine attempt to allocate more memory than your system has available, the kernel begins to swap memory pages…
5 min de lectureThe POCO C++ Libraries are a collection of open source class libraries for developing network-centric, portable applications in C++. POCO stands for POrtable COmponents.…
4 min de lectureNamespaces were introduced to the C++ Standard in 1995 and usually they are defined like this: A namespace defines a new scope. They provide a…
3 min de lectureHow many times do you already discover a code like this: Maybe in some cases it’s not a big issue to have such code.…
3 min de lectureCoding is fun for many developers and as coder you are guaranteed to not be bored, each year many new languages, technologies, frameworks and…
5 min de lecture