<?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: Meet Kachhadiya</title>
    <description>The latest articles on DEV Community by Meet Kachhadiya (@itsmeet).</description>
    <link>https://dev.to/itsmeet</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%2F712411%2Fcaf7e937-9ce3-4d0f-bdd3-71046240ce5b.png</url>
      <title>DEV Community: Meet Kachhadiya</title>
      <link>https://dev.to/itsmeet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/itsmeet"/>
    <language>en</language>
    <item>
      <title>Competitive Programming in C++ in MacOS </title>
      <dc:creator>Meet Kachhadiya</dc:creator>
      <pubDate>Fri, 24 Sep 2021 12:49:26 +0000</pubDate>
      <link>https://dev.to/itsmeet/competitive-programming-in-c-in-macos-454d</link>
      <guid>https://dev.to/itsmeet/competitive-programming-in-c-in-macos-454d</guid>
      <description>&lt;h1&gt;
  
  
  :: Build Method for C++17 ::
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
    "shell_cmd": "g++ \"${file}\" -o \"${file_path}/${file_base_name}\"",
    "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
    "working_dir": "${file_path}",
    "selector": "source.c++",

    "variants":
    [
        {
            "name": "Run",
            "shell_cmd": "g++ --std=gnu++17 \"${file}\" -o \"${file_path}/${file_base_name}\" &amp;amp;&amp;amp; \"${file_path}/${file_base_name}\""
        }
    ]
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  How to use bits/stdc++.h(STL) header file in MAC
&lt;/h1&gt;

&lt;p&gt;[] STEP 1 :- Open finder in your mac&lt;br&gt;
[] STEP 2 :- Press &lt;em&gt;shift+command+g&lt;/em&gt; to open go to &lt;br&gt;
[] STEP 3 :- Paste this &lt;br&gt;
&lt;strong&gt;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/bits&lt;/strong&gt;&lt;br&gt;
[] STEP 4 :- Create one files using any text editor of your choice and named it stdc++.h&lt;br&gt;
[] STEP 5 :-Paste this code in it and you are good to go.&lt;br&gt;
&lt;a href="https://github.com/myan-007/stl"&gt;https://github.com/myan-007/stl&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;And that's it if you wanted to know more about it checkout my github profile!!&lt;br&gt;
&lt;a href="https://github.com/myan-007"&gt;My profile!&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

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