<?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: avinashchandan12</title>
    <description>The latest articles on Forem by avinashchandan12 (@avinashchandan12).</description>
    <link>https://forem.com/avinashchandan12</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%2F505003%2Fa557bdc6-3bae-40bb-9717-d677f62d99ba.png</url>
      <title>Forem: avinashchandan12</title>
      <link>https://forem.com/avinashchandan12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/avinashchandan12"/>
    <language>en</language>
    <item>
      <title>Dart VS C++ !! Its Interesting</title>
      <dc:creator>avinashchandan12</dc:creator>
      <pubDate>Tue, 27 Apr 2021 10:15:08 +0000</pubDate>
      <link>https://forem.com/avinashchandan12/dart-vs-c-its-interesting-1784</link>
      <guid>https://forem.com/avinashchandan12/dart-vs-c-its-interesting-1784</guid>
      <description>&lt;p&gt;Reading Input from User in C++ vs Dart&lt;/p&gt;

&lt;h1&gt;
  
  
  C++
&lt;/h1&gt;

&lt;p&gt;using namespace std;&lt;br&gt;
int main() {&lt;br&gt;
    string name;&lt;br&gt;
    cin&amp;gt;&amp;gt;name;&lt;br&gt;
    return 0;&lt;br&gt;
}&lt;/p&gt;

&lt;h1&gt;
  
  
  Dart
&lt;/h1&gt;

&lt;p&gt;import 'dart:io';&lt;br&gt;
void main(){&lt;br&gt;
var name = stdin.readLineSync();&lt;br&gt;
}&lt;/p&gt;

&lt;h1&gt;
  
  
  Now let's see the actual difference!
&lt;/h1&gt;

&lt;p&gt;Difference Between DART and C++&lt;/p&gt;

&lt;p&gt;Competitive Programming teaches one to find the easiest solution in the quickest way possible. And C++ has always been loved by almost all competitive programmers. C++ language is capable of boosting the speed of debugging and problem-solving which are the necessities for this brain sport.&lt;/p&gt;

&lt;h1&gt;
  
  
  Why is C++ a high in-demand language in competitive programming?
&lt;/h1&gt;

&lt;p&gt;C++ was developed in 1972 by Dennis Ritchie. Ever since then, it has been actively used by coders for real-world applications like game development, browsers, banking, graphics, advanced computations, and more. This is one reason why C++ hasn’t lost its place.&lt;/p&gt;

&lt;p&gt;In-built functions: C++ is rich with the in-built functions that are associated with it. Eg: Sorting can be done in C++ using: sort(A, A+n) where ‘A’ is an array and ‘n’ indicates the length of the array.&lt;/p&gt;

&lt;p&gt;A very vast library: The templates in C++ help the programmers quickly tackle basic data structures and functions. They include lists, stacks, arrays, etc. Also, many header files can be replaced by using a single STL(Standard Template Library). It actually makes the life of competitive programmers easier.&lt;br&gt;
Speed: C++ is very fast compared to any other programming language.&lt;/p&gt;

&lt;p&gt;Speed: C++ is very fast compared to languages like Python and Java. Whether it’s compiling or I/O operations, C++ is swift compared to these languages using interpreters and complex codes.&lt;/p&gt;

&lt;h1&gt;
  
  
  DART
&lt;/h1&gt;

&lt;p&gt;Is DART a rival to C++?&lt;/p&gt;

&lt;p&gt;DART is basically a client-optimized language and is meant for serving applications at the server-side as well as the browser side.&lt;br&gt;
It is also used in mobile applications. These days, Dart is seen replacing Kotlin in app development using Flutter as it avoids the need for a separate declarative layout language like XML and JSX.&lt;/p&gt;

&lt;p&gt;While C++ is an object-oriented programming language with generic features, Dart is an object-oriented, web-based programming language.&lt;/p&gt;

&lt;p&gt;Therefore, it can be easily compiled to JavaScript for browser applications. Also, we can use the Dart virtual machine on the server-side to replace Node.js. &lt;/p&gt;

&lt;p&gt;This has enabled Dart to erase the imprints of the C++ family modern applications.&lt;/p&gt;

&lt;p&gt;*Update: C++ is intrinsically stingy with memory (unlike Java objects, a C++ struct has no memory overhead if there are no virtual functions [modulo word alignment issues]). Smaller things run faster due to caching and are also more scalable. &lt;/p&gt;

&lt;p&gt;Thank you for Reading this Boring Post :P&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>dart</category>
      <category>c</category>
      <category>challenge</category>
    </item>
    <item>
      <title>I feel like QUITTING! </title>
      <dc:creator>avinashchandan12</dc:creator>
      <pubDate>Fri, 23 Apr 2021 08:53:34 +0000</pubDate>
      <link>https://forem.com/avinashchandan12/i-feel-like-quitting-5ck</link>
      <guid>https://forem.com/avinashchandan12/i-feel-like-quitting-5ck</guid>
      <description>&lt;p&gt;Hey, my developer friends, I know many of you will not take interest in this also I know this place is only for dev posts but I didn't know where to write about my feeling so thought of writing here. #devfellows&lt;/p&gt;

&lt;p&gt;It's been 5 days in my Intraday trading and I am losing money a lot, I just make bad decisions don't know what to do but can't keep patience. I am a Looser. &lt;br&gt;
Please help me if you trade-in intraday (Only INDIA)&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Flutter : A new Boom or Flop Hype?</title>
      <dc:creator>avinashchandan12</dc:creator>
      <pubDate>Sun, 31 Jan 2021 18:59:31 +0000</pubDate>
      <link>https://forem.com/avinashchandan12/flutter-a-new-boom-or-flop-hype-1b90</link>
      <guid>https://forem.com/avinashchandan12/flutter-a-new-boom-or-flop-hype-1b90</guid>
      <description>&lt;p&gt;I was just curious to know about demand of Flutter developers in industry so i did some research and was bit shocked..There was very less number of jobs available in comparison to other frameworks like react.&lt;/p&gt;

&lt;p&gt;Why i did this all?&lt;br&gt;
I just started learning Flutter and i can it is awesome, also it has a lots of things to offer like Hot reload and faster apps etc, despite having lots of awesome features, there are very less number of jobs available.&lt;/p&gt;

&lt;p&gt;So i wanna know the reason, please reply to this post..&lt;br&gt;
thank you&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>android</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
