2014年1月14日

C语言编程中的常见错误

摘要: 文章引自:http://www.drpaulcarter.com/cs/common-c-errors.php#4.11. Introduction2. Beginner Errors 2.1 Forgetting to put a break in a switch statement 2.2 Using = instead of == 2.3 scanf() errors 2.3.1 Forgetting to put an ampersand (&) on arguments 2.3.2 Using the wrong format for operand 2.4 Size .. 阅读全文

posted @ 2014-01-14 20:11 mingcha 阅读(1383) 评论(0) 推荐(0) 编辑

导航