2013年8月17日 星期六

CSS筆記

CSS的主要功能:

可以加強對html文件的樣式管理

CSS概念:

直接對html中的元件屬性管理,藉由選擇器去選擇元件後,再選擇要管理的屬性即可

2013年8月9日 星期五

use graphics.h in C


1. You need to have turbo C++.

2. Copy the file to dos workplace(if you currently not using dos,use virtual box to create dos)
    ,and to copy the file we need to md a TC file and type XCOPY X:\TC C:\TC /S(X means where your original turbo C++ locate in)

3. When you want to use turbo C++ type cd C:\TC\BIN tpye TC and you can use
 turbo C++.

4. You can use the graphics.h ,click here to see tutorial