cplusplus (c++) programming zone

 

    All Latest Cplusplus related articles. to submit your articles became a membur, it's free or send your article to publisher(at)tutorialsforu(dot)info. 



AMD’s Open Source Framewave Library

E-mail
AMD’s Framewave (FW) is a free and open-source collection of image and signal processing routines to accelerate application development, debugging, and optimization on x86-class processor platforms.  FW is a collection of libraries that contain highly-optimized functions for use in a variety of programming domains. All implementations of the libraries provide C and C++ programmers ANSI [...]



Read Full Article
 

C++ How to Program (7th Edition)

E-mail
This comprehensive best-seller is aimed at readers with little or no programming experience. It teaches by presenting the concepts in the context of full working programs and takes an early-objects approach. The authors emphasize achieving program clarity through structured and object-oriented programming, software reuse and component-oriented software construction. Introduction to Computers, the Internet and World Wide [...]



Read Full Article
 

Common Text Transformation Library

E-mail
Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. The library implementation is based on STL classes and algorithms. The library provides components for creating lexical analyzers making practical use of EBNF grammars. Template meta-programming and operator overloading offer features to write expressions that [...]

Read Full Article
 

Matrix libraries for C and C++

E-mail
This article presents some of the currently available options for open source C/C++ matrix libraries employable within a Linux environment. Particular libraries discussed are Meschach, which provides routines for operating on matrices and vectors for projects coded in C, the Cooperware Matrix (CwMtx) for C++ coding, and Blitz, which provides an n-dimensional array class for [...]



Read Full Article
 

Effective C++: 55 Specific Ways to Improve Your Programs and Designs

E-mail
This exceptionally useful text offers Scott Myers’s expertise in C++ class design and programming tips. The second edition incorporates recent advances to C++ included in the ISO standard, including namespaces and built-in template classes, and is required reading for any working C++ developer. The book opens with some hints for porting code from C to C++ [...]



Read Full Article
 

Ivor Horton’s Beginning Visual C++ 2008

E-mail
This is one of the all-time bestselling books on the C++ language by Ivor Horton. The book teaches you both the standard C++ language and C++/CLI as well as Visual C++ 2008. Thoroughly updated for the 2008 release, this book shows you how to build real-world applications using Visual C++ and guides you through the [...]



Read Full Article
 

Learning C/C++ Step-By-Step

E-mail

Learning C/C++ Step-By-Step

Many people are really interested in learning and implementing C/C++ programs on their favorite platforms like DOS/Windows or Linux. If you are the one looking for a step-by-step guide to get started, this tutorial is for you. Let me know your comments on  my tiny attempt to serve the community.


Read Full Article
 

C++ Exception Handling

E-mail

C++ Exception Handling

 

This document is intended for those in need of a transparent and nice way to handle program errors. The text will introduce a widely used method for achieving this: exception handling. The described system is available in many programming language such as Java, C++, Modula-3, etc., but here we will focus on C++ exception handling.

There are several good reasons to use exception handling. The most important thing it does is separate error-handling code from your normal code; this greatly clarifies your code. Secondly, it stimulates consequences because errors are being handled in one place and in one manner.

 

Read more... [C++ Exception Handling]
 
« StartPrev12345NextEnd »

Page 1 of 5

Donate

Development & maintainance needs time & money.
With your donation you can help us to keep this project alive
Donate:
  Monthly Monthly
Currency
Amount

Language Translator

Amazon

Copyright @ 2008 | Tutorialsforu.info | Developed by Open Source Coders | Add your link.