<?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: sardorbek095</title>
    <description>The latest articles on DEV Community by sardorbek095 (@sardorbek095).</description>
    <link>https://dev.to/sardorbek095</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%2F824098%2F224c939c-79b0-4967-911b-3d3f12122ec8.jpg</url>
      <title>DEV Community: sardorbek095</title>
      <link>https://dev.to/sardorbek095</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sardorbek095"/>
    <language>en</language>
    <item>
      <title>C++ foundation | O'zgaruvchilar</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Mon, 28 Mar 2022 09:34:15 +0000</pubDate>
      <link>https://dev.to/sardorbek095/c-foundation-ozgaruvchilar-2lhn</link>
      <guid>https://dev.to/sardorbek095/c-foundation-ozgaruvchilar-2lhn</guid>
      <description>&lt;p&gt;&lt;strong&gt;Variables&lt;/strong&gt;&lt;em&gt;(o'zgaruvchilar)&lt;/em&gt;&lt;br&gt;
O'zgaruvchini yaratish &lt;em&gt;xotirada joylashuvini&lt;/em&gt; yoki &lt;em&gt;qiymatlarini saqlash&lt;/em&gt; uchun xotirada bo'sh joyni saqlab beruvchi konteyner hisoblanadi!&lt;br&gt;
C++ da har xil turdagi o'zgaruvchilar mavjud!&lt;br&gt;
O'zgaruvchilarning turlari&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;C++ da o‘zgaruvchilar ishlatilish doirasiga ko'ra yoki chegarasiga ko'ra uch xil bo'ladi!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Mahalliy o'zgaruvchilar&lt;/strong&gt;&lt;em&gt;(Local Variables)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Namuna o'zgaruvchilari&lt;/strong&gt;&lt;em&gt;(Instance Variables)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Statik o'zgaruvchilar&lt;/strong&gt;&lt;em&gt;(Static Variables)&lt;/em&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;int&lt;/code&gt; - typi butun sonni ifodalaydi. Misol uchun: &lt;em&gt;123&lt;/em&gt;,   &lt;em&gt;-123&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;float&lt;/code&gt; yoki &lt;code&gt;double&lt;/code&gt; bu typlarda  &lt;em&gt;19,99&lt;/em&gt; yoki &lt;em&gt;-19,99&lt;/em&gt; kabi o'nlik &lt;em&gt;(suzuvchi nuqtali)&lt;/em&gt; sonlarni saqlaydi&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;char&lt;/code&gt; - typi &lt;strong&gt;'a'&lt;/strong&gt; , &lt;strong&gt;'B'&lt;/strong&gt;, &lt;strong&gt;' = '&lt;/strong&gt; kabi belgilarni o'zida saqlaydi &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;string&lt;/code&gt; - "Salom dunyo" kabi tekstlarni saqlaydi va qo'shtirnoq ichida yoziladi (" ")&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;bool&lt;/code&gt; - qiymatlarni ikkita holatda saqlaydi: &lt;strong&gt;true&lt;/strong&gt; &lt;em&gt;yoki&lt;/em&gt; &lt;strong&gt;false&lt;/strong&gt; 2-holat &lt;strong&gt;1&lt;/strong&gt; &lt;em&gt;yoki&lt;/em&gt; &lt;strong&gt;0&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Har doim yodda tutingki, Kompilyator barcha o'zgaruvchilar ulardan foydalanishdan oldin ularning &lt;strong&gt;nomini&lt;/strong&gt; va &lt;strong&gt;ma'lumotlar turi&lt;/strong&gt; &lt;em&gt;(data type)&lt;/em&gt; ni aniqlash kerak bo'ladi&lt;/p&gt;




&lt;h4&gt;
  
  
  Keyingi postimizdan boshlab har bir o'zgaruvchi turlariga batafsilroq tushintirish berib ketamiz! Manfaatli bo'lgan bo'sa hursandmiz. Alhamdulillah!
&lt;/h4&gt;

</description>
      <category>cpp</category>
      <category>beginners</category>
      <category>uzbek</category>
      <category>foundation</category>
    </item>
    <item>
      <title>C++ foundation | Maxsus belgilar</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Sat, 26 Mar 2022 17:33:33 +0000</pubDate>
      <link>https://dev.to/sardorbek095/c-foundation-part-2-5531</link>
      <guid>https://dev.to/sardorbek095/c-foundation-part-2-5531</guid>
      <description>&lt;h3&gt;
  
  
  C++ da &lt;strong&gt;string&lt;/strong&gt; va maxsus belgilar!
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;1)&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;\&lt;/code&gt; - &lt;em&gt;escape character&lt;/em&gt;. Bu belgi orqali string &lt;em&gt;(tekst)&lt;/em&gt; ichida maxsus komandalar yoki belgilar yozish uchun ishlatiladi.&lt;/p&gt;

&lt;p&gt;string ichida yozish mumkin bo'lmagan ba'zi belgilar mavjud. Msilo uchun &lt;em&gt;"Men qat'iy qaror qildim"&lt;/em&gt; deb chop etish uchun C++ da &lt;em&gt;"Men "qat'iy" qaror qabul qildim"&lt;/em&gt; deb yozish xatolik beradi. Bunga sabab string ichida tutiq belgisi ishlatilsa(&lt;strong&gt;'&lt;/strong&gt;) belgisi ishlatisa, string tugaganini anglatadi.&lt;br&gt;
Shuning uchun bunday ta'qiqlangan belgilarni yozish uchun &lt;code&gt;\&lt;/code&gt; ishlatiladi.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;2)&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;\&lt;/code&gt; belgisini o'zini chop etish uchun nima qilamiz!?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;\\&lt;/code&gt; ikta slash qilib yozamiz shunda &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Misol uchun:&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight cpp"&gt;&lt;code&gt;&lt;span class="cp"&gt;#include&lt;/span&gt; &lt;span class="cpf"&gt;&amp;lt;iostream&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;
&lt;/span&gt;&lt;span class="k"&gt;using&lt;/span&gt; &lt;span class="k"&gt;namespace&lt;/span&gt; &lt;span class="n"&gt;std&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="kt"&gt;int&lt;/span&gt; &lt;span class="nf"&gt;main&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;cout&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class="s"&gt;"Slash &lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s"&gt; chiqaramiz"&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class="n"&gt;endl&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="o"&gt;-----&lt;/span&gt;&lt;span class="n"&gt;natijasi&lt;/span&gt;&lt;span class="o"&gt;-----&lt;/span&gt; &lt;span class="n"&gt;Slash&lt;/span&gt; &lt;span class="err"&gt;\&lt;/span&gt; &lt;span class="n"&gt;chiqaramiz&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;&lt;em&gt;3)&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;\t&lt;/code&gt; - &lt;strong&gt;Tab&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;\t&lt;/code&gt; - vazifasi stringda yoki ishlayotgan qatoringizda oddiy &lt;em&gt;space*dan ko'ra kattaroq *space&lt;/em&gt; joy ajratib beradi (4 bo'sh katak miqdorida)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Misol uchun:&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight cpp"&gt;&lt;code&gt;&lt;span class="cp"&gt;#include&lt;/span&gt; &lt;span class="cpf"&gt;&amp;lt;iostream&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;
&lt;/span&gt;&lt;span class="k"&gt;using&lt;/span&gt; &lt;span class="k"&gt;namespace&lt;/span&gt; &lt;span class="n"&gt;std&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="kt"&gt;int&lt;/span&gt; &lt;span class="nf"&gt;main&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;cout&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class="s"&gt;"Bo'sh&lt;/span&gt;&lt;span class="se"&gt;\t&lt;/span&gt;&lt;span class="s"&gt; katak"&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class="n"&gt;endl&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="o"&gt;-----&lt;/span&gt;&lt;span class="n"&gt;natijasi&lt;/span&gt;&lt;span class="o"&gt;-----&lt;/span&gt; &lt;span class="n"&gt;Bo&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;sh&lt;/span&gt;    &lt;span class="n"&gt;katak&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;&lt;em&gt;4)&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;//&lt;/code&gt; &lt;strong&gt;iktalik slash&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Kommentariyalar&lt;/strong&gt;(izohlar)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Kommentariya&lt;/em&gt;- siz yozgan qatordagi code nima vazifani yoki natijani berishi haqida izoh beriladi!&lt;br&gt;
Kompilyator kommentariyada ko'rinadigan hamma narsani e'tiborsiz qoldiradi, shuning uchun bu ma'lumotlarning hech birini natijasini chiqarmaydi!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Iktalik slash&lt;/strong&gt; &lt;code&gt;//&lt;/code&gt; bilan boshlangan kommentariya(izoh) bir qatorli kommentariya(izoh) deyiladi. Chiziqlar kompilyatorga satr oxirigacha keyingi barcha narsalarni e'tiborsiz qoldirishni aytadi.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Misol uchun:&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight cpp"&gt;&lt;code&gt;&lt;span class="cp"&gt;#include&lt;/span&gt; &lt;span class="cpf"&gt;&amp;lt;iostream&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;
&lt;/span&gt;&lt;span class="k"&gt;using&lt;/span&gt; &lt;span class="k"&gt;namespace&lt;/span&gt; &lt;span class="n"&gt;std&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="kt"&gt;int&lt;/span&gt; &lt;span class="nf"&gt;main&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="kt"&gt;int&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="kt"&gt;int&lt;/span&gt; &lt;span class="n"&gt;b&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="n"&gt;b&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="n"&gt;cout&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class="s"&gt;"c"&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;c&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="c1"&gt;//Bu ifoda orqali a va b ni ko'paytmasini *console* ga chiqaradi&lt;/span&gt;

    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="o"&gt;-----&lt;/span&gt;&lt;span class="n"&gt;natijasi&lt;/span&gt;&lt;span class="o"&gt;-----&lt;/span&gt; &lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;12&lt;/span&gt; 
&lt;span class="n"&gt;e&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;tibor&lt;/span&gt; &lt;span class="n"&gt;bergan&lt;/span&gt; &lt;span class="n"&gt;bo&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;lsangiz&lt;/span&gt; &lt;span class="n"&gt;ekranga&lt;/span&gt; &lt;span class="n"&gt;ikki&lt;/span&gt; &lt;span class="n"&gt;slash&lt;/span&gt; &lt;span class="n"&gt;ichidagi&lt;/span&gt; &lt;span class="n"&gt;izohni&lt;/span&gt; &lt;span class="n"&gt;console&lt;/span&gt; &lt;span class="n"&gt;ga&lt;/span&gt; &lt;span class="n"&gt;chiqarmadi&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;Eslatma! mishka orqali o'zingizga kerakli bo'lgan kodelarni belgilab &lt;code&gt;ctrl&lt;/code&gt;+&lt;code&gt;/&lt;/code&gt; birgalikda bosib shu belgilaganlaringizni hammasini kommentariyaga olsa bo'ladi&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;Misol uchun:&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VOL7DhI6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/osupwwdarhh5ovbjko58.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VOL7DhI6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/osupwwdarhh5ovbjko58.png" alt="Belgilangan qatorlarni kommentariyaga olish" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Berilgan ma'lumotlar foydali bo'lgan bo'lsa biz hursandmiz! Alhamdulillah
&lt;/h4&gt;

</description>
      <category>cpp</category>
      <category>uzbek</category>
      <category>beginners</category>
      <category>foundation</category>
    </item>
    <item>
      <title>C++ foundation | Kirish</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Mon, 21 Mar 2022 08:01:24 +0000</pubDate>
      <link>https://dev.to/sardorbek095/c-foundation-part-1-8k8</link>
      <guid>https://dev.to/sardorbek095/c-foundation-part-1-8k8</guid>
      <description>&lt;h3&gt;
  
  
  C++ dasturlash tili haqida boshlang'ich ko'nikmalar
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight cpp"&gt;&lt;code&gt;
&lt;span class="cp"&gt;#include&lt;/span&gt; &lt;span class="cpf"&gt;&amp;lt;iostream&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;
&lt;/span&gt;
&lt;span class="k"&gt;using&lt;/span&gt; &lt;span class="k"&gt;namespace&lt;/span&gt; &lt;span class="n"&gt;std&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

&lt;span class="kt"&gt;int&lt;/span&gt; &lt;span class="nf"&gt;main&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;cout&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class="s"&gt;"Salom dunyo"&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class="n"&gt;endl&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;&lt;em&gt;1&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;#include&lt;/code&gt; orqali bizga kerakli kutubxonalarni chaqiramiz!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;#include &amp;lt;iostream&amp;gt;&lt;/code&gt;&lt;em&gt;(input/output stream)&lt;/em&gt; ya'ni kiritish chiqarish oqimini boshqaradigan kutubxonani qo'shish&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;2&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;std::&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;using namespace std;&lt;/code&gt; Bu code orqali &lt;code&gt;std::&lt;/code&gt;&lt;em&gt;(standartni)&lt;/em&gt; qayta-qayta yozavermaslik ishlatiladi&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;3&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;int main()&lt;/code&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;int main()&lt;/code&gt; funksiyasi dasturga kirish funksiyasi hisoblanadi. Bu funksiyani ishatilishda 2ta shart bor: &lt;em&gt;mavjud&lt;/em&gt; bo'lishi va &lt;em&gt;yagona&lt;/em&gt; bo'lishi!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;4&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;console out&lt;/code&gt; ya'ni &lt;strong&gt;cout&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;cout&lt;/code&gt; console ga tekst va sonlarni chop etadi!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;5&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;string&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;string&lt;/code&gt; bu tekst deyiladi va &lt;code&gt;" "&lt;/code&gt; ichida yoziladi!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Masalan:&lt;br&gt;
"222222" - bu &lt;em&gt;string&lt;/em&gt; ya'ni tekst&lt;/p&gt;

&lt;p&gt;22222 - bu esa &lt;em&gt;son&lt;/em&gt;. stringdan farqli o'laroq son ustida &lt;em&gt;arifmetik amallar&lt;/em&gt; bajarsa bo'ladi.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;6&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;endl&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;endl&lt;/code&gt; bu code oraqali yangi qatorga o'tiladi!&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;\n&lt;/code&gt; bu code orqali ham keyingi qatorga o'tsa bo'ladi, lekin bu tekstlar ichida ishlatiladi&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;7&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;;&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;;&lt;/code&gt; C++ da har bir ifodani oxiriga shu belgi qo'yiladi!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;8&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;return 0;&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;return 0;&lt;/code&gt; bu code &lt;code&gt;int main()&lt;/code&gt; funksiyasini &lt;em&gt;Operatsion Sistemaga&lt;/em&gt; muvaffaqqiyatli yakunlanganligini bildiradi!&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>cpp</category>
      <category>uzbek</category>
      <category>beginners</category>
      <category>foundation</category>
    </item>
    <item>
      <title>Terminal kommandalari | PART 5</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Mon, 21 Mar 2022 05:33:06 +0000</pubDate>
      <link>https://dev.to/sardorbek095/terminal-kommandalari-part-5-38dk</link>
      <guid>https://dev.to/sardorbek095/terminal-kommandalari-part-5-38dk</guid>
      <description>&lt;h4&gt;
  
  
  Bu post Terminal kommandalari PART 4 ning uzviy davomi desak ham bo'ladi
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;g++ main.cpp -o dastur &amp;amp;&amp;amp; ./dastur&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;main.cpp nomli faylni kompilatsiya qiladi va darhol ishga tushiradi&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;alias run='g++ main.cpp -o dastur &amp;amp;&amp;amp; ./dastur'&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;yuqoridagi komanda uchun &lt;strong&gt;run&lt;/strong&gt; deb yozish kifoya. Bu oraqli siz shu papkadagi main.cpp faylni kompilatsiya qilib darhol ishga tushirib beradi!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bLPgDP_L--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/aolrn4opir80u8m3lods.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bLPgDP_L--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/aolrn4opir80u8m3lods.jpg" alt="Image description" width="880" height="280"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Qiziqarli | Quiz Game 💻 | TERMINAL KOMMANDALARI javoblari😉</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Tue, 15 Mar 2022 17:14:27 +0000</pubDate>
      <link>https://dev.to/sardorbek095/qiziqarli-quiz-game-terminal-kommandalari-javoblari-2hfi</link>
      <guid>https://dev.to/sardorbek095/qiziqarli-quiz-game-terminal-kommandalari-javoblari-2hfi</guid>
      <description>&lt;h3&gt;
  
  
  Men hozir sizlarga bundan oldingi postimizdagi QuizGame savollariga javoblarini taqdim qilmoqchiman! Manfaatli bo'lishidan umidvormiz! Demak boshladik
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;1.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;mkdir $(date '+%d-%m-%Y')&lt;/code&gt;  kommandasi orqali hozirgi sana nomi bilan papka ochiladi&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zU87TEfO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9w7isv30dgkyrf9qkmfa.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zU87TEfO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9w7isv30dgkyrf9qkmfa.jpg" alt="Image description" width="880" height="196"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;2.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;using namespace std::&lt;/code&gt;  kommandasi qayta-qayta &lt;code&gt;std::&lt;/code&gt; standart output buyrug'ini ishlatmaslik uchun yoziladi!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;3.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;g++ main.cpp&lt;/code&gt;  kommandasi orqali joriy papkadagi main.cpp nomli kodni kompilyatsiya qilinadi!&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--44EIVwdZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zawkb6vhbspx266qh8t2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--44EIVwdZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zawkb6vhbspx266qh8t2.jpg" alt="Image description" width="880" height="196"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;4.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;./a.out&lt;/code&gt;  kommandasi orqali joriy papkadagi main.cpp nomli code ni kompilyatsiya qilgach &lt;strong&gt;a.out&lt;/strong&gt; nomli by default faylni ishga tushiradi&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eXlo2uWf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mzigyyx7c9jasp6vcgix.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eXlo2uWf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mzigyyx7c9jasp6vcgix.jpg" alt="Image description" width="880" height="202"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;5.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;cd ..&lt;/code&gt;  kommandasi orqali bundan oldingi papkaga qaytadi&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;6.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;cd ~&lt;/code&gt;  kommandasi oraqli &lt;strong&gt;$HOME&lt;/strong&gt; ga qaytadi&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;7.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;rm -rf ~/Downloads/keraksiz.txt&lt;/code&gt;  kommandasi oraqli $HOME papkasidan chiqmagan holda &lt;strong&gt;Downloads&lt;/strong&gt; papkasi ichidagi &lt;em&gt;keraksiz.txt&lt;/em&gt; faylni o'chirsa bo'ladi&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ERnX0xaC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ayqldweal0eu45l1d4fg.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ERnX0xaC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ayqldweal0eu45l1d4fg.jpg" alt="avvalo **Downloads** papkasi ichida keraksiz.txt degan papka yaratib oldim endi esa" width="880" height="336"&gt;&lt;/a&gt;avvalo &lt;strong&gt;Downloads&lt;/strong&gt; papkasi ichida keraksiz.txt degan papka yaratib oldim endi esa &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vcV4egpk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g87n3nl3t82zfnbtt02c.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vcV4egpk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g87n3nl3t82zfnbtt02c.jpg" alt="**$HOME** papkasida turib Downloads papkasi ichidagi *keraksiz.txt* faylini udalit qildik!" width="880" height="325"&gt;&lt;/a&gt; &lt;strong&gt;$HOME&lt;/strong&gt; papkasida turib Downloads papkasi ichidagi &lt;em&gt;keraksiz.txt&lt;/em&gt; faylini udalit qildik!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;8.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;cat keraksiz.txt&lt;/code&gt;  kommandasi oraqli siz turgan papka ichidagi keraksiz.txt nomli faylning ichidagi kontentni terminalga chop etadi!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;9.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;pwd&lt;/code&gt;  ushbu kommanda siz turgan papka manzilini chop etadi!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;10.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;ls&lt;/code&gt;  ushbu kommanda siz turgan papka ichidagi barcha papka, fayllarni chop etadi!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;11.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;ls -a&lt;/code&gt;  ushbu kommanda oraqli siz hozir ~/Documetns papkasi ichidasiz.Shu papka ichidagi barcha fayl va papkalarni (yashirinlarini ham) chop etadi!&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yvUIO5eB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lqljmlvkemgkqhq6f0ek.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yvUIO5eB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lqljmlvkemgkqhq6f0ek.jpg" alt="Image description" width="880" height="196"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;12.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;ls ~/Downloads&lt;/code&gt;  ushbu komanda oraqli siz Shu papkadan chiqmasdan &lt;code&gt;~/Downloads&lt;/code&gt; ichidagi barcha narsalarni **ro'yxatini chop etasiz!&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vJU-d6H_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0vy6ptznlae5b0sdofsz.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJU-d6H_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0vy6ptznlae5b0sdofsz.jpg" alt="Image description" width="880" height="287"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;13.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;g++ main.cpp -o tayyor&lt;/code&gt;  ushbu kommanda  joriy papkadagi main.cpp faylni kompilyatsiya qilib uni tayyor nomli faylga dastur sifatida saqlaydi&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--MS8-_kCa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z7tvmd6ps33o85bdew6t.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--MS8-_kCa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z7tvmd6ps33o85bdew6t.jpg" alt="Image description" width="880" height="196"&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;14.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt; &lt;code&gt;echo $(date '+%d-%m-%Y')&lt;/code&gt;  ushbu kommanda Terminalda bugungi sana nomi bilan &lt;em&gt;(dd-mm-yyyy)&lt;/em&gt; formatida text chop etadi &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KL6Dw4vZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uy4wwzg47hff9uy69o4a.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KL6Dw4vZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uy4wwzg47hff9uy69o4a.jpg" alt="Image description" width="880" height="196"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;15.&lt;/em&gt;&lt;/strong&gt; - &lt;em&gt;javob&lt;/em&gt;  &lt;code&gt;code.&lt;/code&gt;  ushbu kommanda joriy papkani &lt;strong&gt;VsCode&lt;/strong&gt; dasturida &lt;strong&gt;workspace &lt;em&gt;(ishchi maydon)&lt;/em&gt; sifatida&lt;/strong&gt; ochadi!&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ROIJ9dyw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ld9nag9h50kdwvro0bwi.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ROIJ9dyw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ld9nag9h50kdwvro0bwi.jpg" alt="Image description" width="880" height="196"&gt;&lt;/a&gt; bu kommandani berishingiz bilanoq quyidagi VsCode ochiladi&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZNkCt4uc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ukrjb0c48vvvqftw80lp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZNkCt4uc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ukrjb0c48vvvqftw80lp.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ushbu post sizlarga ilm olishingiz yoki bilganlaringizni takrorlash uchun foyda keltirgan bo'lsa men bundan hursand bo'laman! Alhamdulillah !&lt;/p&gt;

&lt;h6&gt;
  
  
  Quiz Game savollarini ushbu  &lt;a href="https://dev.to/sardorbek095/terminal-kommandalari-quiz-game-42cf/edit"&gt;link&lt;/a&gt;  orqali olishingiz mumkin
&lt;/h6&gt;

</description>
    </item>
    <item>
      <title>| Quiz Game 💻 | TERMINAL KOMMANDALARI</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Mon, 14 Mar 2022 16:49:10 +0000</pubDate>
      <link>https://dev.to/sardorbek095/terminal-kommandalari-quiz-game-42cf</link>
      <guid>https://dev.to/sardorbek095/terminal-kommandalari-quiz-game-42cf</guid>
      <description>&lt;h2&gt;
  
  
  Qiziqarli Quiz !
&lt;/h2&gt;

&lt;p&gt;Boshladik &lt;strong&gt;Qiziqarli Quiz&lt;/strong&gt; savollari bilan tanishing!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;1.&lt;/em&gt;&lt;/strong&gt; Terminalda bugungi sana nomi bilan &lt;em&gt;(dd-mm-yyyy)&lt;/em&gt; formatida papka ochish komandasini kiriting! &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;2.&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;C++&lt;/code&gt; dasturlash tilida quyidagi &lt;code&gt;using namespace std;&lt;/code&gt; buyrug'ining vazifasi nima?&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight cpp"&gt;&lt;code&gt;&lt;span class="k"&gt;using&lt;/span&gt; &lt;span class="k"&gt;namespace&lt;/span&gt; &lt;span class="n"&gt;std&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;&lt;em&gt;3.&lt;/em&gt;&lt;/strong&gt; Joriy papkadagi &lt;strong&gt;main.cpp&lt;/strong&gt; nomli kodni kompilyatsiya qilish komandasini kiriting!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;4.&lt;/em&gt;&lt;/strong&gt; Joriy papkadagi main.cpp nomli code ni kompilyatsiya qilgach &lt;code&gt;a.out&lt;/code&gt; nomli &lt;em&gt;by default&lt;/em&gt; faylni ishga tushirish kommandasini kiriting!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;5.&lt;/em&gt;&lt;/strong&gt; Hozirgi papkadan &lt;strong&gt;bitta oldingi papka&lt;/strong&gt;ga qaytish kommandasini kiriting!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;6.&lt;/em&gt;&lt;/strong&gt; &lt;code&gt;$HOME&lt;/code&gt; papkasiga qanday qaytiladi ?!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;7.&lt;/em&gt;&lt;/strong&gt; Siz &lt;code&gt;$HOME&lt;/code&gt; papkasida turipsiz. shu papkadan chiqmagan holda qanday qilib &lt;code&gt;Downloads&lt;/code&gt; papkasi ichidagi &lt;em&gt;keraksiz.txt&lt;/em&gt; faylni &lt;strong&gt;o'chiradi&lt;/strong&gt; ?!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;8.&lt;/em&gt;&lt;/strong&gt; Siz turgan papka ichidagi &lt;em&gt;keraksiz.txt&lt;/em&gt; nomli faylning ichidagi kontentni &lt;strong&gt;terminalga chop etadigan&lt;/strong&gt; komandani kiriting !&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;9.&lt;/em&gt;&lt;/strong&gt; Siz turgan papka &lt;strong&gt;manzilini&lt;/strong&gt; chop etadigan kommandani kiriting !  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;10.&lt;/em&gt;&lt;/strong&gt; Siz turgan papka ichidagi &lt;strong&gt;barcha papka, fayllarni chop etadigan&lt;/strong&gt; kommandani kiritng!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;11.&lt;/em&gt;&lt;/strong&gt; Siz hozir &lt;code&gt;~/Documetns&lt;/code&gt; papkasi ichidasiz.Shu papka ichidagi &lt;strong&gt;barcha fayl va papkalarni (yashirinlarini ham) chop etadigan&lt;/strong&gt; kommandani kiriting !&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;12.&lt;/em&gt;&lt;/strong&gt; Siz hozir &lt;code&gt;~/Documents&lt;/code&gt; papkasidasiz.Shu papkadan chiqmasdan &lt;code&gt;~/Downloads&lt;/code&gt; ichidagi barcha narsalarni &lt;strong&gt;ro'yxatini chop etadigan&lt;/strong&gt; kommandani kiriting !&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;13.&lt;/em&gt;&lt;/strong&gt;  Joriy papkadagi main.cpp faylni kompilyatsiya qilib uni &lt;strong&gt;tayyor&lt;/strong&gt; nomli faylga &lt;strong&gt;dastur sifatida saqlaydigan&lt;/strong&gt; kommandani kiriting !&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;14.&lt;/em&gt;&lt;/strong&gt; Terminalda bugungi sana nomi bilan &lt;em&gt;(dd-mm-yyyy)&lt;/em&gt; &lt;strong&gt;formatida chop etuvchi&lt;/strong&gt; komandani kiriting! &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;15.&lt;/em&gt;&lt;/strong&gt; Joriy papkani &lt;strong&gt;VsCode&lt;/strong&gt; dasturida &lt;strong&gt;workspace &lt;em&gt;(ishchi maydon)&lt;/em&gt; sifatida&lt;/strong&gt; ochadigan kommandani kiriting !&lt;/p&gt;

&lt;h3&gt;
  
  
  Qiziqarli Quiz ! sizga foydali va manfaatli bo'ldi deb o'ylayman.
&lt;/h3&gt;

</description>
      <category>terminal</category>
      <category>beginners</category>
      <category>uzbek</category>
      <category>cpp</category>
    </item>
    <item>
      <title>Terminal kommandalari | PART 4</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Mon, 14 Mar 2022 12:06:23 +0000</pubDate>
      <link>https://dev.to/sardorbek095/terminal-kommandalari-part-4-a9o</link>
      <guid>https://dev.to/sardorbek095/terminal-kommandalari-part-4-a9o</guid>
      <description>&lt;h3&gt;
  
  
  &lt;code&gt;alias&lt;/code&gt;
&lt;/h3&gt;

&lt;p&gt;Bu komanda takroriy ishlatiladigan komandalar uchun yangi nickname beradi.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;alias datedir&lt;/code&gt; =&lt;code&gt;'mkdir $(date "+%d-%m-%Y")'&lt;/code&gt;
-ushbu komanda orqali takror takror bir &lt;code&gt;code&lt;/code&gt; ni qayta qayta yozmaslik uchun qulaylik yaratadi&lt;/li&gt;
&lt;li&gt;endi &lt;code&gt;datedir&lt;/code&gt; komandasi orqali bugungi sana bilan papka yaratsa bo'ladi!&lt;/li&gt;
&lt;li&gt;yana bir misol: qayta qayta &lt;code&gt;clear&lt;/code&gt; kommandasini yozishga eringanim uchun o'zimga qulay qilib &lt;code&gt;alias&lt;/code&gt; kommandasi orqali moslashtirib olaman&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;alias&lt;/code&gt; &lt;strong&gt;c&lt;/strong&gt;='clear'&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xtMSPpV8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7hleq2xcke2s3p38f2rz.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xtMSPpV8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7hleq2xcke2s3p38f2rz.jpg" alt="Image description" width="880" height="196"&gt;&lt;/a&gt;&lt;br&gt;
endi &lt;strong&gt;c&lt;/strong&gt; harfini yozsangiz avtomatik &lt;em&gt;clear&lt;/em&gt; qialdi&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;code&gt;alias&lt;/code&gt; bir terminal session uchun ishlaydi holos&lt;/p&gt;

</description>
      <category>terminal</category>
      <category>beginners</category>
      <category>uzbek</category>
      <category>cpp</category>
    </item>
    <item>
      <title>Terminal kommandalari | PART 3</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Fri, 11 Mar 2022 11:48:49 +0000</pubDate>
      <link>https://dev.to/sardorbek095/terminal-kommandalari-part-3-1661</link>
      <guid>https://dev.to/sardorbek095/terminal-kommandalari-part-3-1661</guid>
      <description>&lt;h2&gt;
  
  
  &lt;code&gt;date&lt;/code&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;echo $(date '+%d-%m-%Y')&lt;/code&gt; - ushbu komanda hozirgi sanani (dd-mm-yy) formatda shu papkani terminalda chiqradi&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;mkdir $(date '+%d-%m-%Y')&lt;/code&gt; - ushbu komanda orqali bugungi sana nomi bilan papka yaratiladi&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;code&lt;/code&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;code main.cpp&lt;/code&gt; - bu komanda joriy papka ichida main.cpp degan fayl &lt;em&gt;(yo'q bo'lsa)&lt;/em&gt; yaratib uni &lt;strong&gt;VsCode&lt;/strong&gt; ichida ochadi&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;code .&lt;/code&gt; - joriy papkani &lt;strong&gt;VsCode&lt;/strong&gt; dasturida &lt;strong&gt;workspace&lt;/strong&gt; &lt;em&gt;(ishchi maydon)&lt;/em&gt; sifatida ochadi&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;g++&lt;/code&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;bu komanda C++ kodlarni kompilyatsiya qilish uchun ishlatiladi.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;g++ main.cpp&lt;/code&gt;- bu komanda orqali joriy papkadagi &lt;strong&gt;main.cpp&lt;/strong&gt; nomli C++ kod faylni kompilatsiya qiladi va &lt;em&gt;by default&lt;/em&gt; &lt;code&gt;a.out&lt;/code&gt; nomli dasturiy fayl yaratadi.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code&gt;g++ main.cpp&lt;/code&gt; dastur` komandasi &lt;strong&gt;main.cpp&lt;/strong&gt; faylni kompilyatsiya qilib natijani &lt;strong&gt;dastur&lt;/strong&gt; nomli faylga saqlaydi.&lt;/p&gt;

</description>
      <category>terminal</category>
      <category>beginners</category>
      <category>uzbek</category>
      <category>cpp</category>
    </item>
    <item>
      <title>Terminal kommandalari | PART2</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Wed, 09 Mar 2022 11:34:14 +0000</pubDate>
      <link>https://dev.to/sardorbek095/terminal-kommandalari-part2-5fnd</link>
      <guid>https://dev.to/sardorbek095/terminal-kommandalari-part2-5fnd</guid>
      <description>&lt;h2&gt;
  
  
  1. &lt;code&gt;build-essential&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;sudo-up-get install build-assential&lt;/code&gt; commandasi &lt;strong&gt;ubuntu&lt;/strong&gt; uchun &lt;strong&gt;C++&lt;/strong&gt; Va boshqa tillari compilyatorlarini o'rnatadi&lt;/p&gt;

&lt;h2&gt;
  
  
  2. &lt;code&gt;VsCode&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;Ubuntu sistemasida &lt;code&gt;vscode&lt;/code&gt; dasturini o'rnatish uchun ushbu &lt;a href="https://code.visualstudio.com/docs/?dv=linux64_deb"&gt;link&lt;/a&gt; dan &lt;code&gt;VsCode&lt;/code&gt; faylni yuklab turgan papkaga terminal orqali boring*(odatda &lt;code&gt;cd ~/Downloads&lt;/code&gt;)*&lt;br&gt;
-endi yuqoridagi faylni o'rnatish kerak:&lt;br&gt;
&lt;code&gt;sudo dpkg -i &amp;lt;flie i &amp;lt;file_nomi&amp;gt;&lt;/code&gt;.deb&lt;a href="https://dev.tourl"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3d5XsuXr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/974lc63tor05uwnxfd6s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3d5XsuXr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/974lc63tor05uwnxfd6s.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>uzbek</category>
      <category>cpp</category>
      <category>beginners</category>
      <category>csh</category>
    </item>
    <item>
      <title>Terminal kommandalari | PART 1</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Mon, 07 Mar 2022 11:42:36 +0000</pubDate>
      <link>https://dev.to/sardorbek095/terminal-komandalari-1dha</link>
      <guid>https://dev.to/sardorbek095/terminal-komandalari-1dha</guid>
      <description>&lt;h3&gt;
  
  
  &lt;code&gt;ls&lt;/code&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;hozirda papkadagi barcha narsalarni chiqaradi&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;-a&lt;/code&gt; tanlovi orqali yashirin fayl va papkalar ham chop etiladi&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;~&lt;/code&gt; manzili &lt;code&gt;$HOME&lt;/code&gt; manzilga teng&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;pwd&lt;/code&gt; (print working directory)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;hozirgi biz turgan fayl manzilni chop etiladi&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;cd&lt;/code&gt;(change direcotry) ( joriy papka )
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;joriy papkani o'zgartiradi, ya'ni sizni boshqa manzilga olib boradi&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;a. &lt;strong&gt;&lt;code&gt;cd Documents&lt;/code&gt;&lt;/strong&gt;&lt;br&gt;
b. &lt;strong&gt;Documents&lt;/strong&gt; &lt;code&gt;cd ~&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a.komanda orqali &lt;strong&gt;Documents&lt;/strong&gt; papkasiga o'tadi.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;b.komanda orqali &lt;strong&gt;$HOME&lt;/strong&gt; ga qaytadi.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;cd ..&lt;/code&gt; komandasi orqali bitta papka ortga qaytadi&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;echo&lt;/code&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;berilgan qo'shtirnoq &lt;code&gt;""&lt;/code&gt; yoki bir tirnoq &lt;code&gt;''&lt;/code&gt; ichidagi textni terminalga chiqaradi
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;echo 'Lyuboy textni chop etadi'
echo "Qo'shtirnoqdagini ham chop etadi"

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
`&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;mkdir&lt;/code&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;berilgan manzilda papka sazdat qiladi&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;rm&lt;/code&gt;&lt;strong&gt;(remove)&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;berilgan papka yoki faylni o'chiradi. ESLATMA !!! bu kommanda orqali o'chirilgan fayl yoki papka korzinkaga tushmaydi&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;-r&lt;/code&gt;&lt;strong&gt;(recursive)&lt;/strong&gt; tanlovi orqaligina bo'sh papkalarni o'chirsa bo'ladi&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;-f&lt;/code&gt;&lt;strong&gt;(force)&lt;/strong&gt; tanlovi orqali o'chmayotgan fayl yoki papka majburlab o'chiriladi.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;cat&lt;/code&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;berilgan text fayl ichidagi kontentni terminalga chop etadi&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>cpp</category>
      <category>beginners</category>
      <category>uzbek</category>
      <category>terminal</category>
    </item>
    <item>
      <title>foundation programming course for beginer tutorial C++</title>
      <dc:creator>sardorbek095</dc:creator>
      <pubDate>Fri, 04 Mar 2022 11:18:46 +0000</pubDate>
      <link>https://dev.to/sardorbek095/foundation-programming-course-for-beginer-tutorial-c-11cj</link>
      <guid>https://dev.to/sardorbek095/foundation-programming-course-for-beginer-tutorial-c-11cj</guid>
      <description>&lt;h2&gt;
  
  
  Hush kelibsiz! bo'lajak backend developer
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Siz bu post orqali &lt;strong&gt;C++&lt;/strong&gt; foundation kursida mavzulashtirilgan masala va algoritmlarga doir misollarga &lt;strong&gt;yechim&lt;/strong&gt; topishingiz mumkin!
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;O'zgaruvchilar&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shart operatorlari&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Takrorlanish operatorlari&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;for&lt;/code&gt; &lt;code&gt;while&lt;/code&gt; &lt;code&gt;do While&lt;/code&gt; &lt;code&gt;nested Loops&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pointer (Ko'rsatkichlar)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Array (Massivlar)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OOP&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data structre&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Algoritms (algoritmlar)&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;MISOL UCHUN &lt;code&gt;code&lt;/code&gt;lar&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight cpp"&gt;&lt;code&gt;&lt;span class="cp"&gt;#include ioostream
#using namespace std
&lt;/span&gt;&lt;span class="kt"&gt;int&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;6&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="kt"&gt;int&lt;/span&gt; &lt;span class="n"&gt;b&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;11&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;b&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>cpp</category>
      <category>beginners</category>
      <category>dasturlash</category>
      <category>uzbek</category>
    </item>
  </channel>
</rss>
