Skip to main content

Using Code::Blocks for writing C Progarms

This semester students have to write C programs using GUI based Code::Blocks IDE, instead of Command-Line based LINUX machine. This decision has been taken to provide a better learning environment to the students.


Following PPT provides a brief tutorial on usage of Code::Blocks IDE for working with C Programs:



To access the above PPT in a seperate web page and to download it, click here.

Smart phone users can also use CppDroid app available on Google Play Store. This app is a simple C/C++ IDE, focused on learning programming languages and libraries. Usage of this app for learning C is highly recommended.

Comments

Popular posts from this blog

Conduction of lab IA-2 + Online PSPC Quz-2

Please make a note of the following points: 1) Conduction of lab IA-2: Lab IA-2 will be conducted during the 3rd week of May. i.e., on  17/05/2018 (Thursday) from 2:30 - 5:00 PM for F1 Batch  and  17 /05/2018 (Thursday) from 9:00 AM - 12:30 PM for F2 Batch students . Click Here  to access the problem definitions for lab IA-2. You need to practice these C programs thoroughly before coming for lab IA-2. You will be asked to pick any one problem definition ( randomly ) from the above mentioned list during lab IA-2. 2)Conduction of Online PSPC Quiz-2: Online PSPC Quiz-2 will be conducted on  11/05/2018 (Friday) from 3:00 - 4:00 PM . This will be an online quiz ( similar to quiz-1 ), and will be conducted using  Google Forms .  Syllabus for PSPC Quiz-2: MCQs from Balagurusamy Texbook, covering the chapters: Chapter-7: Arrays Chapter-8: Character Arrays and Strings Chapter-9: User-defined Functions Chapter-10: Structures and Unions  (Unions not included) Chapter-1