Posts

Codechef Starter 25 Division 3(Rated) Solved and Explained || CodePlayJatin

Image
  Hi I am Jatin Sharma , codechef starter is very good initiative by Codechef keeping focus on beginnners.  I have youtube channel CodePlayJatin where I upload programming related content  like  -  1.  Data Structure and  Algorithms 2. Programming Contests 3. Tech related - How to Videos, etc. I have livestreamed Codechef Starter 25 dated Feb 09,2022 on CodePlayJatin       Problems asked in contest are : Chef and His Fruit Stand | Problem Code: FRUITCHAAT  Fit in Data Type | Problem Code: DATATYPE  Points and Lines | Problem Code: POLIN  Equal MEX | Problem Code: EQUALMEX  Building Towers | Problem Code: TOWERTOP  K Distinct Array | Problem Code: DISTK  Count Arrays | Problem Code: CNTAR                                 In this video , I have explained  Chef and His Fruit Sta...

User Input in VS Code with Code Runner|| INTEGRATED TERMINAL || || Visual Studio Code

Image
In this blog,  we will be solving a issue that comes when we try to write a input in beginning of Programing with VS Code  -  User Input in VS Code with Code Runner|  Well , after installation of VS Code with C++ and MinGW , for the beginning of programming , no issue  arises but as soon as  we write some little bit of complex program asking the user the user , we come across a major problem and that is not being  able to give input so how we will test our program.  The reason behind this is the program runs in Output Panel by default and Output Panel is Read Only . So , as the above image gives hint for the solution , we use Terminal instead of Output Panel. Terminal not only provide us right to enter input but also some additional quintessential features . So , the question arises is how to run program in Terminal . Also, do we need to run program in terminal every time or is there way  to automate this . To answer , this query I already ha...

How to Set-Up VS Code with C++ Development Environment || CodePlay

Image
In this blog, I will be telling you how to setup C++ Environment in computer  Even after long time , C++ has its own importance be it in Software Development , Competitive Programming or any thing. Most Tech giants require C++ skills leading to increase in demand of  C++ among beginners So, if you are one such person who want to Learn C++ but don't know how to start and you need so by the end of this blog , you will be able to proceed with prerequisite of  computer Preliminary Step is to setup C++ Environment in own system .. Setup consists of -  1) C++ language 2) Text Editor -   I will prefer Visual Studio Code also called VS Code ,it is a wonderful free IDE developed by Microsoft. 3) Compiler -  I will recommend MinGW for windows user .. The function of compiler is to translate our human written code to computer language ie, Assembly Language I have explained all the steps for installing VS Code with Compiler - MinGW to set-up C++ Environment in a v...