<?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>starting out with c | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/starting-out-with-c/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Sat, 10 Dec 2022 04:25:52 +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>Starting out with C</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c-tutorials-c-tutorials/starting-out-with-c/</link>
					<comments>https://studentprojects.in/software-development/c-tutorials/c-tutorials-c-tutorials/starting-out-with-c/#respond</comments>
		
		<dc:creator><![CDATA[Shubhajna Rai]]></dc:creator>
		<pubDate>Tue, 25 Oct 2022 06:27:01 +0000</pubDate>
				<category><![CDATA[C Tutorials]]></category>
		<category><![CDATA[starting out with c]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[setting up VS code]]></category>
		<guid isPermaLink="false">https://studentprojects.in/?p=9631</guid>

					<description><![CDATA[<p>You need two items to begin using C: You need a platform to write C code, such as a text editor like Notepad or an IDE like VSCode. Use a compiler, such as GCC, to convert the high-level language of C that you wrote into a low-level language that the computer can comprehend. An IDE</p>
<p>The post <a href="https://studentprojects.in/software-development/c-tutorials/c-tutorials-c-tutorials/starting-out-with-c/">Starting out with C</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>You need two items to begin using C:</strong></p>



<ul><li>You need a platform to write C code, such as a text editor like Notepad or an IDE like VSCode.</li><li>Use a compiler, such as GCC, to convert the high-level language of C that you wrote into a low-level language that the computer can comprehend.</li></ul>



<p><strong>An IDE is really what?</strong></p>



<p>Integrated Development Environment is referred to as IDE. It is nothing more than a text editor that has been upgraded to make it easier to write code that is cleaner and more effective.</p>



<p>It aids in highlighting specific areas of your codes when a semicolon or bracket is absent and helps you distinguish different parts of your codes with different colours.</p>



<p>There are many IDEs available, such as DEVC++ or Code Blocks, however for this lesson series, we suggest using VS Code.</p>



<p><strong>Setting up VS Code</strong></p>



<p>To download, go to https://code.visualstudio.com.</p>



<p>As appropriate for your operating system, select the download option.</p>



<p>After the download is finished, begin the setup by saving VS Code in the default folder and leaving all other settings alone.</p>



<p>The next button must be repeatedly clicked until the installation procedure starts.</p><p>The post <a href="https://studentprojects.in/software-development/c-tutorials/c-tutorials-c-tutorials/starting-out-with-c/">Starting out with C</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/software-development/c-tutorials/c-tutorials-c-tutorials/starting-out-with-c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
