philosophy专题

history of philosophy, i guess (history of all ideas)

URL Epistemology “What can I be 100% certain of if I doubt everything?” I think, therefore I am I am finite/limited this implies that the infinite exists that which is infinite in every way is God If

c++核心指南--Philosophy

本节的规则非常笼统。 理念规则摘要: P.1: 直接用代码表达思想P.2: 用ISO标准c++编写代码P.3: 明示意图P.4:理想情况下,程序应该是静态类型安全的P.5: 优先使用编译时检查而不是运行时检查P.6: 不能在编译时检查的内容应该可以在运行时进行检查P.7: 尽早捕获运行时错误P.8: 不要泄露任何资源P.9: 不要浪费时间和空间P.10: 优先使用不可变数据而不是可变数据P.1