'전체 글'에 해당되는 글 274건

  1. 2006.03.19 VC 6.0의 STL 버그 수정화일
  2. 2006.03.19 Fixes for Library Bugs in VC++ V5.0/V6.0
  3. 2006.03.18 Vim Intellisense 페이지
  4. 2006.03.18 C++ Coding Standards

VC 6.0의 STL 버그 수정화일

Development 2006. 3. 19. 03:30 posted by CecilDeSK
반응형
~★~ 우하하!!~ 프로그래머 이야기 님 블로그에서 퍼옴 ㅡ,ㅡ

이 중에서 VC 6.0의 STL 버그를 수정한 파일을 압축해서 올려놓는다.
이 파일들은 미친병아리님이 직접 타이핑한 것이다.

함께 첨부된 mhtml 파일 안에 덮어쓰기할 디렉토리 정보가 있다.

내려받기
반응형

Fixes for Library Bugs in VC++ V5.0/V6.0

Development 2006. 3. 19. 03:15 posted by CecilDeSK
반응형
Fixes for Library Bugs in VC++ V5.0/V6.0

(as of 10 Nov 02)

---

The following bug fixes correct problems in the Standard C++ Library that accompanies Microsoft Visual C++ V5.0 and V6.0. Each replacement header file supplied here is represented as a .txt file, so you can view it directly with a web browser. You can also install the replacement file directly from the browser while you are viewing it -- simply select File/Save As File and store the file with the appropriate name in the include directory. YOU ARE STRONGLY ENCOURAGED TO SAVE THE EXISTING HEADER BEFORE OVERWRITING IT.

For example, to replace the header in a typical VC++ V5.0 installation, choose the directory:

c:Program FilesDevStudioVCinclude
and save the file with the name deque. Note that some browsers insist on saving the file with the name deque.txt, in which case you will have to rename the file after saving it from the browser.

Be warned that updating a header file does not necessarily trigger a recompilation. You may have to force a rebuild to see the effect of a change.

Note also that some header-file information is captured in DLLs supplied by Microsoft. If you encounter a conflict, you must either avoid using the DLL (by linking statically) or rebuild the offending DLL. We still can supply no information on how to rebuild the standard DLLs shipped with VC++. (Microsoft insists that it's too difficult to describe.)

It is always a good idea to apply the latest Microsoft service pack to upgrade your compiler. Many problems quietly disappear when you do so. For example, you can now get V5.0 SP3 and V6.0 SP3.



http://www.dinkumware.com/vc_fixes.html
MS VC++ 6 패치 사이트
반응형

Vim Intellisense 페이지

Development 2006. 3. 18. 11:04 posted by CecilDeSK
반응형
http://insenvim.sourceforge.net/index.php


ActivePerl필요

delay 시간 조절할것
:let b:dochelpdelay=100
반응형

'Development' 카테고리의 다른 글

VC 6.0의 STL 버그 수정화일  (0) 2006.03.19
Fixes for Library Bugs in VC++ V5.0/V6.0  (0) 2006.03.19
C++ Coding Standards  (0) 2006.03.18
C++ 용 xUnit 인 CppUnitLite 한번 수정해 봤습니다.  (0) 2006.03.18
WinDbg the easy way  (0) 2006.03.14

C++ Coding Standards

Development 2006. 3. 18. 10:54 posted by CecilDeSK
반응형
The C++ Source
C++ Coding Standards
by Herb Sutter and Andrei Alexandrescu
November 19, 2004



Summary
The C++ Source is pleased to present an excerpt from Herb and Andrei's new book, C++ Coding Standards: 101 Rules, Guidelines, and Best Practices (Addison-Wesley, 2005). More than just style guidelines and "gotcha" warnings, this book clarifies the idioms and practices that pertain specifically to successful C++ software. Even better, you can't avoid deepening your mastery of the finer points of C++ as you read. This is the singularly authoritative Writ of Common Wisdom for the entire C++ development experience.

http://www.artima.com/cppsource/codestandards.html
반응형

'Development' 카테고리의 다른 글

VC 6.0의 STL 버그 수정화일  (0) 2006.03.19
Fixes for Library Bugs in VC++ V5.0/V6.0  (0) 2006.03.19
Vim Intellisense 페이지  (0) 2006.03.18
C++ 용 xUnit 인 CppUnitLite 한번 수정해 봤습니다.  (0) 2006.03.18
WinDbg the easy way  (0) 2006.03.14