<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic book on c language for beginners in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428732#M2957</link>
    <description>&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;Could you please help me knowing the book on c language for beginners.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2018 10:12:12 GMT</pubDate>
    <dc:creator>is2</dc:creator>
    <dc:date>2018-01-18T10:12:12Z</dc:date>
    <item>
      <title>book on c language for beginners</title>
      <link>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428732#M2957</link>
      <description>&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;Could you please help me knowing the book on c language for beginners.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:12:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428732#M2957</guid>
      <dc:creator>is2</dc:creator>
      <dc:date>2018-01-18T10:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: book on c language for beginners</title>
      <link>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428733#M2958</link>
      <description>&lt;P&gt;Erm, this is a SAS forum not a C forum?&amp;nbsp; Check out one of the forums associated with C or perhaps Amazon.&amp;nbsp; Although to be fair, most of the basics are pretty straight forward to learn without needing a book, I have used Csharp a fair bit and never bothered with a book. There is a free Csharp compiler/ide at:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.icsharpcode.net/opensource/sd/Default.aspx" target="_blank"&gt;http://www.icsharpcode.net/opensource/sd/Default.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Which is what I use.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:22:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428733#M2958</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-18T10:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: book on c language for beginners</title>
      <link>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428736#M2959</link>
      <description>&lt;P&gt;The "Kernighan-Ritchie" (The C Programming Language) is still the bible on basic C.&lt;/P&gt;
&lt;P&gt;But be aware that C is nowadays outdated for anything but UNIX kernel or embedded device programming, where speed and a small footprint are of utmost importance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:42:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428736#M2959</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-18T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: book on c language for beginners</title>
      <link>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428843#M2960</link>
      <description>&lt;P&gt;You should consider C++ at least..&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 15:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428843#M2960</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-18T15:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: book on c language for beginners</title>
      <link>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428846#M2962</link>
      <description>&lt;P&gt;I would caution against that.&amp;nbsp; C is the underlying language of C, Csharp, C++, ObjectiveC amongst others.&amp;nbsp; So learning the simple form of C, before jumping into memory management (or infact other things like GUI's and such like) would be the best start - then branch out into the larger arenas.&amp;nbsp; You can use CSharp for instanace without knowing anything about pointers and memory management that C++ has to, and still write industry applications.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 16:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428846#M2962</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-18T16:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: book on c language for beginners</title>
      <link>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428874#M2966</link>
      <description>&lt;P&gt;Fun fact: most of the SAS functions and procedures that we use are implemented in C.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS also has some C++, Java, Lua -- and more assembly language than you might expect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Client apps are C# (EG and SAS Add-In for MS Office), Java (SAS DI Studio and Enterprise Miner), or HTML5 (SAS Studio).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Speaking as someone who learned C in college and even taught a class in it, I think it's an excellent way to learn computing basics and how programs and OSs work together.&amp;nbsp; C has strict rules, and if you don't follow them your program won't compile or work correctly at all, so it's good for learning some discipline.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 16:54:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/book-on-c-language-for-beginners/m-p/428874#M2966</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-01-18T16:54:04Z</dc:date>
    </item>
  </channel>
</rss>

