<?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 What is the code for a default constructor in C++? in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/What-is-the-code-for-a-default-constructor-in-C/m-p/1345354#M1752</link>
    <description>&lt;P&gt;class construct &lt;BR /&gt;{&lt;BR /&gt;public:&lt;BR /&gt;int a, b;&lt;BR /&gt;construct()&lt;BR /&gt;{&lt;BR /&gt;a = 10;&lt;BR /&gt;b = 20;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;construct c;&lt;BR /&gt;cout &amp;lt;&amp;lt; "a: " &amp;lt;&amp;lt; c.a &amp;lt;&amp;lt; endl&lt;BR /&gt;&amp;lt;&amp;lt; "b: " &amp;lt;&amp;lt; c.b;&lt;BR /&gt;return 1;&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 12:02:55 GMT</pubDate>
    <dc:creator>AnkitTech</dc:creator>
    <dc:date>2021-12-20T12:02:55Z</dc:date>
    <item>
      <title>What is the code for a default constructor in C++?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/What-is-the-code-for-a-default-constructor-in-C/m-p/1345354#M1752</link>
      <description>&lt;P&gt;class construct &lt;BR /&gt;{&lt;BR /&gt;public:&lt;BR /&gt;int a, b;&lt;BR /&gt;construct()&lt;BR /&gt;{&lt;BR /&gt;a = 10;&lt;BR /&gt;b = 20;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;construct c;&lt;BR /&gt;cout &amp;lt;&amp;lt; "a: " &amp;lt;&amp;lt; c.a &amp;lt;&amp;lt; endl&lt;BR /&gt;&amp;lt;&amp;lt; "b: " &amp;lt;&amp;lt; c.b;&lt;BR /&gt;return 1;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 12:02:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/What-is-the-code-for-a-default-constructor-in-C/m-p/1345354#M1752</guid>
      <dc:creator>AnkitTech</dc:creator>
      <dc:date>2021-12-20T12:02:55Z</dc:date>
    </item>
  </channel>
</rss>

