Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: C++ (page 7)

Tag Archives: C++

Virtual Machine Design and Implementation in C/C++

With the emergence of multiplatform production systems and network-centric computing, the software industry has witnessed the resurgence of the virtual machine. Rather than committing to any single operating system, software engineers have embraced p

Read More »

Memory Management: Algorithms and Implementations in C/C++

Memory Management: Algorithms and Implementation in C/C++ presents several concrete implementations of garbage collection and explicit memory management algorithms. Every implementation is complemented by an in-depth presentation of theory, followed

Read More »

Excel Add-in Development in C/C++: Applications in Finance

This book is for anyone who wants to do any application development in Excel. Even for an old hand at Excel development, a brief skim through reveals valuable nuggets of information.Excel Add-in Development in C/C++: Applications in Finance is a must

Read More »

Financial Applications using Excel Add-in Development in C/C++

This book is a must-buy book for any serious Excel developer. Excel is the industry standard for financial modelling, providing a number of ways for users to extend the functionality of their own add-ins, including VBA and C/C++. This is the only com

Read More »

C++ For C Programmers

A textbook of C++ examples intended for C programmers. This book is not a starting point for new C++ programmers who do not know C. It is a transition tool for C programmers.

Read More »

C Elements of Style: The Programmer’s Style Manual for Elegant C and C++ Programs

This handy guide covers the principals of good programming style, teaching C and C++ programmers how to write code that can be easily read, understood, and maintained by others. Whether you're a student or professional programmer, you'll benefit from

Read More »

Deep C (and C++)

Programming is hard. Programming correct C and C++ is particularly hard. Indeed, both in C and certainly in C++, it is uncommon to see a screenful containing only well defined and conforming code. Why do professional programmers write code like this?

Read More »

Essential C

This book written to provide clear and concise explanation of topics for programmers both starting to learn the C Programming Language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to ch

Read More »