Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frequently Asked Questions (FAQ) #27

Open
c4pr1c3 opened this issue Mar 22, 2017 · 1 comment
Open

Frequently Asked Questions (FAQ) #27

c4pr1c3 opened this issue Mar 22, 2017 · 1 comment

Comments

@c4pr1c3
Copy link
Contributor

c4pr1c3 commented Mar 22, 2017

  1. 推荐阅读这2篇文章: C代码风格C代码规范 ,并不是每一条建议都是呆板的去遵守执行,但重要的是代码风格要满足一致性和基本的排版整洁。
  2. 作业保存的目录要按照规范来,不要乱放文件
  3. 仅接受C语言版的代码实现,不接受C++代码
    • 为什么都那么喜欢用“引用”,上课强调了那么多遍:使用指针、把书上伪代码里遇到的函数声明中参数列表中的& 谨慎 的“翻译”为 *
  4. 提交注释、PR的一句话说明要简洁清晰明了
  5. GitHub交作业流程 for windows
  6. 自认为已用尽方法还是无法解决某个具体问题的时候,先问问你的同学,有没有人已经解决了?向成功者请教和学习,交流起来。
@kadaokaduan
Copy link
Collaborator

kadaokaduan commented Mar 23, 2017

  • 请测试你的代码是否符合C语言语法规范。可以通过C语言编译器,而非 C++编译器 ,请在VS中将 .cpp 扩展名手动修改为 .c ,再次编译。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants