<?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>basic operations | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/basic-operations/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Wed, 01 Feb 2023 09:09:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>C++ File Input/Output</title>
		<link>https://studentprojects.in/software-development/cpp/c-file-input-output/</link>
					<comments>https://studentprojects.in/software-development/cpp/c-file-input-output/#respond</comments>
		
		<dc:creator><![CDATA[Shubhajna Rai]]></dc:creator>
		<pubDate>Thu, 02 Feb 2023 09:08:10 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[c++ File input/output]]></category>
		<category><![CDATA[basic operations]]></category>
		<guid isPermaLink="false">https://studentprojects.in/?p=10128</guid>

					<description><![CDATA[<p>A file is a collection of data stored on a disk and the content within the file is referred to as its &#8220;data.&#8221; The computer reads the characters in the file with the help of ASCII code, where each character is mapped to a decimal number and then converted to binary for the computer to</p>
<p>The post <a href="https://studentprojects.in/software-development/cpp/c-file-input-output/">C++ File Input/Output</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>A file is a collection of data stored on a disk and the content within the file is referred to as its &#8220;data.&#8221; The computer reads the characters in the file with the help of ASCII code, where each character is mapped to a decimal number and then converted to binary for the computer to understand.</p>



<p>Large programs used for heavy applications rely on files for input and output, as well as for efficient and fast storage of data. Files are stored in non-volatile memory, which remains intact even after the system is shut down and can be retrieved again when the system is turned back on.</p>



<p>There are four basic operations that can be performed on files in C++:</p>



<ul>
<li>Creating a File: A file can be created in any directory using the C++ language and with a selected name and type.</li>



<li>Opening a File: An existing file or a new file can be opened and different operations can be performed on it.</li>



<li>Closing a File: When the operations on the file are completed, it can be closed using the close function.</li>



<li>Reading/Writing to a File: After opening a file, its contents can be accessed, read, written, or updated.</li>
</ul><p>The post <a href="https://studentprojects.in/software-development/cpp/c-file-input-output/">C++ File Input/Output</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/software-development/cpp/c-file-input-output/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
