Transparent

bagsta's documents in eventhelix.com

Optimizing C and C++ Code

Embedded software often runs on processors with limited computation power, thus optimizing the code becomes a necessity. In this article we will explore the following optimization techniques for C ...
  • Pdf_16x16 6 pages
  • bagsta published this 03/17/2008
  • 3,901 reads
  • 0 comments

Object Oriented Programming in C

Embedded software development is slowly moving towards object oriented analysis, design and programming. The introduction of object oriented technologies in some systems has not happened due to lac...
  • Pdf_16x16 9 pages
  • bagsta published this 03/17/2008
  • 1,478 reads
  • 0 comments

C++ vs C Performance Comparison (Virtual Functions, Inheritance)

This section presents the C++ code for a typical virtual function invocation scenario. This is then compared to the equivalent C code.
  • Pdf_16x16 9 pages
  • bagsta published this 03/17/2008
  • 2,898 reads
  • 0 comments

C++ vs C Comparing C and C++ Performance (C++ Internals)

In the first article in this series we will look at the performance impact of C++ method invocations. This comparison will be carried out by first comparing C++ code and its C equivalent.
  • Pdf_16x16 5 pages
  • bagsta published this 03/17/2008
  • 1,932 reads
  • 0 comments