<?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>DEV Community: Karthik Subbiramani</title>
    <description>The latest articles on DEV Community by Karthik Subbiramani (@skarthik0122).</description>
    <link>https://dev.to/skarthik0122</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%2F762998%2F13bf0942-e571-4c52-a96d-e336121e2c5b.jpg</url>
      <title>DEV Community: Karthik Subbiramani</title>
      <link>https://dev.to/skarthik0122</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skarthik0122"/>
    <language>en</language>
    <item>
      <title>C++ : Compile Time Errors</title>
      <dc:creator>Karthik Subbiramani</dc:creator>
      <pubDate>Wed, 25 Dec 2024 14:16:41 +0000</pubDate>
      <link>https://dev.to/skarthik0122/c-compile-time-errors-2pbj</link>
      <guid>https://dev.to/skarthik0122/c-compile-time-errors-2pbj</guid>
      <description>&lt;p&gt;I read through many articles and watched many youtube videos about C++ problems, many of them complained about this language by had comparision with Rust. People complained more about memory safety, error messages and run time errors.&lt;/p&gt;

&lt;p&gt;As my understanding i also faced errors at runtime not in compile time while learning c++ and also those criticism(memory safety, error messages and run time errors) about c++ is compilers or the language itself don't throw proper errors/error messages at compile time.&lt;/p&gt;

&lt;p&gt;My Questions are,&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Is the compile time errors are the answer for all the mentioned criticism about c++?.

Can C++ developers make compilers throws errors at compile time? or is it really has any problems in the compilers or ISO standards?. I don't really understand this.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;I am eager to wait to read all of your opinions about this.&lt;/p&gt;

</description>
      <category>cpp</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
