Computersnyou

C Programming – From The Very Scratch

Posted on  1/10/2012

C


Getting Ready with C Compilers


Now in order to start with C programming,we need to have a compiler which will compile our codes to machine understandable language.
C programming language is high level language,which means that machine will not be able to follow it.So, in order to make our machine understandable we have to use a compiler.
If you are a Windows user then you can try any one of the following compilers:

<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;">
  <tr>
    <td style="text-align: center;">
      <a class="download_button" href="http://1.bp.blogspot.com/-Jr2RJZfQ2RU/TqcrJMxeyWI/AAAAAAAABI8/CEtUCqaO60o/s1600/s1+%25281%2529.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"><img border="0" src="http://1.bp.blogspot.com/-Jr2RJZfQ2RU/TqcrJMxeyWI/AAAAAAAABI8/CEtUCqaO60o/s1600/s1+%25281%2529.png" /></a>
    </td>
  </tr>
  
  <tr>
    <td class="tr-caption" style="text-align: center;">
      Download dev C++
    </td>
  </tr>
</table>

<p>
</p>

<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;">
  <tr>
    <td style="text-align: center;">
      <a class="download_button" href="http://download2.berlios.de/codeblocks/codeblocks-10.05-setup.exe" imageanchor="1" style="margin-left: auto; margin-right: auto;"><span style="color: black; font-size: x-small;"><img border="0" src="http://1.bp.blogspot.com/-Jr2RJZfQ2RU/TqcrJMxeyWI/AAAAAAAABI8/CEtUCqaO60o/s1600/s1+%25281%2529.png" /></span></a>
    </td>
  </tr>
  
  <tr>
    <td class="tr-caption" style="text-align: center;">
      download&nbsp;<span style="font-size: x-small;">code-block</span>s
    </td>
  </tr>
</table>

<div class="separator" style="clear: both; text-align: center;">
</div>

<div class="separator" style="clear: both; text-align: center;">
</div>

<div class="separator" style="clear: both; text-align: center;">
</div>

<p>
  <span style="color: #666666;"><br /></span>
</p>

<p>
  <span style="font-family: Verdana,sans-serif;">Download any one of the above compiler and find out which one is suitable for you.<br /> If you are a Linux user then you don’t have to download and install any compiler because in Linux there is a built in GCC compiler present.<br /> For this course I will use Linux built in compiler.<br /> Don’t worry whatever codes that I will use will work fine in all the above Windows compiler.<br /> If you are ready with your compiler then lets get started.<br /> If you have any problem regarding installation of any of the above compiler then feel free to ask.<br /> Thanks!!!</span></div> </div>

  • Home
  • About