<?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>cpp Archives - onlinetutorialspoint</title>
	<atom:link href="https://onlinetutorialspoint.com/category/cpp/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/category/cpp/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Wed, 11 Aug 2021 05:58:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://onlinetutorialspoint.com/wp-content/uploads/2016/01/cropped-apple-icon-152x152-32x32.png</url>
	<title>cpp Archives - onlinetutorialspoint</title>
	<link>https://onlinetutorialspoint.com/category/cpp/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Understanding the structure of a C++ program</title>
		<link>https://onlinetutorialspoint.com/cpp/understanding-the-structure-of-a-c-program-2/</link>
					<comments>https://onlinetutorialspoint.com/cpp/understanding-the-structure-of-a-c-program-2/#respond</comments>
		
		<dc:creator><![CDATA[Hemanth Krishna Vineel Ramayanam]]></dc:creator>
		<pubDate>Sun, 25 Jul 2021 05:05:16 +0000</pubDate>
				<category><![CDATA[cpp]]></category>
		<category><![CDATA[ANSI]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[c++ standard library]]></category>
		<category><![CDATA[c++ tutorial]]></category>
		<category><![CDATA[cpp programs]]></category>
		<category><![CDATA[cpp tutorial]]></category>
		<category><![CDATA[I/O streams]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[iostream]]></category>
		<category><![CDATA[MinGW]]></category>
		<category><![CDATA[namepsaces]]></category>
		<category><![CDATA[preprocessor directives]]></category>
		<category><![CDATA[simple c++ program]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=11231</guid>

					<description><![CDATA[<p>In this tutorial, we are going to learn about the structure of a simple C++ program. Structure of a CPP program: When the language was standardized by the ANSI committee, they decided to move all of the functions in the runtime library into the std (standard) namespace where features of the C++ Standard Library are</p>
<p>The post <a href="https://onlinetutorialspoint.com/cpp/understanding-the-structure-of-a-c-program-2/">Understanding the structure of a C++ program</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/cpp/understanding-the-structure-of-a-c-program-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>C++ &#8211; CPP Language Features</title>
		<link>https://onlinetutorialspoint.com/cpp/c-plus-plus-language-features/</link>
					<comments>https://onlinetutorialspoint.com/cpp/c-plus-plus-language-features/#respond</comments>
		
		<dc:creator><![CDATA[Hemanth Krishna Vineel Ramayanam]]></dc:creator>
		<pubDate>Sat, 24 Jul 2021 11:44:34 +0000</pubDate>
				<category><![CDATA[cpp]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cpp programming]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=11130</guid>

					<description><![CDATA[<p>In this tutorial, we are going to learn about CPP Features. CPP Language Features: Simple Rich Library Middle-level programming language Platform Dependent Structured Programming Language Extensible Object-Oriented Memory Management Powerful &amp; Fast These terms are explained below: Simple: - Firstly, the C++ program is easy to write and understand because it provides a structured approach,</p>
<p>The post <a href="https://onlinetutorialspoint.com/cpp/c-plus-plus-language-features/">C++ &#8211; CPP Language Features</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/cpp/c-plus-plus-language-features/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CPP Programming Language Introduction?</title>
		<link>https://onlinetutorialspoint.com/cpp/cpp-programming-language-introduction/</link>
					<comments>https://onlinetutorialspoint.com/cpp/cpp-programming-language-introduction/#respond</comments>
		
		<dc:creator><![CDATA[Hemanth Krishna Vineel Ramayanam]]></dc:creator>
		<pubDate>Sat, 24 Jul 2021 05:44:12 +0000</pubDate>
				<category><![CDATA[cpp]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[c++ program life cycle]]></category>
		<category><![CDATA[cpp language]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=11134</guid>

					<description><![CDATA[<p>In this tutorial, we are going to learn about the very basic introduction of the CPP/C++ language. Introduction to CPP Language: C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation. It</p>
<p>The post <a href="https://onlinetutorialspoint.com/cpp/cpp-programming-language-introduction/">CPP Programming Language Introduction?</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/cpp/cpp-programming-language-introduction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
