In this first video we will be get introduced to the most widely known programming language, the C programming language. To start writing our first program and to get understand them, we need to install or setup a development environment. We can either choose open-source IDEs or we can go for text-editors. Text-editors will merely help us to write our codes but when it comes to building and executing with debugging, text-editors lag behind IDEs. IDEs like the NetBeans and Code::Blocks for C/C++ development ships with pre-configured debuggers, building and running options. They even have a built-in text-editor. With just a few clicks, we can compile and run our code and debug our script if errors are shown on the build log/debugger. Code::Blocks is easier to use for a beginner level practice and NetBeans can help will entire software projects. Besides, C programming makes our life a lot easier when comes to dealing with low-level machine resources like memory allocation and management and keyboard input. Writing a program in Assembly can get hectic and it might be error-prone but C solves the problem with its easy-to-understand language construct that other high-level languages possess.
NetBeans : https://netbeans.org/downloads/index....
Code::Blocks : http://www.codeblocks.org/downloads/26
Watch video C Programming Tutorial | NetBeans, Code::Blocks & IDEs | Chap-1 | Part-1 online without registration, duration hours minute second in high quality. This video was added by user Nafis's Classroom 20 June 2015, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,284 once and liked it 5 people.