Archive for the ‘TRICKS’ Category

How to Understand the Program

October 3, 2010

Here i am going to talk on How to Understand, Learn and Study the Program.. I want to Thank my friends Prashant and Vatsal for great suggestions..

A time back when i started C Programing I used to store my program’s in my hard disk but when i open the code next time for study. it was little hard to understand what i did in the code, many times code get modify.

so i scratch my head to find solution for this. I thought of creating a blog and store the code there and this is what mycfiles all about. it helped me lot, soon people started asking me doubts about c so now i’m taking this blog to next level to explore c programing..

i’m not big coder it just a little bit mind and hard work.

(more…)

Increase Turbo C Compiler Size in Windows 7

September 4, 2010

Open your tc, a small window will appear

(more…)

shortcut keys used in turbo c programming

August 28, 2010

Ctrl+s ———- To save a program

F2 ———- To save a program

F3 ———- To open

F5 ———- To view the page fully

Alt+f ———- To open a file

Alt+F9 ———- To compile a program

Ctrl+F9 ———- To run a program

Alt+F5 ———- To see the output

Alt+backspace—– undo

(more…)