-->

how to activate graphics library in Turbo C++IDE

how to activate graphics library in Turbo C++IDE
 follow the steps given here:

step1) open turbo c++ IDE
          

step 2)  click options
             


step 3) click linker and then  library


step 4) click library and check out graphics library


done!!!
now you can start writing code using graphics.h

removing home button from blogger


follow following steps to remove "HOME" button from posts.
---------------------------------------------------------------------
-> sign in
->goto theme on dashboard/left side of your blog.
-> click edit HTML
> Find
     ]]></b:skin>
->replace that with following code above it.


.home-link { display:none;}

->save it.

->done.