Summary
Keywords
Full Transcript
in this video tutorial you will learn about the c tool set / tool chain and some of the ide's available for c programming language. we need to use a lot of programs / tools ( compiler, pre processor, linker etc ) to convert the code written in the C language to the machine language. The group of all these tools is called as the toolset and they are commonly called as the toolchain because these tools are chained together to produce The Final executable program. An IDE simplifies the process of writing the programs and then executing it. it provides a graphical user interface ( GUI ) which eases the process of managing large projects. codeblocks, eclipse, microsoft visual studio etc some of the ide's available for c language. For more tutorials visit our website http://www.LearningLad.com LearningLad in social media Facebook http://www.facebook.com/LearningLad twitter http://www.twitter.com/LearningLadEdu Google+ http://www.google.com/+LearningLad
