EECS2031 Software Tools
2016-09-12 14:44:06
[专业笔记 | Academic] C, Linux, Shell, 代码
This course introduces very very fundamental C/shell programming skills on linux.
We are using C89 standard in this EECS 2031 course. That means you cannot declare the iterator variable in a for loop. And you should be very careful when you are trying to copy any C code from Google or Stack Overflow. Because those code fragments might be written in C with C99 standard or Cpp. Professor is very nice but TAs are not that efficient. We have to wait a long time for the grading.