<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>C++ Tutorials Archives - TECHAntena</title>
	<atom:link href="https://www.techantena.com/tag/cpp-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techantena.com/tag/cpp-tutorials/</link>
	<description>Tech &#38; Programming Tutorials</description>
	<lastBuildDate>Sun, 12 Jul 2020 07:01:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.techantena.com/wp-content/uploads/2019/03/logo_icon.png</url>
	<title>C++ Tutorials Archives - TECHAntena</title>
	<link>https://www.techantena.com/tag/cpp-tutorials/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">109684828</site>	<item>
		<title>Call By Value and Call By Reference C Plus Plus [C++ Tutorials &#8211; 6]</title>
		<link>https://www.techantena.com/1784/call-by-value-and-call-by-reference-c-plus-plus/</link>
					<comments>https://www.techantena.com/1784/call-by-value-and-call-by-reference-c-plus-plus/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 11 Sep 2016 05:46:53 +0000</pubDate>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C++ Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=1784</guid>

					<description><![CDATA[<p>Call By Value and Call By Reference C Plus Plus There are two ways to invoke a function in C++; Call by value and Call by reference. Call by value: In call by value method of function calling, the function copies the values of actual parameters into the formal parameters. ie. the function creates it&#8217;s [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/1784/call-by-value-and-call-by-reference-c-plus-plus/">Call By Value and Call By Reference C Plus Plus [C++ Tutorials &#8211; 6]</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/1784/call-by-value-and-call-by-reference-c-plus-plus/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1784</post-id>	</item>
		<item>
		<title>C Plus Plus Functions [C++ Tutorials-5]</title>
		<link>https://www.techantena.com/1775/c-plus-plus-functions/</link>
					<comments>https://www.techantena.com/1775/c-plus-plus-functions/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 10 Sep 2016 17:34:35 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C++ Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=1775</guid>

					<description><![CDATA[<p>C Plus Plus Functions C Plus Plus Functions are the named set of statements that can be processed independently. It helps to reduce the complexity of a program. It is difficult to implement a large program even its algorithm is written. To implement such large programs with a case, it should be split into a [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/1775/c-plus-plus-functions/">C Plus Plus Functions [C++ Tutorials-5]</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/1775/c-plus-plus-functions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1775</post-id>	</item>
		<item>
		<title>Basic Data Types In C++ [C++ Tutorials &#8211; 4]</title>
		<link>https://www.techantena.com/1762/basic-data-types-c-plus-plus/</link>
					<comments>https://www.techantena.com/1762/basic-data-types-c-plus-plus/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Fri, 09 Sep 2016 16:13:47 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C++ Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=1762</guid>

					<description><![CDATA[<p>C Plus Plus Basic Data Types Data types in C++ are means to identify the type of data. C++ data types can be classified as follows. Fundamental Data Types Fundamental data types are also known as atomic data types. These data types are built-in data types of C++ and are not composed of other data types. [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/1762/basic-data-types-c-plus-plus/">Basic Data Types In C++ [C++ Tutorials &#8211; 4]</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/1762/basic-data-types-c-plus-plus/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1762</post-id>	</item>
		<item>
		<title>Structure of a Basic C++ Program [C++ Tutorials &#8211; 3]</title>
		<link>https://www.techantena.com/1730/structure-c-plus-plus-program/</link>
					<comments>https://www.techantena.com/1730/structure-c-plus-plus-program/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Wed, 07 Sep 2016 15:31:18 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C++ Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=1730</guid>

					<description><![CDATA[<p>Here I am sharing you the most Basic C Plus Plus Program Structure. C++ program consists one or more functions. A function called main() is must in a C++ program which cannot be used more than one time in a program. The execution of any C++ program start at main() and ends within main(). The calling [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/1730/structure-c-plus-plus-program/">Structure of a Basic C++ Program [C++ Tutorials &#8211; 3]</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/1730/structure-c-plus-plus-program/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1730</post-id>	</item>
		<item>
		<title>C++ : Introduction and Character Set</title>
		<link>https://www.techantena.com/1710/cpp-introduction-character-set/</link>
					<comments>https://www.techantena.com/1710/cpp-introduction-character-set/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Tue, 06 Sep 2016 16:16:37 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C++ Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=1710</guid>

					<description><![CDATA[<p>C++ (Pronounced as C Plus Plus) is an object-oriented high-level programming language. C++ was developed at AT&#38;T Bell Laboratories in the early 1980s. C++ is a superset of C which has more facilities than C including the classes, inheritance, function overloading, and operator overloading. Let&#8217;s start the learning of C++ from its character set. C++ [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/1710/cpp-introduction-character-set/">C++ : Introduction and Character Set</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/1710/cpp-introduction-character-set/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1710</post-id>	</item>
		<item>
		<title>Basic Concept of Object Oriented Programming [C++ Tutorials &#8211; 1]</title>
		<link>https://www.techantena.com/1692/basic-concept-of-object-oriented-programming/</link>
					<comments>https://www.techantena.com/1692/basic-concept-of-object-oriented-programming/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Tue, 06 Sep 2016 05:54:18 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C++ Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=1692</guid>

					<description><![CDATA[<p>Object Oriented Programming (OOP) is an approach that provides a way of modulating programs by creating portioned memory area for both data and functions that can be used as templates for creating copies of such modules on demand. Thus here an object is considered to be a portioned area of computer memory that  stores data [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/1692/basic-concept-of-object-oriented-programming/">Basic Concept of Object Oriented Programming [C++ Tutorials &#8211; 1]</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/1692/basic-concept-of-object-oriented-programming/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1692</post-id>	</item>
	</channel>
</rss>
