C++开发博客CSDN
摘要: “runtiem”,一般翻译就译成“运行时”。 但具体的含义可能因环境而有所不同。 比如: (1)virtual functions are bound at runtime. (2)The CLR(Comman Language Runtime) will never JIT the method that 's never called. (3)Such kind of link error is usually caused by an incompatible version of CRT(C Runtime) lib. 以... 阅读全文
posted @ 2012-02-02 10:06 纳凉亭子 阅读(301) 评论(0) 推荐(0)