Download WordPress Themes, Happy Birthday Wishes
Home » Author Archives: admin (page 258)

Author Archives: admin

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 »

Managing Projects with GNU Make: The Power of GNU make for Building Anything

The utility simply known as make is one of the most enduring features of both Unix and other operating systems. First invented in the 1970s, make still turns up to this day as the central engine in most programming projects; it even builds the Linux

Read More »

Conceptive C

This book contains 88 C programs used to teach C programming.

Read More »

GTK+/Gnome Application Development

Part of the open-source initiative, the GNU Network Object Model Environment, or Gnome, provides a powerful development framework for building applications in Linux/Unix using C. When combined with GTK+, a user interface library that simplifies graph

Read More »

GNU C Library Application Fundamentals

Book DescriptionA comprehensive guide to implementing the standard C libraries which are both POSIX & OPEN/X compliant. Contains the most commonly used functions, such as: opening, reading, and closing files; screen I/O; performing math; character an

Read More »

The GNU C Programming Tutorial

gcc

This book is a tutorial for the computer programming language C, using GNU C Library. You should also have access to a computer running a GNU system such as GNU/Linux.It introduces basic ideas in a logical order and progresses steadily. You do not ne

Read More »

An Introduction to GCC for the GNU Compilers gcc and g++

This book provides a complete tutorial introduction to the GNU C and C++ compilers, gcc and g++.Many books teach the C and C++ languages, this book teaches you how to use the compiler itself. All the common problems and error messages encountered by

Read More »

Programming Embedded Systems using C

A guide designed for programmers with desktop experience in C. Key techniques required in all embedded systems are covered in detail, including the control of port pins and the reading of switches.It's been suggested that there are now as many embedd

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 »

PIC Microcontrollers – Programming in C

This book is the perfect for entry into this world for engineers who have not worked with PICs, new professionals, students, and hobbyists. As MCUs become more complex C is the most popular language due to its ability to process advanced processes an

Read More »