<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
<channel rdf:about="http://feeds2.feedburner.com/tutorialhero-400">
<title>Free C++ Tutorials - Best C++ tutorials at Tutorial Hero</title>
<link>http://feeds2.feedburner.com/tutorialhero-400</link>
<description>Free C++ tutorials - updated every hour. Tutorial Hero - your daily source for online tutorials</description>
<dc:language>en-us</dc:language>
<dc:rights>(c) 2009 TutorialHero.com</dc:rights>
<dc:date>2018-10-16T22:36:39+01:00</dc:date>
<dc:creator>Tutorial Hero</dc:creator>
<dc:subject>Free C++ tutorials</dc:subject>
<items>
<rdf:Seq><rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90779-understanding_quicksort_and_then_implementing_the_algorithm.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90778-c_graphics_programming.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90776-if_statement_in_c_and_c++_tutorial_part_three.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90780-unique_file_signature_using_fixed_width_histograms.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90777-draw_rectangles_in_c_graphics.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90783-c_tutorial.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90784-linux_c++_overlapped_server_and_client_socket_example.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90782-web_api_request_wrapper.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90781-c_tutorial_learn_c_programming.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90786-quick_guide_to_object_oriented_programming_in_c++_(part_2).php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90788-how_to_compile_c_language_program_in_ubuntu_linux.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90787-quick_guide_to_object_oriented_programming_in_c++_(part_1).php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-90785-quick_guide_to_objective_c_�_introduction_(part_1).php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-84540-iphone_navigation_bar_plus_table_view_application_howoto.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-84541-multi_view_iphone_application_�_table_views_and_navigation_bar.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-84542-visual_studio_c#_hello_world.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-84543-fix_viewstate_validation_errors.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-84544-visual_studio_c#_working_with_strings.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-84545-xcode_4.2_storyboards_segues.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-84547-working_with_strings_in_objective_c.php"/>
</rdf:Seq>
</items>
<image rdf:resource="http://www.tutorialhero.com/logo.gif"/>
</channel>
<item rdf:about="http://www.tutorialhero.com/tutorial-90779-understanding_quicksort_and_then_implementing_the_algorithm.php">
<title>Understanding QuickSort and then implementing the algorithm - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90779-understanding_quicksort_and_then_implementing_the_algorithm.php</link>
<description>QuickSort is a sorting algorithm developed by Tony Hoare and is widely used to sort vectors with numerical properties.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90779-understanding_quicksort_and_then_implementing_the_algorithm.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90778-c_graphics_programming.php">
<title>C Graphics Programming - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90778-c_graphics_programming.php</link>
<description>A basic C programming language tutorial covering functions or graphics.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90778-c_graphics_programming.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90776-if_statement_in_c_and_c++_tutorial_part_three.php">
<title>If Statement in C and C++ Tutorial - Part Three - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90776-if_statement_in_c_and_c++_tutorial_part_three.php</link>
<description>This C and C++ programming tutorial discusses the If Statement, relational operators, and variables as we work on our simple calculator app.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90776-if_statement_in_c_and_c++_tutorial_part_three.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90780-unique_file_signature_using_fixed_width_histograms.php">
<title>Unique File Signature using Fixed Width Histograms - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90780-unique_file_signature_using_fixed_width_histograms.php</link>
<description>Fixed-width histograms can be adopted to provide a unique and robust signature for any computer file.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90780-unique_file_signature_using_fixed_width_histograms.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90777-draw_rectangles_in_c_graphics.php">
<title>Draw Rectangles in C Graphics - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90777-draw_rectangles_in_c_graphics.php</link>
<description>C programming tutorial on using arguments and integer datatypes to draw a rectangle graphic.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90777-draw_rectangles_in_c_graphics.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90783-c_tutorial.php">
<title>C Tutorial - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90783-c_tutorial.php</link>
<description>C Tutorial in simple and easy steps for system programmers</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90783-c_tutorial.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90784-linux_c++_overlapped_server_and_client_socket_example.php">
<title>Linux C++ Overlapped Server and Client Socket Example - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90784-linux_c++_overlapped_server_and_client_socket_example.php</link>
<description>In this tutorial you will see an example of Linux C++ overlapped server and client socket and the steps involved. </description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90784-linux_c++_overlapped_server_and_client_socket_example.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90782-web_api_request_wrapper.php">
<title>Web API Request Wrapper - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90782-web_api_request_wrapper.php</link>
<description>Create a re-usable Web API Request wrapper.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90782-web_api_request_wrapper.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90781-c_tutorial_learn_c_programming.php">
<title>C Tutorial: Learn C Programming - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90781-c_tutorial_learn_c_programming.php</link>
<description>In this tutorial you will learn the basics of the C Language in depth.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90781-c_tutorial_learn_c_programming.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90786-quick_guide_to_object_oriented_programming_in_c++_(part_2).php">
<title>Quick Guide to Object Oriented Programming in C++ (Part 2) - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90786-quick_guide_to_object_oriented_programming_in_c++_(part_2).php</link>
<description>Quick Guide to Object Oriented Programming in C++ (Part 2): Encapsulation, Inheritance and Polymorph</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90786-quick_guide_to_object_oriented_programming_in_c++_(part_2).php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90788-how_to_compile_c_language_program_in_ubuntu_linux.php">
<title>How to Compile C Language Program in Ubuntu Linux - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90788-how_to_compile_c_language_program_in_ubuntu_linux.php</link>
<description>How to create c program in LinuxUbuntu?</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90788-how_to_compile_c_language_program_in_ubuntu_linux.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90787-quick_guide_to_object_oriented_programming_in_c++_(part_1).php">
<title>Quick Guide to Object Oriented Programming in C++ (Part 1) - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90787-quick_guide_to_object_oriented_programming_in_c++_(part_1).php</link>
<description>Quick Guide to Object Oriented Programming in C++ (Part 1)</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90787-quick_guide_to_object_oriented_programming_in_c++_(part_1).php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-90785-quick_guide_to_objective_c_�_introduction_(part_1).php">
<title>Quick Guide to Objective C ? Introduction (Part 1) - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-90785-quick_guide_to_objective_c_�_introduction_(part_1).php</link>
<description>Learn the basics of programming in Objective C language with this beginners guide.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-90785-quick_guide_to_objective_c_�_introduction_(part_1).php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-84540-iphone_navigation_bar_plus_table_view_application_howoto.php">
<title>iPhone navigation bar plus table view application howoto - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-84540-iphone_navigation_bar_plus_table_view_application_howoto.php</link>
<description>This tutorial is an introduction to iPhone navigation bar plus table view application</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-84540-iphone_navigation_bar_plus_table_view_application_howoto.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-84541-multi_view_iphone_application_�_table_views_and_navigation_bar.php">
<title>Multi view iPhone application ? table views and navigation bar - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-84541-multi_view_iphone_application_�_table_views_and_navigation_bar.php</link>
<description>Basic intro to using Multi view iPhone application, table views and navigation bar</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-84541-multi_view_iphone_application_�_table_views_and_navigation_bar.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-84542-visual_studio_c#_hello_world.php">
<title>Visual Studio - C# - Hello World - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-84542-visual_studio_c#_hello_world.php</link>
<description>In this Tutorial where you will learn how to develop a very basic C# .net application for the purpose of displaying a message to the end user. This tutorial assumes you are new to development in C# and Visual Studio.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-84542-visual_studio_c#_hello_world.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-84543-fix_viewstate_validation_errors.php">
<title>Fix ViewState Validation Errors! - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-84543-fix_viewstate_validation_errors.php</link>
<description>A Guide to fixing the error 'Validation of viewstate MAC failed' on ASP.net Web applications.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-84543-fix_viewstate_validation_errors.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-84544-visual_studio_c#_working_with_strings.php">
<title>Visual Studio - C# - Working with Strings - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-84544-visual_studio_c#_working_with_strings.php</link>
<description>In this tutorial you will learn some of the basic string functions available to you in Visual Studio 2010 with the .net frame work. This tutorial is available one C# currently but i also plan to do a VB.net version too.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-84544-visual_studio_c#_working_with_strings.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-84545-xcode_4.2_storyboards_segues.php">
<title>xCode 4.2 - Storyboards - Segues - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-84545-xcode_4.2_storyboards_segues.php</link>
<description>Introduction to using storyboards and segues in xCode 4.2 for iOS 5.0 from start to finish using a blank project template.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-84545-xcode_4.2_storyboards_segues.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-84547-working_with_strings_in_objective_c.php">
<title>Working with strings in Objective C - C++ tutorial</title>
<link>http://www.tutorialhero.com/tutorial-84547-working_with_strings_in_objective_c.php</link>
<description>quick tutorial on basic string manipulation using Objective C. This tutorial assumes you know at least the basics of creating a new project in xCode and running it.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-84547-working_with_strings_in_objective_c.php</feedburner:origLink>
</item>
</rdf:RDF>
