<?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>Yusuf Mücahit &#187; linker</title>
	<atom:link href="http://yusufmucahit.com/tag/linker/feed/" rel="self" type="application/rss+xml" />
	<link>http://yusufmucahit.com</link>
	<description>ODTÜ - Bilgisayar Mühendisliği</description>
	<lastBuildDate>Tue, 19 May 2015 19:52:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Introduction to Programming with C</title>
		<link>http://yusufmucahit.com/en/c-ile-programlamaya-giris/</link>
		<comments>http://yusufmucahit.com/en/c-ile-programlamaya-giris/#comments</comments>
		<pubDate>Mon, 13 Jan 2014 15:20:08 +0000</pubDate>
		<dc:creator><![CDATA[Yusuf]]></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[C programing]]></category>
		<category><![CDATA[C programlama]]></category>
		<category><![CDATA[C programlamaya giriş]]></category>
		<category><![CDATA[C programming]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[introduction to programming]]></category>
		<category><![CDATA[linker]]></category>
		<category><![CDATA[Programlamaya giriş]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://yusufmucahit.com/?p=75</guid>
		<description><![CDATA[Let&#8217;s give a brief introduction to C programming. We do code like writing essays, and these codes include lots of english words. Anyone can easily become familiar with these expressions.]]></description>
				<content:encoded><![CDATA[<p>Let&#8217;s give a brief introduction to C programming.</p>
<p>We do code like writing essays, and these codes include lots of english words. Anyone can easily become familiar with these expressions. However, translating these to computer-language is a challenging process.</p>
<div style="width: 489px" class="wp-caption alignnone"><img alt="" src="http://www.aboutdebian.com/compile.gif" width="479" height="311" /><p class="wp-caption-text">Kod-Compiler-Linker</p></div>
<p>Our code segments get compiled (translated into Assembly or machine language) by a program(compiler). These states (.exe files) stands until we run them. When we double-click these exe files linker translates these codes with related libraries into computer language.</p>
<p>We can reach a point; we need a compiler. I use Dev C++ in Windows. Usually linux is installed with gcc compiler bu if not you can easily install it by writing these line in your terminal:</p>
<pre class="brush:other">$ sudo apt-get install gcc</pre>
<p>For linux distrubitions I advice you Geany editor, it is really practical. Of course you can write with Vim on terminal.</p>
<p>C programming files have &#8220;.c&#8221; extension. If you compile these files, you get exe files in the same directory..</p>
<p>In the next posts we will write these codes in such programs, and run after compilation.</p>
<p>I think this is enough for now.</p>
<p>For windows users: If you can not see anything when you run your program, your program halted quickly. You can add these lines at the end of your code.</p>
<pre class="brush:c">system("PAUSE");
OR
getch();</pre>
]]></content:encoded>
			<wfw:commentRss>http://yusufmucahit.com/en/c-ile-programlamaya-giris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
