An open API service indexing awesome lists of open source software.

https://github.com/courses-at-nju-by-hfwei/8-pointer

Programming Exercises on C Pointers.
https://github.com/courses-at-nju-by-hfwei/8-pointer

c-pl github-classroom pointer software-nju-edu-cn

Last synced: over 1 year ago
JSON representation

Programming Exercises on C Pointers.

Awesome Lists containing this project

README

          

# c-pl-github-classroom-template

Programming Exercises on C Pointers.

## 你的任务

- [ ] 阅读每个 `*.md` 文件, 在相应的 `*.c` 中完成作业
- [ ] 记得在每个 `*.c` 文件开头的注释里, 填上你的姓名 (Author: ), 学号 (ID: ) 与做作业时的日期 (Date: )。

---

## 如何做作业

- 参考作业 `hello-c` 中的 [`README.md`](https://github.com/courses-at-nju-by-hfwei/hello-c)

---

## 如何提交作业
我们采用 GitHub Classroom 方式发布作业与公开的测试用例。
也就是说,大家在 `git push` 时,GitHub Classroom 会自动运行公开测试样例,
助教也会收到提醒,看到大家的代码,在必要的时候给予反馈。
但是,公开测试用例的评分是不作数的。

要正式提交作业, 请在校园网环境下访问 [http://172.26.41.176:5000/](http://172.26.41.176:5000/),
初始用户名和密码均为学号。

在对应标题的作业中可提交每一题的代码。
在 OJ 中我们会使用更加严格的测试用例, 这将决定你们作业的最后成绩。