Sunday, March 21, 2010

C language - Tips

1. To know the usage of a function (or keyword):-

Type the word in C Editor , then press CTRL +F1


2. To learn C Graphics, u can run the graphics pgm( available in c ‘EXAMPLE’ directory.

Open the file ‘bgidemo.c’

Copy it . (using ‘write to’ option)

In the ‘initgraph()’ function include the graphics path
Then compile & run.

No comments: