Skip to content

Optimization & Engineering

  • Author
  • Thank You
Optimization & Engineering

Blog

software

Type Systems in Objective-C and C++

Bycoliveira August 3, 2013June 26, 2022

Objective-C offers a few advantages compared to programs written in pure C or C++. For example, with Objective-C you are have access to a comprehensive library that can handle most program-ming tasks on desktop or mobile applications. On the other hand, if you’re used to C++ style of programming it does take some time to…

Read More Type Systems in Objective-C and C++Continue

software

Dynamic Features in Objective-C

Bycoliveira July 27, 2013July 31, 2013

Programmers that use the C and C++ languages have become used to the facility with which they can access low-level features such as memory management. The raw speed of the language is another point that makes it very hard to use other languages. On the other hand, most programming environments are nowadays organized according to…

Read More Dynamic Features in Objective-CContinue

software

Isolating Dependencies in C++ Code

Bycoliveira July 24, 2013July 24, 2013

When working in C++, one of the main problems is the complexity of interfaces. The constant use of header files in the language make it difficult to avoid the inflation of translation unit sizes – a single file can include dozens of headers, which can do the same recursively. As a result, even small source…

Read More Isolating Dependencies in C++ CodeContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 6 … 52 Next PageNext

© 2025 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Thank You