Turbo C

C Source Code to Reverse the Operation of Shift & Caps Lock

Submitted by Arup Kr Goswami on
Hello. This is a simple C source code written in Turbo C platform (OS- Windows 7) which actually reverses the operation of Shift & Caps Lock. That is, if Caps Lock is ON, then all pressed key will be in Lower Case, or keeping Shift pressed, all pressed keys are in Lower case, else all are in Upper case. So, it is the reverse of normal condition.

Ohm's Law Calculator using Simple Graphics in C

Submitted by Arup Kr Goswami on
Hello. This is a simple C source code written in Turbo C (OS- Windows 7). It can calculate the values using Ohm's Law. I also used basic of Computer Graphics in this project. Basically, it is a calculator where you have to put values with proper unit (e.g resistance in ohm, voltage in volts etc), hence it finds the result. Thanks.