<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: coderDFC</title>
    <description>The latest articles on Forem by coderDFC (@coderdfc).</description>
    <link>https://forem.com/coderdfc</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F503115%2F6ef12f75-9f2f-4a9e-a707-ac91113f1852.png</url>
      <title>Forem: coderDFC</title>
      <link>https://forem.com/coderdfc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/coderdfc"/>
    <language>en</language>
    <item>
      <title>Implement list in C++</title>
      <dc:creator>coderDFC</dc:creator>
      <pubDate>Sun, 01 Nov 2020 10:28:17 +0000</pubDate>
      <link>https://forem.com/coderdfc/implement-list-in-c-3478</link>
      <guid>https://forem.com/coderdfc/implement-list-in-c-3478</guid>
      <description>&lt;p&gt;The most importat thing is to realize that you need a struct with a pointer, to the next one.&lt;/p&gt;

&lt;p&gt;After you realize that, you only need to loop over -&amp;gt; next, and set values.&lt;/p&gt;

&lt;p&gt;Remember all elements should have a field pointing to the next one, for example, Element *next.&lt;/p&gt;

</description>
      <category>cpp</category>
      <category>codenewbie</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Classes | C# vs Java</title>
      <dc:creator>coderDFC</dc:creator>
      <pubDate>Sat, 31 Oct 2020 14:29:09 +0000</pubDate>
      <link>https://forem.com/coderdfc/classes-c-vs-java-fj8</link>
      <guid>https://forem.com/coderdfc/classes-c-vs-java-fj8</guid>
      <description>&lt;p&gt;The biggest difference is that in c# default is private and in java it is public.&lt;/p&gt;

&lt;p&gt;Other than that, both support generics, however c# also supports operator overloading.&lt;br&gt;
Java says that they do not want to support it to avoid c++ &amp;lt;&amp;lt; bit shift left that is used to print out stuff, cout &amp;lt;&amp;lt; "hi";&lt;/p&gt;

&lt;p&gt;C# also has glorified getters and setters called properties, but they are just getters and setters.&lt;/p&gt;

&lt;p&gt;Overall no much differences.&lt;/p&gt;

</description>
      <category>java</category>
      <category>csharp</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
