Install C Language in Minutes: An Easy to Follow Tutorial"

                                                           Hey Magnetzz...!



Our present query is how to download and install the C/C++ programming 
languages are the newbie system.

So as we know that C language is said as the base language of all the programming
languages. C programming language was developed in 1972 by Dennis Ritchie at the bell 
laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A.
and the C++ programming language is the advanced version of C programming 
language only a few things we changed in it other than it the concepts remaining the same
To start programming in C, you need to install a C compiler on your system.
user can do programming in this language by following the given steps:-

STEP 1.  C language is a compiler-based programming language. and for doing 
                  programming in this language firstly we have to install a compiler according 
                  to your working Operating System.
                 Here's how you can do it for popular operating systems:

                #Windows:
                 You can download and install the MingW compiler from the following 
                 link: 
                 https://sourceforge.net/projects/mingw/




                 #MacOS:
                 Xcode, Apple has an integrated development environment (IDE) and a compiler. 
                 You can install Xcode from the Mac App Store.

                 #Linux:
                 Most Linux distributions already have GCC installed. To confirm, open a terminal 
                 and type:
                                     $ gcc --version

                If GCC is not installed, you can install it through your distribution package manager. 
                For example, on Debian-based systems, you can use the following command:

                                    $ sudo apt-get install build-essential
  
After following this step the compiler is installed in the system now you have to set it up for
working or programming.
let us consider we are working on Windows Operating System and follow on other steps



STEP 2. Now user had to set up the the Path of the MingW compiler for this you have to search
               System Environment Variable in your search bar of OS.


STEP 3. Now click on Environment variable and a window will appear on the system screen now


STEP 4. Now you have to add the compiler path on the "System variable" by clicking on new button


 
 
STEPS 5. Now edit the variable name according to you and browse the file of the compiler and
                   click on ok.
" Your Compiler path has been set, now user can program in C language for it user's needs 
to install programming software."


 STEP 6. Now download VS code from google and install their extension.
        VS CODE




                                                       "OR"
You can also Download DevC++ software from Google and you can also program in 
C language along with C++ language.







Thanks For Reading.....

Post a Comment

0 Comments