Get VIP Member Now

27th
NOV

Parallel and Distributed Programming Using C++

Posted by bandr under C & C++

Parallel and Distributed Programming Using C++

Parallel and Distributed Programming Using C++

Product Description
Today, the C++ language remains one of the most important languages used by professional software developers. Many corporations and government agencies have large investments in applications that are developed using the C++ language. Those corporations and government agencies are now Web-enabling their applications. Applications that were originally developed as simple client/server now requires Internet/Intranet face-lifts. This book helps software developers and programmers who need to add the techniques of parallel and distributed programming to existing applications. Parallel programming uses multiple computers, or computers with multiple internal processors, to solve a problem at a greater computational speed than using a single computer. It also offers the opportunity to tackle larger problems; that is, problems with more computational steps or more memory requirements.

Read more ...

26th
NOV

C & Data Structures

Posted by bandr under C & C++

C & Data Structures

C & Data Structures

Product Description
Divided into three separate sections, C & Data Structures covers C programming, as well as the implementation of data structures and an analysis of advanced data structure problems. Beginning with the basic concepts of the C language (including the operators, control structures, and functions), the book progresses to show these concepts through practical application with data structures such as linked lists and trees, and concludes with the integration of C programs and advanced data structure problem-solving. The book covers a vast range of data structures and programming issues, such as syntactic and semantic aspects of C, all control statements in C, concepts of function, macro, files and pointers with examples, graphs, arrays, searching and sorting techniques, stacks and queues, files, and preprocessing. C & Data Structures provides a comprehensive guide to all the data types in C with internal implementation, while providing examples to demonstrate their behavior.

Read more ...

18th
NOV

C For Dummies, 2nd Edition

Posted by bandr under C & C++

C For Dummies, 2nd Edition

C For Dummies, 2nd Edition

Welcome to C For Dummies, 2nd Edition — your last, desperate, and final attempt to understand the C programming language. Although I can’t promise that you’ll become a C guru after wading through this text, I can guarantee that you will
Know how to recognize a C program and, when one is grouped with an IRS Form 1040, the morning stock report, baseball statistics, and anything written in Braille, you’ll be able to pick out which one is the C program.

Read more ...

18th

How to Program Using C++

Posted by bandr under C & C++

How to Program Using C++

How to Program Using C++

Product Description
This title is an introduction to programming for undergraduate students meeting the subject for the first time. Using C++ as a running example, Jenkins outlines the principles of programming that should serve as a valuable foundation in good practice for when students meet other languages in later courses. Packed with cartoons and entertaining examples, this book is an accessible, student-friendly guide to programming for beginners.

Read more ...

17th
NOV

Solving PDEs in C++

Posted by bandr under C & C++

Solving PDEs in C++

Solving PDEs in C++

This comprehensive book not only introduces the C and C++ programming languages but also shows how to use them in the numerical solution of partial differential equations (PDEs). It leads the reader through the entire solution process, from the original PDE, through the discretization stage, to the numerical solution of the resulting algebraic system. The well-debugged and tested code segments implement the numerical methods efficiently and transparently. Basic and advanced numerical methods are introduced and implemented easily and efficiently in a unified object-oriented approach.

Read more ...

11th
NOV

Professional Multicore Programming: Design and Implementation for C++ Developers

Posted by bandr under C & C++

Professional Multicore Programming: Design and Implementation for C++ Developers

Professional Multicore Programming: Design and Implementation for C++ Developers

Product Description
Professional Multicore Programming: Design and Implementation for C++ Developers presents the basics of multicore programming in a simple, easy-to-understand manner so that you can easily apply the concepts to your everyday projects. Learn the fundamentals of programming for multiprocessor and multithreaded architecture, progress to multi-core programming and eventually become comfortable with programming techniques that otherwise can be difficult to understand. Anticipate the pitfalls and traps of concurrency programming and synchronization before you encounter them yourself by finding them outlined in this indispensable guide to multicore programming.

Read more ...