creadme.txt

来自「Parallel port interfacing」· 文本 代码 · 共 27 行

TXT
27
字号
Contents:

This folder contains various subfolders , the examples in each folder were compiled with that particular compiler. NOte not all of the examples will be repeated for all of the compilers , I have created a couple so you can open them and compare them and see the differences between them , thus helping you convert from one compiler to another.




EXAMPLES:


LCC:
------------------------------------
bcount.c : binary count example for LCC WIn32

DEV C++:
------------------------------------
bcount : DEV C++ version

Turbo C:
------------------------------------
bcounttc.c : binary count example turbo c version
bitwise.c : shows usage of the << operator . 
bitwise1.c : shows usage of the >> operator.
ledonoff.c : switch led 1 on and off
ledsup.c : values to be outputted are stored in an array , we then loop through the array
ledsdown.c : values stored in an array , loop through in reverse order .
userente.c : user is asked for a number , the number is then displayed.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?