无聊而已

Scanf_s在对字符串输入时的用法示例:scanf_s("%s", fname,sizeof(fname));

 

 

有时间就看看

 

Code:The Hidden Language of Computer Hardware and Software (《编码的奥秘》)

Computer System: A Programmer’s Perspective (《深入理解计算机系统》) / Windows via C/C++ (《Windows核心编程》 / 《程序员的自我修养》

Code Complete 2(《代码大全》)/ The Pragmatic Programmer (《程序员修炼之道》,我也把这本书称为《代码小全》)

Programming Pearls (《编程珠玑》) / Algorithms / Algorithm Design / 《编程之美》

The C ProgrammingLanguage

The C++ ProgrammingLanguage / Programming: Principles and Practice Using C++ / Accelerated C++

TheStructure and Interpretation of Computer Programs (《计算机程序的构造和解释》)

Clean Code /Implementation Patterns

Design Patterns (《设计模式》) / Agile Software Development,Principles, Patterns, and Practices

Refactoring (《重构》)

你可能感兴趣的:(学习,闲得蛋疼)