<?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: justVikram</title>
    <description>The latest articles on DEV Community by justVikram (@justvikram).</description>
    <link>https://dev.to/justvikram</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%2F535575%2F75674db4-23ef-4d3d-a3dc-2ef6f9068d4b.jpeg</url>
      <title>DEV Community: justVikram</title>
      <link>https://dev.to/justvikram</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/justvikram"/>
    <language>en</language>
    <item>
      <title>How To Include ‘bits/stdc++.h’ Header File With Clang Compiler on macOS</title>
      <dc:creator>justVikram</dc:creator>
      <pubDate>Tue, 06 Sep 2022 06:59:17 +0000</pubDate>
      <link>https://dev.to/justvikram/how-to-include-bitsstdch-header-file-with-clang-compiler-on-macos-3bg2</link>
      <guid>https://dev.to/justvikram/how-to-include-bitsstdch-header-file-with-clang-compiler-on-macos-3bg2</guid>
      <description>&lt;p&gt;I have written a comprehensive article on how you can use the infamous &lt;code&gt;bits/stdc++.h&lt;/code&gt; header file with Clang compiler in the same way as you would use any standard header file. Please give it a read. &lt;br&gt;
&lt;a href="https://justvikram.medium.com/how-to-include-bits-stdc-h-header-file-with-clang-compiler-on-macos-4ed52a9f80f5"&gt;Link to Medium Article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TLDR&lt;/strong&gt;&lt;br&gt;
Download the &lt;a href="https://dropover.cloud/b831d6"&gt;linked file&lt;/a&gt;. Go to &lt;code&gt;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1&lt;/code&gt; and copy the downloaded file to that directory. You can start using &lt;code&gt;#include &amp;lt;stdcpp.h&amp;gt;&lt;/code&gt; in your projects instead of manually including all required header files.&lt;/p&gt;

</description>
      <category>clang</category>
      <category>cpp</category>
      <category>macos</category>
    </item>
  </channel>
</rss>
