Archive for the 'C/C++' Category

Excel add-in development in C/C++ : Applications in finance

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 VB. C/C++. Excel Add-in Development in C/C++ - Applications for Finance is a how-to guide and reference book for the creation of high performance add-ins for Excel in C and C++ for users in the finance industry. Author Steve Dalton explains how to apply Excel add-ins to financial applications with many examples given throughout the book. It covers the relative strengths and weaknesses of developing add-ins for Excel in VB versus C/C++.

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 4 out of 5)
Loading ... Loading ...
  • 953 views
  • 0 Comments
  • In: C/C++, IT eBooks, Office
  • Author : Krenko
  • C Programming Language (2nd Edition)

    We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form.

    1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 5 out of 5)
    Loading ... Loading ...
  • 2,153 views
  • 0 Comments
  • In: C/C++, IT eBooks, Software Development
  • Author : -cosmos-
  • VTC - C Programming 2007 with Tim Heagarty

    VTC - C Programming 2007 with Tim HeagartyThe C Programming Language is the foundation of nearly all modern computer languages. C is a “low level” simple language that can be used to create the most elegant of applications and operating systems. Most of today’s commercial applications and operating systems have the C language at their core. VTC author Tim Heagarty explains the history and mechanics of the language and gives practical advice on its use in the commercial world. To begin learning simply click the links.

    1 Star2 Stars3 Stars4 Stars5 Stars (10 votes, average: 4.3 out of 5)
    Loading ... Loading ...
  • 2,475 views
  • 0 Comments
  • In: C/C++, VTC, Video Training
  • Author : witforce
  • C++ Cookbook

     Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn. Once mastered, however, it can help you organize and process information with amazing efficiency and quickness.

    The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you're an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don't have to develop on your own.

    1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 4 out of 5)
    Loading ... Loading ...
  • 2,180 views
  • 0 Comments
  • In: C/C++, IT eBooks
  • Author : -cosmos-
  • C++ GUI Programming with Qt4

    The Only Official, Best-Practice Guide to Qt 4.3 Programming. Using Trolltech's Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux without source code changes. Now, two Trolltech insiders have written a start-to-finish guide to getting outstanding results with the latest version of Qt: Qt 4.3. Packed with realistic examples and in-depth advice, this is the book Trolltech uses to teach Qt to its own new hires. Extensively revised and expanded, it reveals today's best Qt programming patterns for everything from implementing model/view architecture to using Qt 4.3's improved graphics support. You'll find proven solutions for virtually every GUI development task, as well as sophisticated techniques for providing database access, integrating XML, using subclassing, composition, and more. Whether you're new to Qt or upgrading from an older version, this book can help you accomplish everything that Qt 4.3 makes possible.

    1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 5 out of 5)
    Loading ... Loading ...
  • 1,921 views
  • 0 Comments
  • In: C/C++, IT eBooks, Software Development
  • Author : witforce