?? employeeh.htm
字號(hào):
<html><font size="+1"><pre>
/* employee.h */
/* addEmployee reads each field from standard
* input into the next available Employee slot,
* as in the exercise in the previous section.
* It returns the index of the Employee
* just added, or -1 if the array is full */
int addEmployee(void);
/* printEmployee also returns the index of the
* Employee just printed, or -1 if the index i
* is invalid */
int printEmployee(int i);
/* Does what it says: */
int numEmployees(void);
</pre></font></html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -