Posts

Showing posts from June, 2020

How to Download and Install Visual Studio Code

Image
Visual Studio Code is a free source code editor developed by Microsoft for Windows, Mac OS, and Linux operating systems.  Visual Studio Code is used to create computer programs. VS Code is very popular with programmers. This gives you new and advanced features that are not in any old IDE software. VS Code makes programming more easy and efficient.  Features of VS Code Features include debugging, syntax highlighting, intelligent code completion, code IntelliSense. Users can change the theme, size of the screen, keyboard shortcuts, and also can use multiple editors at the same time. We can also install extensions that add additional functionality. How to Download the VS Code Visual Studio Code is Microsoft's official software so you can download it very easily. To download follow the steps Step 1: First search for vs code download on any browser. Window open like the image given below. Click on the fir st link.  Step 2: A new page will open like the image shown below. Select your

IDE and Compiler

Image
If you know the programming languages. So, you should also have some knowledge about IDEs and Compilers, But if you do not don't worry about this the blog you will know all you need to know.   IDE IDE stands for Integrated Development Environment. IDE is an application software which gives the facility to computer programmers to build software. An IDE consists of at least a source code editor, build automation tools, and a debugger.  A source code editor is a text editing software that is mainly used to write the source code of computer programs. Build automation is a process of automating the creation of a software build and the associated processes including: compiling computer source code into binary code, packing binary code, and running automated codes. A debugger is a computer program that is used to test and debug the target computer programs. The main use of the debugger is to run the target program under limited conditions that allow the programmer to track its operations

The History of C Programing.

Image
Today the C programing language is one of the most used programing langauge.It is a procedural language. C is not first developed computer programing language. Before C programing language B and BCPL languages were used.    History of C Programing  The birth year of the C language is believed 1972, C language was developed by Dennis Ritchie and Ken Thompson in AT & T Bell labs to make utilies for Unix .  When Ken Thompson desired to develop utilites for new platforom. But he failed to think new ideas, then he developed a cut- down version of BCPL. He modified syntex of the BCPL to short word instructions. And this modified BCPL was named as B language. But this this B language was not much efficient to use. Then in 1972 Dennis Ritchie modified B programing language and a new  programing language was developed named C lannguage. Then with C language second version of Unix system was developed.   Then later in 1978 Brain Kernighan and Dennis Ritchie together published the first