Lock your Ad to the Top of this Site - Readers always see it! - Advertise Here
 


Archive for the 'C/C++' Category

Expert Visual C++/CLI: .NET for Visual C++ Programmers

Expert Visual C++/CLI: .NET for Visual C++ Programmers (Expert's Voice in .Net)

C++/CLI is Microsoft's latest extension to C++ that targets the heart of .NET 2.0, the common language runtime. Expert Visual C++/CLI is written by visual C++ MVP Marcus Heege, who examines the core of the C++/CLI language. He explains both how the language elements work and how Microsoft intends them to be used.

Even if you're new to C++/CLI but are planning to migrate to it from another language, this book will ground you in the core language elements and give you the confidence to explore further and migrate effectively. It provides concise, yet in-depth coverage of all major C++/CLI features: short code examples succinctly illustrate syntax and concepts, and more elaborate examples show how C++/CLI should be used.

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 3.67 out of 5)
Loading ... Loading ...
  • 2,131 views
  • 0 Comments
  • In: .NET, C/C++, IT eBooks
  • Author : tech-geek
  • Thinking in c++

    thinking in c++ Fully revised and beefed up with plenty of new material on today's Standard C++, the new edition of Bruce Eckel's Thinking in C++: Volume I is an excellent tutorial to mastering this rich (and sometimes daunting) programming language, filled with expert advice and written in a patient, knowledgeable style.

    The effective presentation, along with dozens of helpful code examples, make this book a standout. The text first sets the stage for using C++ with a tour of what object-oriented programming is all about, as well as the software design life cycle. The author then delves into every aspect of C++, from basic keywords and programming principles to more advanced topics, like function and operator overloading, virtual inheritance, exception handling, namespaces, and templates. C++ is a complex language, and the author covers a lot of ground using today's Standard C++, but without getting bogged down in excessive detail.

    The emphasis here is on practical programming, so there's basic advice on using header files, preprocessor directives, and namespaces to organize code effectively. Each chapter ends with exercises (usually about two dozen), and the entire text of the book is available on the accompanying CD-ROM. (So is the second volume, which tours Standard C++ classes and other advanced topics.)

    Whether you have read the first edition of this book or not, there is much to mine from Thinking in C++. This new version continues to set a high standard as an approachable and thorough tutorial. –Richard Dragan

    1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 2.33 out of 5)
    Loading ... Loading ...
  • 2,473 views
  • 1 Comment
  • In: C/C++, IT eBooks
  • Author : mrblue
  • Introduction to C++ Programming and Graphics

    C++ has grown rapidly in response to the practical need for a programming language that is able to efficiently handle composite and diverse data types. Today, C++ dominates the commercial market and is favored among application developers.

    Introduction to C++ Programming and Graphics offers a venue for rapidly learning the language by concisely revealing its grammar, syntax and main features, and by explaining the key ideas behind object oriented programming (OOP), with emphasis on scientific computing.

    The book reviews elemental concepts of computers and computing, describes the primary features of C++, illustrates the use of pointers and user-defined functions, and analyzes the construction of classes. Distinctive features include:

    • An effective selection and presentation of topics and supporting examples
    • A tutorial on the usage of MATLAB® functions in C++ code
    • Tables for translating MATLAB® and Fortran 77 into C++ code, illustrating syntactic differences between these languages
    • Chapters on graphics and GUI programming based on the VOGLE library and the GLUT, GLUI and GTK+ utility toolboxes

    This invaluable resource provides a basic, concise introduction to C++ for the novice, allowing the reader to easily grasp the necessary concepts, rather than trying to absorb an extensive reference book. Scientists, engineers, professionals and students familiar with the general principles of computer programming and proficient in an easy programming

    1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 3.6 out of 5)
    Loading ... Loading ...
  • 3,530 views
  • 3 Comments
  • In: C/C++, Game, IT eBooks
  • Author : Crimson
  • Interfacing with C++ Programming Real World Applications

    Interfacing with C++ Programming Real World ApplicationsThis book is for people who are interested in learning and exploring electronic interfacing as well as C++ programming in a practicable and enjoyable way. Readers will learn to program a PC to do real-world things not simply number crunching and graphics. They will also master how to write programs that interact with real-world devices through the use of a specially-developed interface circuit board included with the book. The book, interface board and accompanying software incorporate simple and easy-to-understand projects such as digital-to-analog conversion and vice versa, DC and Stepper motor control, temperature and voltage measurement, PC-based timing, or basic data acquisition. The audience of this innovative and rewarding approach to learn interfacing real-world devices to a computer via C++ are undergraduate and graduate students in engineering and science, practicing engineers/scientists, technical workers, and hobbyists. The types of courses the book complements include control engineering, electronics, computing, and mechatronics.

    1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 4.5 out of 5)
    Loading ... Loading ...
  • 3,271 views
  • 0 Comments
  • In: C/C++, IT eBooks
  • Author : mrblue
  • Introduction To C++ For Financial Engineers

    cover

    The goal of this book is to introduce the reader to the C++ programming language and its applications to the field of Quantitative Finance. It is a self-contained introduction to the syntax of C++ in combination with its applications to current topics of interest. In particular, we develop libraries, frameworks and applications for a variety of derivatives models using numerical methods such as binomial and trinomial trees, finite difference methods (FDM) and the Monte Carlo (MC) method.

    The book consists of three major parts. The first part concentrates on essential C++ syntax that must be learned before proceeding. The second part introduces generic programming and design pattern techniques and we show how to create libraries and data structures that we use in part three that deals with full applications. We also have written a number of chapters on topics related to the current book, for example a review of the C language, interfacing with Excel and an introduction to the Component Object Model (COM).

    We have written this book for quantitative analysts, designers and other professionals who are involved in developing front office and trading systems. The book is structured in such a way that both novice and experienced developers can use it to write applications in Quantitative Finance. The book is also suitable for university students in finance, mathematics and other disciplines where C++ is used as the language for computation.

    1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 3.5 out of 5)
    Loading ... Loading ...
  • 3,618 views
  • 2 Comments
  • In: C/C++, IT eBooks
  • Author : ganelon