Skip to content

Optimization & Engineering

  • Author
  • Blog
  • Books
  • Thank You
Optimization & Engineering

Author: coliveira

software

RAII is Overrated

Bycoliveira June 15, 2011June 26, 2022

In most discussions of the advantages of C++, an item that is frequently raised is the support for automatic destruction. This mechanism, which is used to reclaim resources used by a single object at the end of its scope, is the basis for a programming style popularly known among C++ users as RAII (resource acquisition…

Read More RAII is OverratedPosts by coliveira | Optimization & Engineering - Page 15

comments

No wonder why systems research is…

Bycoliveira June 8, 2011July 4, 2015

No wonder why systems research is basically dead, only trying to improve over the clumsiness of existing architectures. #fb

Read More No wonder why systems research is…Posts by coliveira | Optimization & Engineering - Page 15

software

Readability Advantages of C over C++

Bycoliveira May 31, 2011May 7, 2022

C++ is a language that was created to improve some of the features and use cases of the C language, in order to make it easier to use for application development (instead of system programming, the main area dominated by C). One of the perceived problems in C is the lack of support for object…

Read More Readability Advantages of C over C++Posts by coliveira | Optimization & Engineering - Page 15

Page navigation

Previous PagePosts by coliveira | Optimization & Engineering - Page 15 1 … 13 14 15 16 17 … 53 Next PagePosts by coliveira | Optimization & Engineering - Page 15

© 2026 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Blog
  • Books
  • Thank You