This ebook is intended to provide the reader with a guide to the issues involved with creating powerful and reliable add-ins for Excel. With years of use, many people build up the experience and understanding needed to create custom functions for Excel in C and C++. However, given the very limited books and resources available, this can be a largely trial-and-error process. The motivation in writing this book is to create something I wish I had had through the years: a coherent explanation of the relevant technology, what steps to follow, what pitfalls to avoid, and a good reference guide. |
|
Read more about this free ebooks:Excel add-in development in C/C++
|
Chapter 1 gives a thorough description of the fundamental characteristics of the objectoriented C++ programming language. In addition, students are introduced to the steps necessary for creating a fully functional C++ program. Chapter 2 provides a complete introduction to the basic types and objects used by C++ programs. Integral types and constants, fundamental types, and Boolean constants are just a few of the topics discussed. Chapter 3 describes how to declare and call standard functions. This chapter also teaches students to use standard classes, including standard header files. |
|
Read more about this free ebooks:A Complete Guide to Programming in C++
|
This book presumes you have absolutely no programming experience. If that’s you, and you want to learn how to write a computer program using what can be a very difficult language to learn, C++, then this book is definitely for you.
If you have some programming experience and want to learn how to program in C++, this book is also for you. Experienced programmers tell me that my thorough, methodical method of teaching works for them as well.
|
|
Read more about this free ebooks:Learn to Program with C++
|
This ebook is a collection of techniques that show how to perform various programming tasks in C++. As the title implies, it uses the well-known "cookbook" format. Each "recipe" illustrates how to accomplish a specific operation. For example, there are recipes that read bytes from a file, reverse a string, sort the contents of a container, format numeric data, and so on. In the same way that a recipe in a food cookbook describes a set of ingredients and a sequence of instructions necessary to prepare a dish, each technique in this book describes a set of key program elements and the sequence of steps necessary to use them to accomplish a programming task.
|
|
Read more about this free ebooks:Herb Schildt's C++ Programming Cookbook
|
Chapter1. Introduction to C++—C++ is a language built on C. It is strongly typed; it has types for storing single as well as compound values. It supports dynamic memory management with pointers. Chapter 2. Object-oriented Programming in C++—C++ is an object-oriented language that fully supports the object-oriented model. The main feature of the language is the class, which can be instantiated into objects. Chapter 3. Windows Development—The development environment of this book is Microsoft Visual Studio, which holds several Wizards that generate skeleton code. |
|
Read more about this free ebooks:Microsoft Visual C++ Windows Applications
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 Next > End >>
|
|
Page 7 of 9 |