Programming Books That I’ve Read So Far
Programming C++ API Design for C++ Fundations of C++/CLI: The VIsual C++ Language for .NET 3.51 Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) by…
0 Comments
2012-06-03
Programming C++ API Design for C++ Fundations of C++/CLI: The VIsual C++ Language for .NET 3.51 Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) by…
이 문서는 NDC 2011 발표 분량 중 KGC 2011 에서 빠진 내용을 다룹니다. 마이크로소프트웨어 2012년 2월호에 실렸습니다. 상용 게임을 개발하다 보면 초기에는 문제가 되지 않았던 것이 뒤에 부각되기도 한다. 느린…
‘The Art of Readable Code’ describes how to write code easy to read. Readability does not neccessarily mean it has to be short and concise. Contrary to the common sense,…