<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Online Programming Tutorials</title>
	<link>http://programmingtutorials.us</link>
	<description></description>
	<lastBuildDate>Sun, 19 Apr 2009 03:01:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Expression Templates</title>
		<description>Abstract: Expression Templates is a C++ technique for passing expressions as function arguments. The expression can be inlined into the function body, which results in faster and more convenient code than C-style callback functions. This technique can also be used to evaluate vector and matrix expressions in a single pass ...</description>
		<link>http://programmingtutorials.us/expression-templates-74.html</link>
			</item>
	<item>
		<title>Template Metaprograms</title>
		<description>The introduction of templates to C++ added a facility whereby the compiler can act as an interpreter. This makes it possible to write programs in a subset of C++ which are interpreted at compile time. Language features such as for loops and if statements can be replaced by template specialization ...</description>
		<link>http://programmingtutorials.us/template-metaprograms-73.html</link>
			</item>
	<item>
		<title>C++ Exception Handling</title>
		<description>Exception handling can be a very personal and complex topic. The C language gave the programmer very few exception handling capabilities, as the programmers wanted more control over exceptions themselves. Thankfully, the C++ standards committee crafted a simple, but powerful form of exception handling for the C++ language that still ...</description>
		<link>http://programmingtutorials.us/c-exception-handling-72.html</link>
			</item>
	<item>
		<title>Casting in C++: Bringing Safety and Smartness to Your Programs</title>
		<description>The new C++ standard is full of powerful additions to the language: templates, run-time type identification (RTTI), namespaces, and exceptions to name a few. Rather than talk about one of these ``major'' extensions, I will discuss one of the minor extensions: the new C++ casting operators.

Continue </description>
		<link>http://programmingtutorials.us/casting-in-c-bringing-safety-and-smartness-to-your-programs-71.html</link>
			</item>
	<item>
		<title>Separating Interface and Implementation in C++</title>
		<description>This article discusses three related problems in the design of C++ classes and surveys five of the solutions to them found in the literature. These problems and solutions are considered together because they relate to separating the design choices that are manifested in the interface from those that are made ...</description>
		<link>http://programmingtutorials.us/separating-interface-and-implementation-in-c-70.html</link>
			</item>
	<item>
		<title>Optimizing C++ - the WWW version</title>
		<description>Imagine that you are about to finish a relatively large program, one that has taken a few weeks or months to write and debug. Just as you are putting the finishing touches on it, you discover that it is either too slow or runs out of memory when you feed ...</description>
		<link>http://programmingtutorials.us/optimizing-c-the-www-version-69.html</link>
			</item>
	<item>
		<title>More C++</title>
		<description>This document aims to provide people who have done an introductory C++ course the skills required to write bigger programs. Online versions are at http://www-h.eng.cam.ac.uk/help/tpl/languages/C++/doc/doc.html (HTML); http://www-h.eng.cam.ac.uk/help/tpl/languages/C++/doc/doc.pdf (PDF); and http://www-h.eng.cam.ac.uk/help/documentation/docsource/index.html (LaTeX).
Continue </description>
		<link>http://programmingtutorials.us/more-c-68.html</link>
			</item>
	<item>
		<title>C++ tutorial for C users</title>
		<description>This text enunciates and illustrates features and basic principles of C++. It is aimed at experienced C users who wish to learn C++. It can also be interesting for beginner C++ users who leaved out some possibilities of the language. A printed version is available at http://www.lulu.com/content/258714

Continue </description>
		<link>http://programmingtutorials.us/c-tutorial-for-c-users-67.html</link>
			</item>
	<item>
		<title>Scientific Computing: C++ versus Fortran</title>
		<description>The language C++ has features which make it attractive for scientific computing: templates for generic programming, operator overloading for expressiveness, and object-orientation for abstraction and code reuse. Despite these features, the scientific computing community has been reluctant to adopt C++, partly due to performance problems. In the early 1990s, C++ ...</description>
		<link>http://programmingtutorials.us/scientific-computing-c-versus-fortran-66.html</link>
			</item>
	<item>
		<title>INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING USING C++</title>
		<description>This course was intended for students who want to learn more about object-oriented programming. Concepts presented are exemplified using the C++ programming language. This course is not intended to learn C++ in all its details. If you are interested in the language, please check out the Suggested Reading page for ...</description>
		<link>http://programmingtutorials.us/introduction-to-object-oriented-programming-using-c-65.html</link>
			</item>
</channel>
</rss>
