Location:
Search - Alexandrescu
Search list
Description: C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
By Herb Sutter, Andrei Alexandrescu
-C Coding Standards : 101 Rules, Guidelines, and Best Practices By Herb Sutter, Andrei Alexandrescu
Platform: |
Size: 515244 |
Author: yzwei |
Hits:
Description: Loki VC 6.0 Port or how to produce C1001 - Internal Compiler Errors。This is a partial MSVC 6.0 Sp5 compatible port of Andrei Alexandrescu s excellent Loki Library.
Because I could not retain the originial interface in all places, this port is not
compatible to the original library and therefore code using this port *cannot* generally be
used together with the original lib.
This is, of course, a great pity.
So if you know of a complete and full interface-compatible VC 6.0
port or if you know how to improve this port, please let me know.
Platform: |
Size: 82837 |
Author: 雷震 |
Hits:
Description: C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
By Herb Sutter, Andrei Alexandrescu
-C Coding Standards : 101 Rules, Guidelines, and Best Practices By Herb Sutter, Andrei Alexandrescu
Platform: |
Size: 515072 |
Author: yzwei |
Hits:
Description: Loki VC 6.0 Port or how to produce C1001 - Internal Compiler Errors。This is a partial MSVC 6.0 Sp5 compatible port of Andrei Alexandrescu s excellent Loki Library.
Because I could not retain the originial interface in all places, this port is not
compatible to the original library and therefore code using this port *cannot* generally be
used together with the original lib.
This is, of course, a great pity.
So if you know of a complete and full interface-compatible VC 6.0
port or if you know how to improve this port, please let me know.-Loki VC 6.0 Port or how to produce C1001- Internal Compiler Errors. This is a partial MSVC 6.0 Sp5 compatible port of Andrei Alexandrescu s excellent Loki Library.Because I could not retain the originial interface in all places, this port is notcompatible to the original library and therefore code using this port* cannot* generally beused together with the original lib.This is, of course, a great pity.So if you know of a complete and full interface-compatible VC 6.0port or if you know how to improve this port, please let me know.
Platform: |
Size: 82944 |
Author: 雷震 |
Hits:
Description: C++设计新思维。泛型編程與設計範式 之 應用
Modern C++ Design
Generic Programming
and Design Patterns Applied
Andrei Alexandrescu 著
侯捷 / 於春景 合譯-C++ Design new ways of thinking. Generic programming paradigm and design of the application of Modern C++ DesignGeneric Programmingand Design Patterns AppliedAndrei Alexandrescu with Hou Jie/in spring合译
Platform: |
Size: 1683456 |
Author: zdy |
Hits:
Description: C++技术天才Andrei Alexandrescu力作,侯捷译.-C++ Technical genius Andrei Alexandrescu work, Hou Jie translation.
Platform: |
Size: 1213440 |
Author: dodolook |
Hits:
Description: C++编码标准
101 Rules, Guidelines, and Best Practices-
• Table of Contents
• Index
C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
By Herb Sutter, Andrei Alexandrescu
Platform: |
Size: 515072 |
Author: zhangli |
Hits:
Description: Modern C++ Design: Generic Programming and Design Patterns Applied, Andrei Alexandrescu
Platform: |
Size: 1209344 |
Author: hardy |
Hits:
Description: C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
By Herb Sutter, Andrei Alexandrescu
Publisher : Addison Wesley Professional
Pub Date : October 25, 2004
ISBN : 0-321-11358-6
Pages : 240
-C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
By Herb Sutter, Andrei Alexandrescu
Publisher : Addison Wesley Professional
Pub Date : October 25, 2004
ISBN : 0-321-11358-6
Pages : 240
Platform: |
Size: 514048 |
Author: uday |
Hits:
Description: Modern C++ Design: Generic Programming and Design Patterns Applied By Andrei Alexandrescu, Publisher : Addison Wesley
Pub Date : February 01, 2001
file pdf
Platform: |
Size: 1213440 |
Author: beni141 |
Hits:
Description: <C++ Coding Standards> 英语原版 CHM文档 Herb Sutter, Andrei Alexandrescu著 Addison Wesley Professional出版 列举101条C++编程规范 纠正错误习惯,普及安全编程-<C++ Coding Standards> English Version written by Herb Sutter & Andrei Alexandrescu published by Addison Wesley Professional
Platform: |
Size: 514048 |
Author: Yung Tse |
Hits:
Description: Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include <timings.h>
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
*****************************************************
Example:
#include <timings.h>
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
***************************************************
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC- function, whose lifetime we measured
AV TTL- mean (average) spent time of all functions calls
TTL- time spent on each function call
THREAD ID- thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
Platform: |
Size: 6144 |
Author: Gosh |
Hits:
Description: C++ 编程规范:101 条规则、准则与最佳实践
By Herb Sutter, Andrei Alexandrescu
-C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
By Herb Sutter, Andrei Alexandrescu
Platform: |
Size: 1044480 |
Author: 小龙 |
Hits:
Description: Modern C++ Design - Generic Programming and Design Patterns Applied by Andrei Alexandrescu
Platform: |
Size: 1883136 |
Author: hskim |
Hits:
Description: 美国亚力山德雷斯库所著的大作《C++设计新思维》的中文版(侯捷译)。
这本书是在C++98的平台上介绍C++模板元编程的详细技术与思路。-Chinese version (by Jie Hou) of masterpiece "C++ design for the new thinking" from Andrei Alexandrescu.
This book disscused the C++ template meta-programming techniques and ideas in a C++98 platform .
Platform: |
Size: 1853440 |
Author: 张三 |
Hits:
Description: Andrei Alexandrescu 世界顶尖的C++专家,C++ Users Journal杂志的专栏作家,他的Modern C++ Design一书曾荣获2001年最佳C++图书称号,所开发的Loki已经成为最负盛名的C++程序库之一。-Andrei Alexandrescu C++ the world' s top experts, columnist C++ Users Journal magazine, and his book Modern C++ Design has won the 2001 Best C++ book title, developed C++ Loki has become one of the most prestigious libraries.
Platform: |
Size: 14688256 |
Author: Awro |
Hits:
Description: Alexandrescu提供了联合设计模式,泛型编程和C++的软件设计方法,使编程人员能够实现可表达的,灵活的,具有很强的可重用的代码。书中介绍的泛型部分,以及可重复使用的设计模板,使从设计到应用过程的编码更容易,能更无缝转换,而且能生成更好表示原来的设计意图的代码,和支持以最小的重新编码代价来重用设计结构。-Alexandrescu offers a cutting-edge approach to software design that unites design patterns, generic programming, and C++, enabling programmers to achieve expressive, flexible, and highly reusable code. The book introduces the concept of generic components, reusable design templates that enable an easier and more seamless transition design to application code, generate code that better expresses the original design intention, and support the reuse of design structures with minimal recoding.
Platform: |
Size: 1879040 |
Author: aha |
Hits:
Description: programming visual stiduo
Platform: |
Size: 1214464 |
Author: PIPLO
|
Hits: