Teach Yourself Borland C++ 5 in 21 Days
by Craig Arnush and Namir Clement Shammas
The Waite Group's Visual C++ 6 Interactive Course (Interactive course)
by Jeff Kurtz and Jerry Kurtz
Sams Teach Yourself C++ for Linux in 21 Days
by Jesse Liberty, David B. Horvath, Jonathan Parry-McCulloch, Hal Moroff, and Paul Cevoli
Sams Teach Yourself C++ Programming for Linux in 21 Days teaches you the C++ programming language using the Linux operating system. You will gain a thorough understanding of the basics of C++ programming from a Linux perspective. The Bonus Week includes topics such as XWindows, KDE with QT toolkit, APE Class Library, and Real -time Middleware.
A hands-on, how-to tutorial which covers the WinSock Library. This is aimed at novice to experienced network programmers that have reasonable experience with Windows programming, preferably with Visual C++ 4.0 or higher. A CD-ROM is included with the book.
C & C++ Interview Questions You'll Most Likely Be Asked
Design algorithms using pseudocode with the only practical and comprehensive text on C programming specifically designed for students.
At the heart of any computer program are algorithms that sort, search through and select data. If an algorithm (a step-by-step logical procedure) is not well designed, the program will run sluggishly or not at all. Throughout this text, the author argues that programmers should devote extra time, at the outset of a project, to consider exactly how their algorithms will perform sorts, searches and selections. The book is filled with numerous examples of algorithms (and data structures) and has a...
Hands-On GPU-Accelerated Computer Vision with OpenCV and CUDA
by Bhaumik Vaidya
Discover how CUDA allows OpenCV to handle complex and rapidly growing image data processing in computer and machine vision by accessing the power of GPUKey FeaturesExplore examples to leverage the GPU processing power with OpenCV and CUDAEnhance the performance of algorithms on embedded hardware platformsDiscover C++ and Python libraries for GPU accelerationBook DescriptionComputer vision has been revolutionizing a wide range of industries, and OpenCV is the most widely chosen tool for computer...
Designed for the many applied mathematicians and engineers who wish to explore computerized numerical methods, this text communicates an enthusiasm for the power of C++, an object-oriented language, as a tool for this kind of work. This revision of the successful first edition includes for the first time information on programming in Windows-based environments. In addition this revision includes new topics and methods throughout the text that clarify and enhance the treatment of the subject. Fr...
The Professional C++ Programmer
by Lindsay Marshall and Martin McLauchlan
Designed for 2nd to final year computer science and MSc conversion students. Assuming an introductory knowledge of object concepts and C++, this text aims to take the novice C++ programmer forward, to the more advanced features of object-orientation and C++. Starting with a general summary of object oriented design, resuability and the construction of robust software, the book moves on to look at the memory management aspects of C++. The rest of the book looks at how C++ supports various types o...
Enterprise Application Development with Visual C++ 2005
by Max Fomitchev
Enterprise Application Development with Visual C++ 2005 teaches developers how to create practical business applications using managed C++ and Visual Studio(r) 2005. It offers best practices for coding and C++ development, including class programming, code factoring, source control, memory management, and interdependency and interoperability. Special attention is also given to new features in Visual C++ 2005, such as IDE enhancements, compiler features, ECMA syntax for managed C++, and C++ langu...
C++ Recipes: A Problem-Solution Approach is a handy code cookbook reference guide that cover the latest C++ 14 as well as some of the code templates available in the latest Standard Template Library (STL). In this handy reference, you'll find numbers, strings, dates, times, classes, exceptions, streams, flows, pointers and more. Also, you'll see various code samples, templates for C++ algorithms, parallel processing, multithreading and numerical processes. These have many applications including...
C++ Standard Library Practical Tips teaches beginning and experienced programmers how to use the Standard Library and its major component the Standard Template Library (STL) effectively in routine programming chores. The book provides 100 quick, easy-to-use tips and solutions to common programming problems such as using the right container, getting a C-style array from a vector, initializing a map with specified values, and computing the mean, median, and mode. The solutions are grouped by topic...
The book is an easy-to-follow guide for creating multi-threaded applications using C++. Each topic is thoroughly explained with multiple illustrations. Many algorithms, such as Dinning Philosophers Problem give you thorough explanations that will help you to understand and solve concurrent tasks. The book is intended for enterprise developers and programmers who wish to make use of C++ capabilities to learn the multithreaded approach. Knowledge of multithreading along with experience in C++ is a...
Revel Starting Out with C++ from Control Structures Through Objects -- Combo Access Card
by Tony Gaddis
In the first definitive guide on WebAssembly, you’ll learn how you can wield this new technology to break through the current barriers of web development and build an entirely new class of performant applications .Key FeaturesGenerate WebAssembly modules from C and C++ using Emscripten and interact with these modules in the browser Learn how to use WebAssembly outside of the browser and load modules using Node.js Build a high-performance application using C and WebAssembly and port an existing C...