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

I Division PSPC Marks List [IA-1 Marks]

Click the below link to access Online Quiz Marks (out of 35 points), Assignment Marks (out of 5 points) & IA-1 Marks (out of 20 Marks). The same document shall be used in future to upload IA-2, IA-3, CTA evaluations and CAM (out of 50 Marks). Link to I Division PSPC Marks List  

PSPC Lab Programs list weeks - 5 & 6

Programs mentioned in the link are to be executed in the lab sessions to be held from 20/02/2018 to 10/03/2018 .  Please find the link here:  Lab Programs list Weeks - 5 & 6 These are numerical mathematics based problem definitions, that make the student understand: principle of loops working of loops the flow of execution of loops how to solve a problem using loops nesting of loops