青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
博采眾家之長(zhǎng)
共同進(jìn)步
C++博客
首頁(yè)
新隨筆
聯(lián)系
聚合
管理
隨筆 - 29 文章 - 13 trackbacks - 0
<
2025年11月
>
日
一
二
三
四
五
六
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
常用鏈接
我的隨筆
我的評(píng)論
我參與的隨筆
留言簿
(1)
給我留言
查看公開留言
查看私人留言
隨筆分類
工具(4)
隨筆檔案
2006年12月 (4)
2006年10月 (4)
2006年9月 (10)
2006年8月 (4)
2006年7月 (7)
文章分類
c++(1)
類庫(kù)/框架(6)
文章檔案
2006年8月 (4)
2006年7月 (4)
相冊(cè)
生活
收藏夾
開發(fā)工具
類庫(kù)/框架
綜合
c++
C/C++專欄_開發(fā)者網(wǎng)絡(luò)_軟件_天極Yesky
Linux
IBM developerWorks 中國(guó):Linux
Tools
搜索
最新評(píng)論
1.?re: .Net AOP Frameworks Research Report v1.1
評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
--essay buy
2.?re: .Net AOP Frameworks Research Report v1.1
評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
--loans
3.?re: .Net AOP Frameworks Research Report v1.1
評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
--Gemma18
4.?re: [轉(zhuǎn)]C++類庫(kù)大全
fuck!
--發(fā)光管
5.?re: SUSE Linux SDL+OpenGL 系列之HelloWolrd
請(qǐng)問(wèn)知道Linux下面最快最底層的圖形接口是什么么?
用來(lái)做游戲!
--duzhongwei
閱讀排行榜
1.?SDL+OpenGL 系列之紋理貼圖(1423)
2.?SDL+OpenGL 系列之觀察坐標(biāo)系(1195)
3.?SUSE Linux SDL+OpenGL 系列之HelloWolrd(1145)
4.?終于解決了Service Unavailable(618)
5.?SUSE Linux SDL+OpenGL 系列之旋轉(zhuǎn)彩三角(562)
評(píng)論排行榜
1.?自動(dòng)換桌面的工具有特色(1)
2.?遠(yuǎn)程控制(1)
3.?SUSE Linux SDL+OpenGL 系列之HelloWolrd(1)
4.?一個(gè)免費(fèi)的清除木馬工具(1)
5.?c++細(xì)節(jié)/誤區(qū)小記(1)
[轉(zhuǎn)]一萬(wàn)個(gè)C++資源鏈接
原文地址:http://www.cetus-links.org/oo_c_plus_plus.html
See also
Visual C++
C#
Intro
"C++
is an "object oriented" language. Object oriented programming is a reaction to programming problems that were first seen in large programs being developed in the 70s. All object oriented languages try to accomplish three things as a way of thwarting the problems inherent in large projects: (1) object oriented languages all implement "data abstraction" in a clean way using a concept called "classes"; (2) all object oriented languages try to make parts of programs easily reusable and extensible; (3) object oriented languages try to make existing code easily modifiable without actually changing the code.
Since
C++
is an object oriented language, it possesses the three object oriented benefits discussed above.
C++
adds two other enhancements of its own to clean up problems in the original C language or to make programming in
C++
easier than it is in C: (1)
C++
adds a concept called "operator overloading"; (2)
C++
also cleans up the implementation of several portions of the C language, most importantly I/O and memory allocation.
C++
solves many other problems as well. For example, it solves the "common code replicated in many places" problem by letting you factor out common code in a third dimension. It solves the "I want to change the parameter type passed into a function without changing the function" problem by letting you overload the same function name with multiple parameter lists. It solves the "I want to make a tiny change to the way this works, but I don't have the source for it" problem, and at the same time it also solves the "I want to redo this function completely but not change the rest of the library" problem using inheritance. It makes the creation of libraries much cleaner. It drastically improves the maintainability of code. And so on." (Marshall Brain & Kelly Campbell)
Contents
Start here
Examples
Fun
Tutorials
FAQs
Glossaries
Support
References
Standards
General Newsgroups
Special Newsgroups
National Newsgroups
Company Newsgroups
Mailing Lists
Forums
Chats
General Articles
Special Articles
Interoperability
Related Sites
Link Collections
Bibliographies
Books
Magazines
Organizations
Projects
People
Development Environments
Compilers / Interpreters
Utilities / Tools
GUIs
Libraries
Other Software
Other Resources
Other pages
Languages
Start here
An Introduction to C++
(Saveen Reddy & G. Bowden Wise)
Objective View Point
(ACM)
The C++ Object Model
(NCITS H7)
Understanding C++: An Accelerated Introduction
(Marshall Brain & Kelly Campbell)
Examples
Callbacks in C++ - Simple Solution
(Paul Jakubik)
C++ Pitfalls
(Cay S. Horstmann)
C++ Standard Library Examples
(Nicolai M. Josuttis.)
The Generic Algorithms
(Stanley Lippman)
Fun
Guru of the Week
(Herb Sutter)
99 Bottles of Beer
(Craig Schroeder)
Tutorials
Advanced C++ Tutorials
(About.com)
Beginning C++ Tutorials
(About.com)
C++ Tutorials
(1001tutorials.com)
C++ Tutorials
(Glen McCluskey & Associates)
DevCentral Tutorials
(Interface Technologies)
The Bits Tutorials
(Jon Jenkinson et al.)
Tutorials
(Open Directory)
Tutorials and References
(Tina I. Seawell)
An Introduction to C++ Programming
(Bj?rn Fahller)
C++ Annotations
(Frank B. Brokken & Karel Kubat)
C++ in Hypertext
(Curtis Sollohub)
C++ Programming
(Valencia Community College)
C++ Programming Language Tutorials
(Douglas C. Schmidt)
Crash Course on STL
(Osvaldo Pinali Doederlein)
Course on OO Software Construction
(Joe Sant)
Crashproof C++
(Steve Litt)
C++ tutorial for C users
(Eric Brasseur)
Einführung in C++ [German]
(Universit?t Siegen)
From The Ground Up: A Guide to C++
(?)
Learn C/C++ Today
(Vinit Carpenter)
(Neil C. Obremski)
Online C++ Tutorial
(David Wegman)
OWL HOW
(Tenermerx Software)
Pointers
(Todd A. Gibson)
STL Tutorial
(Phil Ottewell)
Understanding C++: An Accelerated Introduction
(Marshall Brain & Kelly Campbell)
Well-mannered oo design in C++
(Taligent)
FAQs
comp.lang.c++ FAQs List
(MIT)
comp.lang.c++ FAQs List
(Ohio State University)
comp.lang.c++ Newsgroup FAQs
(The Internet FAQ Consortium)
FAQs
(Miller Freeman)
FAQs
(Open Directory)
[alt.comp.lang.learn.c-c++] - FAQ list
(Sunil Rao, Rich Churcher)
comp.std.c++ FAQ
(Matt Austern et al.)
C/C++ FAQs
(C/C++ Users Journal)
C++ FAQ Lite
(Marshall Cline)
C++ Language Topic Area
(Experts Exchange)
C/C++ Users Group FAQ
(CUG)
Bjarne Stroustrup's FAQs
(Bjarne Stroustrup)
DevCentral Q & A
(Interface Technologies)
Embedded C++ FAQs
(Embedded C++ Technical Committee)
Numerical Analysis & Associated Fields Resource Guide FAQs
(S. J. Sullivan)
Platform-Independent Graphical User Interface Development Kits FAQs
(Ross McKay & Wade Guthrie)
Glossaries
C++ Glossary
(Glen McCluskey & Associates)
VisualAge Developer Domain Glossary
(IBM)
Support
Programming advices for C++
(Valentin Bonnard)
Ask the C++Pros
(Fawcette Technical Publications)
Tech Tips
(DevX)
References
The Dinkum C++ Library Reference
(Dinkumware)
Standards
Standards
(Open Directory)
J16 of National Committee for Information Technology Standards
(NCITS)
JTC1/SC22/WG21 - C++ of ISO (International Organization for Standardization) / IEC (International Electrotechnical Commission)
(ISO/IEC)
C++ - Beyond the ARM
(OCS)
C++ DIN Arbeitskreis [German]
(Nicolai M. Josuttis)
C++ Draft - Hypertext Summary of the Syntax
(Dick Botting)
C++ Standards - What are they? Why are they important?
(Microsoft)
The ISO/ANSI C++ Draft
(Cygnus Solutions)
Embedded C++ (Embedded C++ Technical Committee)
Embedded C++
(Embedded C++ Technical Committee)
The Embedded C++ Programming Guide Lines
(Embedded C++ Technical Committee)
The Language Specification & Libraries
(Embedded C++ Technical Committee)
C and C++ Style Guides
(Christopher Lott)
C ++ Coding Conventions
(Will Pitt)
C++ Coding Standard
(Todd Hoff)
C++ Coding Standards
(CoreLinux Consortium)
Coding Standards for C, C++, and Java
(Jeff Johnson)
C++ programming conventions
(Taligent)
C++ Programming Style
(Wildfire Communications)
Programming in C++, Rules and Recommendations
(Ellemtel Telecommunication Systems Laboratories)
(Tim Ottinger)
General Newsgroups
Newsgroups about C++
(Niklas Olsson)
comp.lang.c++
comp.lang.c++ Resources
(PHOAKS)
comp.lang.c++.moderated
comp.lang.c++.moderated Resources
(PHOAKS)
comp.std.c++
comp.std.c++ Resources
(PHOAKS)
Deja News
(Deja News)
Reference.COM
(InReference)
Special Newsgroups
comp.lang.c++.leda
comp.lang.c++.leda Resources
(PHOAKS)
comp.os.ms-windows.programmer.tools.owl
gnu.g++
gnu.g++.announce
gnu.g++.bug
gnu.g++.help
gnu.g++.lib.bug
gnu.gdb.bug
National Newsgroups
de.comp.lang.iso-c++
Offizielle FAQ zu de.comp.lang.iso-c++ [German]
(LogicTools)
es.comp.lenguajes.c++
fj.lang.c++
fr.comp.lang.c++
han.comp.lang.c++
it.comp.lang.c++
Company Newsgroups
DevX
c++.announcements
c++.general
c++.getting.started
c++.windows.development
IBM
VisualAge C++ Newsgroups
(IBM)
ibm.software.vagen
ibm.software.vacpp.acm
ibm.software.vacpp.beta
ibm.software.vacpp.builders
ibm.software.vacpp.compiler
ibm.software.vacpp.debugger
ibm.software.vacpp.ide
ibm.software.vacpp.misc
ibm.software.vacpp.non-technical
ibm.software.vacpp.openclass
ibm.software.vacpp.os390
ibm.software.vacpp.os390.compiler
ibm.software.vacpp.os390.toolsbeta
ibm.software.vacpp.tools
Inprise / Borland
Borland / Inprise Newsgroups
(Inprise)
borland.public.announce
inprise.public.announce
inprise.public.as400.cppbuilder
inprise.public.corba.cppbuilder
inprise.public.visibroker
borland.public.cpp
borland.public.cpp.announce
borland.public.cpp.commandlinetools
borland.public.cpp.ide
borland.public.cpp.jobs
borland.public.cpp.language
borland.public.cpp.non-technical
borland.public.cpp.owl
borland.public.cpp.thirdpartytools
borland.public.cpp.winapi
borland.public.install.bcpp
Borland C++Builder Newsgroups
(Inprise)
borland.public.cppbuilder
borland.public.cppbuilder.activex
borland.public.cppbuilder.announce
borland.public.cppbuilder.commandlinetools
borland.public.cppbuilder.database
borland.public.cppbuilder.database.desktop
borland.public.cppbuilder.database.multi-tier
borland.public.cppbuilder.database.sqlservers
borland.public.cppbuilder.graphics
borland.public.cppbuilder.ide
borland.public.cppbuilder.internet
borland.public.cppbuilder.jobs
borland.public.cppbuilder.language
borland.public.cppbuilder.non-technical
borland.public.cppbuilder.thirdpartytools
borland.public.cppbuilder.vcl
borland.public.cppbuilder.winapi
borland.public.install.cppbuilder
inprise.public.as400.cppbuilder
inprise.public.corba.cppbuilder
Powersoft
End of Life Notice for Power++ Enterprise
(Sybase)
powersoft.public.power++.database
powersoft.public.power++.datawindow
powersoft.public.power++.docs
powersoft.public.power++.general
powersoft.public.power++.ole-activex
powersoft.public.watcom_c_c++.general
Mailing Lists
CodeCraft
(Darren Collins)
Discussion List
(The Bits Editors)
IBM Application Development e-News
(IBM)
Inprise & Borland International Listserver
(Inprise)
Inprise Newsletters
(Inprise)
MFC@LISTSERV.MSN.COM
(L-Soft international)
The Object Windows Library Mailing List
(G. Bowden Wise)
Forums
EarthWeb Discussions: earthweb.c_plus_plus.general
(EarthWeb)
Items in c++.announcements
(DevX)
Items in c++.general
(DevX)
Items in c++.getting.started
(DevX)
Items in c++.windows.development
(DevX)
Chats
#C++ Website Webchat
(AFE)
General Articles
Articles Collections
Magazine Publications
(Scott Meyers)
publications::articles
(Object Mentor)
Articles
C++ Annotations
(Frank B. Brokken / Karel Kubat)
C++ Critique /3rd ed.
(Ian Joyner)
C++ Gets Faster for Scientific Computing
(Kuck & Associates)
C++ in the Real World: Advice from the Trenches
(Nathan C. Myers)
Posting to comp.lang.c++
(Bjarne Stroustrup)
Special Articles
A First Look at C++ Program Analyzers
(Scott Meyers & Martin Klaus)
An Introduction to the C++ Standard Library
(ObjectCraft)
Automating Design-Pattern Identification
(Dr. Dobb's Journal)
Casting in C++: Bringing Safety and Smartness to Your Programs
(G. Bowden Wise)
C++Builder 3 - A Customer and Orders Master Detail Web Server Application
(Inprise)
C++ Interfaces
(Dr. Dobb's Journal)
Combining OO Design and Generic Programming
(Angelika Langer & Klaus Kreft)
Connective C++
(Quintessent Technologies)
Contracts: From Analysis to C++ Implementation
(Pl?sch, Reinhold; Pichler, Josef)
Copy Constructors
(About.com)
C++ Programmers - Two Faces, One Language - Building a Web Server Application
(Inprise)
Data Abstraction in C++
(About.com)
Dynamische Allokation von Ressourcen
(Angelika Langer)
Extending the iostream library
(Cay S. Horstmann)
Handling Exceptions in C and C++ : Part 1, ? Part 2, ? Part 3, ? Part 4, ? Part 5, ? Part 6, ? Part 7, ? Part 9, ? Part 9, ? Part 10 ?
(Microsoft)
Integrating Structured Exception Handling in the C++ exception mechanism
(Ruurd Pels)
Internationalization Using Standard C++
(Angelika Langer & Klaus Kreft)
Iterators in the Standard C++ Library
(Angelika Langer & Klaus Kreft)
Keeping interfaces and implementations separate
(Dr. Dobb's Journal)
Linked Lists
(Fawcette Technical Publications)
Makefile References on the Web
(Tina I. Seawell)
MVP: Model-Viewer-Presenter - The Taligent Programming Model For C++ and Java
(IBM/Taligent)
Program for Change - Use interfaces in your C++ programs to simplify maintenance
(Visual C++ Developers Journal)
Reengineering Legacy C and C++ Applications
(Peter L. Bird & F. Andy Seidl)
References - Part I of III
(About.com)
References - Part II of III
(About.com)
References - Part III of III
(About.com)
Techniques For Cross-Platform Development
(Miller Freeman, Inc.)
The Beauty and Power of C++
(Elliott Coates)
The Object Ownership Method - Efficient C++ Memory Management
(Applied Microsystems)
Thread-Recycling in C++ [German]
(SIGS)
Interoperability
C++ and JAVA
(About.com)
Integrating Java with C++
(Bill Foote)
Java Cookbook: Porting C++ to Java
(IBM)
Related Sites
Absolute Power++
(Bill Klein)
Ask the C++ Pro
(Fawcette Technical Publications)
C++
(About.com)
C++ Zone
(DevX)
CodeGuru
(CodeGuru)
Developer Resources
(Genitor)
Dr. Bob's C++Builder Gate
(Bob Swart)
Intel Architecture Performance Training Center
(Intel)
Internet Parallel Computing Archive
(University of Kent at Canterbury)
(Neil C. Obremski)
Parallel Programming with C++
(Bernd Mohr)
The Bits ... The C++Builder Information and Tutorial Site
(The Bits Editors)
The C++ Virtual Library
(DESY)
The OO Numerics Page
(Todd Veldhuizen.)
The Unofficial Borland C++Builder Home Page
(Brian Sturk)
This is #C++....
(Morph)
VisualAge Developer Domain
(ibm)
Link Collections
Borland C++ Builder 4
(About.com)
C/C++
(developer.com)
C/C++
(Karim Ratib)
C++
(Mecklermedia)
C++ and related topics
(Angelika Langer)
C++ Archive
(Quadralay Corporation)
C++Builder
(Open Directory)
C++Builder Sites
(Inprise)
C++Builder Sites
(The Bits Editors)
C++ Documentation
(Martin Brown)
C++ Links
(Brad Appleton)
C++ Links and Reviews
(DevX)
Cross Platform Development Internet Resources
(R2M Software)
C / C++ Zone
(Programmers' Heaven)
Embedded Systems
(EG3)
Internet Sites and Files of Interest to C++ Users
(Robert Davies)
Links
(EarthWeb)
(Oliver B?hm)
Open Directory
Other STL Web Sites
(Silicon Graphics)
Powersoft Power++ Resources
(Bill Klein)
(Simo Salminen)
The C++ Builder Programmer's Ring
(Mark Cashman)
The C++Builder Web Ring
(ZBuilder Software)
(?)
WWW C++ Information
(Forschungszentrum Juelich)
YAHOO I
YAHOO II
YAHOO III
YAHOO IV
Bibliographies
C++ Report Columns on Distributed Object Computing
(Douglas C. Schmidt)
OO Papers and Articles
(Markus Frank)
Publications by Bjarne Stroustrup
(Bjarne Stroustrup)
Books
Best Sellers
(Computer Literacy)
Books by Bjarne Stroustrup
(Bjarne Stroustrup)
Books on C++
(CERN)
C++
(Addison Wesley Longman)
C/C++ Books
(Computer Literacy)
C & C++ / General
(Amazon.com)
C & C++ / Language
(Amazon.com)
C & C++ / Objects
(Amazon.com)
C & C++ / Programming
(Amazon.com)
C/C++ Programming Center
(O'Reilly)
C & C++ / Templates
(Amazon.com)
C & C++ / Tutorials
(Amazon.com)
C/C++ Users Group Bookstore
(CUG)
Free Books
(About.com)
Inprise C++Builder Books
(Inprise)
Reviews Section
(The Association of C & C++ Users)
The Bits Books Index
(The Bits Editors)
The Essential C/C++ Reading List
(C/C++ Users Journal)
Our Recommendations: C++
(Computer Literacy)
Thinking in C++,
(Bruce Eckel)
Magazines
C++Builder Developer's Journal
(The Cobb Group)
C++ Newsletters
(Glen McCluskey & Associates)
C++ Report Online
(SIGS)
C/C++ Users Journal
(Miller Freeman)
ISDF Newsletter - International Standards Development Forum
(ACCU)
The Development Exchange
(FTP)
The Intel Software Performance Newsletter
(Intel)
Visual Systems Journal
(Bearpark Publishing)
Organizations
Association of C and C++ Users
C++ and C SIG
(New York PC Users Group)
C/C++ Users Group
C++ Industrial Seminar Group
(Marian Corcoran)
CPG Homepage
(United Programmers)
Embedded C++ Technical Committee
(?)
Projects
CoreLinux++
(CoreLinux Consortium)
People
Gurus
(Genitor)
Jim Coplien
Cay Horstmann
Andrew Koenig
Angelika Langer
Scott Meyers
Ira Pohl
Bjarne Stroustrup
Development Environments
C++ Compiler Comparison Chart
(The Internet Group)
Borland C++ ?
(Inprise / Borland)
Borland C++Builder
Books
(Inprise)
Developer Support
(Inprise)
Feature Matrix
(Inprise)
Features & Benefits
(Inprise)
FTP Sites for Inprise, Borland, and VisiBroker Products
(Inprise)
Previous Versions
(Inprise)
Tool and Component Builders
(Inprise)
White Papers
(Inprise)
ZD Net Tips & Articles
(Inprise)
Application Development with C++Builder and Delphi
(Inprise)
Bold for C++Builder
(BoldSoft)
Borland C++Builder for Borland Delphi Users
(The Delphi Magazine)
Borland C++Builder 4 is here!
(Ruurd Pels)
C++Builder and VCL
(Inprise)
C++Builder Developer's Journal
(Inprise)
C++Builder 4 Enterprise Tour
(Inprise)
Changes made to ATL 2.0 in C++Builder 4.0
(Inprise)
COM Automation in BCB4
(Inprise)
Introduction to the Database Components in Borland C++Builder
(Inprise)
Lost keys in the IE5 ActiveX controls
(Inprise)
New Features Matrix
(Inprise)
Simple CORBA Servers in C++Builder 4.0
(Inprise)
SQL Access in C++Builder
(Inprise)
Cray C++ ?
(Silicon Graphics / Cray Research)
Genitor
Genitor FAQs
(Genitor)
White Papers
(Genitor)
IBM VisualAge for C++
Download
(IBM)
Library
(IBM)
Support
(IBM)
VisualAge Developer Domain
(ibm)
VisualAge for C++ Library
(IBM)
Getting Started
(IBM)
VisualAge C++ Goes Incremental
(IBM)
Metrowerks CodeWarrior
CodeWarrior IDE Tour
(Metrowerks)
CodeWarrior Professional
(Metrowerks)
SNiFF+ ?
(TakeFive Software)
Sybase Power++ ?
(Sybase)
Symantec C++ ?
(Symantec)
Turbo C++ ?
(Inprise / Borland)
Visual WorkShop C++ / Forte C++
Product Overview
(Sun Microsystems)
Sun Visual WorkShop Evaluation Guide
(Sun Microsystems)
Watcom C/C++ ?
(Sybase)
Compilers / Interpreters
Compilers
(Open Directory)
Apogee C++ ?
(Apogee Software)
Comeau C++ Front End ?
(Comeau Computing)
Edison C++ Front End ?
(Edison Design Group)
GNU Compiler Collection
GNU G++ Documentation
(?)
GNU G++ FAQs
(Joe Buck)
GNU G++ MS-DOS Version
(DJ Delorie)
GNU G++ Win32 Version
(Cygnus Solutions)
RHIDE / GNU G++ IDE
(Robert H?hne)
Intel C/C++ Compiler
The Intel C/C++ Compiler
(Intel)
KAI C++
Kai C++ Documentation Set
(Kuck & Associates)
Kai C++ FAQs
(Kuck & Associates)
Kai C++ Free Trial Period
(Kuck & Associates)
MetaWare High C++ ?
(MetaWare)
Portland Group PGCC Workstation ?
(The Portland Group)
TenDRA
(Rob Andrews)
TenDRA
(OSSG)
Open source port of Sybase's Watcom C/C++
(Watcom)
Utilities / Tools
Freeware/Shareware
(About.com)
Static Source Code Analysis Tools (About.com)
(Lint)
CcDoc - Documentation Generator
(Joe Linoff)
CC-RIDER - C/C++ Code Visualization
(Western Wares)
ClassBuilder
(Jimmy Venema)
ClassExplorer Pro
(toolsfactory)
Code Crusader
(John Lindal)
Code Navigator for C++
(Quintessoft Engineering)
Create HTML Pages from C++ Header Files
(Darrell Schiebel)
ctoohtml: a c/C++ to HTML filter
(Andrew H. Fagg)
DDD - Data Display Debugger
(Andreas Zeller)
Development Tools
(C/C++ Users Journal)
IBM Classes for Unicode (IBM)
(ICU)
Look!
(Objective Software Technology)
V - Integrated Development Environment
(Object Central)
GUIs
Graphics Libraries
(About.com)
OpenAmulet
(OpenIP)
Qt
(Troll Tech)
The GUI Toolkit, Framework Page
(Li-Cheng Tai)
V - A Freeware Portable C++ GUI Framework for Windows and X
(Bruce E. Wampler)
Libraries
Available C++ Libraries FAQ
(Nikki Locke)
C++ Class Libraries
(University of Darmstadt)
C++ Class Library Review
(Paul Kent)
C++ Class Libraries FAQ
(Yahoo)
C++ Libraries
(boost.org)
Class Libraries
(Marshall Cline)
Class Libraries
(Open Directory)
Cross-Platform GUI
(Miller Freeman)
ACE
(Douglas C. Schmidt)
Blitz++
(Todd Veldhuizen et al.)
Carrick Encryption
(Azalea Software)
C++ Data Object Library
(Code Farms)
ChartFolio
(DPC Technology)
CIDLib Class Library System
(Charmed Quark Software)
COOOL
(Lydia Deng & Wences Gouveia)
C++SIM
(M.C.Little)
DEGUI: C++ Objects for Allegros GUI
(D.J.Eleveld)
Diffpack
(Numerical Objects)
Dinkum C++ Libraries
(Dinkumware)
ET++ Application Framework Distribution
(GUP Linz)
Generic++
(OOTec)
Geophile - an extensible spatial index
(Geophile)
GNU Nana: assertions and logging
(P.J.Maker)
Go++
(Northwoods Software)
Hush
(Anton Eliens)
ILOG Views
(ILOG)
ILOG Vision
(ILOG)
IMSL
(Visual Numerics)
International Classes for Unicode
(IBM)
JThreads/C++
(Object-Oriented Concepts)
JX - Graphical User Interfaces
(?)
LEDA
(MPI)
OptSolve++
(Tech-X)
MET++
(University of Zurich)
MetaKit
(Equi4 Software)
MorphCGI C++ class library
(M0RPH.C0M)
MWA GIF Component Library
(MWA Software)
MWA JPEG Component Library
(MWA Software)
ONC RPC/XDR Toolkit
(Distinct)
OSE
(Dumpleton Software Consulting)
POOMA
(POOMA Team)
ProHelp
(Igor Glukhov)
PTL Pattern Template Library
(Code Farms)
RCS - Real-Time Control Systems Library
(Will Shackleford.)
SFL - Standard Function Library
(iMatix)
Tech-X Class Libraries
(Tech-X)
The Database Access Library
(?)
The ROOT System
(Rene Brun, Fons Rademakers)
The Visualization Toolkit
(Will Schroeder et al.)
Undoable C++ Object Library
(Notation Software)
V
(Bruce E. Wampler)
VWCL - Virtual Windows Class Library
(The VWCL Alliance )
wxWindows
(Anthemion Software)
XML for C++
(IBM)
Yacc++ and the Language Objects Library
(Compiler Resources)
YACL
(M. A. Sridhar)
Zinc Application Framework
(Zinc Software)
Intel Performance Library Suite (Intel)
Intel Performance Library Suite
(Intel)
Image Processing Library
JPEG Library
Math Kernel Library
Recognition Primitives Library
Signal Processing Library
ObjectSpace C++ <ToolKit> (ObjectSpace)
ObjectSpace C++ <ToolKit>
(ObjectSpace)
Communications<ToolKit>
Foundations<ToolKit>
Internet<ToolKit>
Standards<ToolKit>
Systems<ToolKit>
Web<ToolKit>
Rogue Wave Libraries (Rogue Wave Software)
Rogue Wave Libraries
(Rogue Wave Software)
Analytics.h++
DBTools.h++
Money.h++
Standard C++ Library
Threads.h++
Tools.h++
Tools.h++ Professional
Standard Template Library (STL)
A Modest STL Tutorial
(Jak Kirman)
A Tiny STL Primer
(David Harvey)
Effective STL
(David Harvey)
STL Newbie Guide
(Mumit Khan)
STL Online Reference Home Page
(Kenny Zalewski)
STL Programmer's Guide
(Silicon Graphics & Hewlett-Packard)
Standard Template Library Programmer's Guide
(EarthWeb)
The SGI Standard Template Library
(Dr. Dobb's Journal)
The STL
(David R. Musser)
The STL Made Simple
(Bruce Eckel)
The STL Tutorial
(Johannes Weidl)
Others
CodeWeb: Data Mining Software Development Experience
(Amir Michail)
Other Software
Dynace Object Oriented Extension To C
(Blake McBride )
Other Resources
C++Builder 1.0 Jump Center
(The Delphi Super Page)
C++
(René Eng)
C/C++ Snippets
(niklas.olsson)
C++ Resources Collection
(Code Beach)
C++ Code Collection
(Sacred.dk)
DevX Product Guide
(DevX)
Favorite Source Code Links
(CUJ)
Free Source Code
(About.com)
G.L.A.D. Components for Borland Delphi and C++Builder developers
(Greg Lief)
Glg Toolkit
(Generic Logic)
OpenC++
(Shigeru Chiba)
Our Favorite Source Code Sites
(Miller Freeman)
Powersoft Power++ Code
(Bill Klein)
Powersoft Power++ Components
(Bill Klein)
Source code
(Robert Davies)
posted on 2006-08-08 17:54
四海
閱讀(899)
評(píng)論(1)
編輯
收藏
引用
所屬分類:
c++
FeedBack:
#
Hello!
2006-11-03 05:19
xujiashuai
Hello! I just studied use M S N Not the good friend I wants to look for several friends Wants to make the friend with me Please add my M S N; Woainidashuai@hotmail.com
回復(fù)
更多評(píng)論
刷新評(píng)論列表
只有注冊(cè)用戶
登錄
后才能發(fā)表評(píng)論。
網(wǎng)站導(dǎo)航:
博客園
IT新聞
BlogJava
博問(wèn)
Chat2DB
管理
Copyright ©2025 四海 Powered by:
博客園
模板提供:
滬江博客
青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
亚洲国产裸拍裸体视频在线观看乱了中文
|
亚洲视频一二
|
欧美a一区二区
|
卡一卡二国产精品
|
欧美成人有码
|
99国产精品久久久久老师
|
亚洲视频在线观看三级
|
欧美一区二区三区日韩
|
欧美综合激情网
|
欧美黑人一区二区三区
|
国产精品欧美日韩久久
|
在线欧美视频
|
一区二区黄色
|
久久手机精品视频
|
亚洲美女视频在线观看
|
午夜激情综合网
|
欧美**人妖
|
国产精品一区二区三区久久久
|
国产欧美日韩免费
|
在线观看不卡av
|
一区二区三区免费在线观看
|
亚洲欧美美女
|
欧美粗暴jizz性欧美20
|
亚洲视频一二三
|
欧美成人久久
|
国产日韩欧美不卡在线
|
亚洲日韩视频
|
小黄鸭精品密入口导航
|
欧美在线视频一区二区
|
欧美激情亚洲视频
|
亚洲欧美国产毛片在线
|
女同性一区二区三区人了人一
|
欧美午夜美女看片
|
亚洲国产一区二区三区青草影视
|
在线免费日韩片
|
午夜久久美女
|
亚洲日本中文字幕免费在线不卡
|
亚洲欧美美女
|
欧美体内she精视频
|
最新日韩在线视频
|
久久天天狠狠
|
亚洲欧美在线另类
|
欧美性猛交视频
|
亚洲欧洲一区二区三区
|
久久久久五月天
|
亚洲在线观看视频
|
欧美视频免费看
|
中日韩视频在线观看
|
亚洲国产精品一区二区三区
|
欧美三级在线视频
|
亚洲精品国产精品国产自
|
久久亚洲精品一区二区
|
亚洲男人的天堂在线观看
|
欧美日韩一区免费
|
日韩系列在线
|
久久蜜臀精品av
|
久久久久久久久久久久久9999
|
国产精品日韩在线观看
|
日韩一级视频免费观看在线
|
91久久久久
|
欧美成人免费在线视频
|
亚洲欧洲日本国产
|
欧美激情一区二区在线
|
久久久青草青青国产亚洲免观
|
国产一区二区三区在线观看视频
|
亚洲性感美女99在线
|
一本色道久久综合精品竹菊
|
玖玖国产精品视频
|
激情伊人五月天久久综合
|
久久久亚洲高清
|
久久久久久久久一区二区
|
好看的日韩视频
|
欧美在线黄色
|
久久久久国产精品厨房
|
亚洲国产精品免费
|
亚洲人人精品
|
欧美小视频在线
|
久久精品一区二区三区不卡
|
久久精品99无色码中文字幕
|
亚洲第一区在线观看
|
亚洲精品在线看
|
国产精品欧美激情
|
久久综合狠狠综合久久综合88
|
免费欧美电影
|
亚洲视频1区
|
亚洲裸体视频
|
久久久久免费观看
|
欧美**字幕
|
亚洲免费视频网站
|
性色av一区二区三区在线观看
|
国产欧美一二三区
|
麻豆精品传媒视频
|
欧美精品久久天天躁
|
午夜在线视频一区二区区别
|
亚洲欧美中文字幕
|
91久久久久久国产精品
|
亚洲精品欧美日韩
|
国产乱子伦一区二区三区国色天香
|
亚洲无吗在线
|
久久在线免费视频
|
亚洲欧美区自拍先锋
|
久久精品国产久精国产爱
|
亚洲电影免费观看高清完整版在线
|
欧美成人一区二区三区
|
欧美激情一区二区三区全黄
|
欧美国产日韩在线
|
欧美日韩免费观看一区三区
|
久久精品夜色噜噜亚洲aⅴ
|
久久伊人精品天天
|
这里只有精品电影
|
亚洲欧美三级伦理
|
亚洲国产精品成人一区二区
|
亚洲一区二区欧美日韩
|
国产一区久久
|
亚洲精品视频一区二区三区
|
国产综合激情
|
亚洲伦理自拍
|
狠久久av成人天堂
|
亚洲精品影视在线观看
|
国产精品夫妻自拍
|
亚洲国产日韩一区
|
好吊日精品视频
|
宅男噜噜噜66国产日韩在线观看
|
韩国女主播一区二区三区
|
亚洲欧美日韩网
|
亚洲欧美综合另类中字
|
国产精品国产精品
|
亚洲婷婷在线
|
亚洲色图自拍
|
欧美日韩国产色视频
|
亚洲激情午夜
|
亚洲乱亚洲高清
|
欧美福利视频一区
|
欧美激情精品久久久久久
|
激情综合在线
|
久久精品国产一区二区电影
|
亚洲精品欧美一区二区三区
|
亚洲国产精品久久久久秋霞影院
|
久久精品国产精品
|
亚洲视频在线观看免费
|
欧美刺激午夜性久久久久久久
|
久久免费视频这里只有精品
|
亚洲综合国产
|
欧美日韩在线视频一区
|
亚洲大片在线观看
|
精品动漫一区
|
久久综合国产精品
|
在线看日韩av
|
亚洲欧美日韩天堂
|
亚洲黄色影片
|
日韩视频一区二区
|
欧美精品午夜视频
|
亚洲毛片一区
|
亚洲老司机av
|
欧美日韩国产综合网
|
日韩一区二区精品
|
亚洲一区二区不卡免费
|
国产精品白丝黑袜喷水久久久
|
99热精品在线
|
一本不卡影院
|
国产精品一卡
|
久久久激情视频
|
欧美激情一区二区三区高清视频
|
一区二区三区毛片
|
国产资源精品在线观看
|
久久久久久久一区二区三区
|
亚洲激情视频在线
|
亚洲一区二区在线播放
|
国产视频在线观看一区二区
|
久久久久久穴
|
这里只有精品视频
|
欧美1区视频
|
亚洲欧美综合精品久久成人
|
在线成人www免费观看视频
|
欧美区国产区
|
久久精品国产v日韩v亚洲
|
亚洲免费高清
|
欧美成人精品高清在线播放
|
亚洲在线成人
|
亚洲精品美女久久久久
|
国产午夜精品在线观看
|
欧美日本亚洲韩国国产
|
欧美一区二区三区视频在线观看
|
亚洲高清成人
|
久久综合电影
|
欧美一区二区三区日韩视频
|
91久久精品国产
|
国产在线观看一区
|
国产精品初高中精品久久
|
免费日韩av片
|
久久久999国产
|
亚洲欧美一区二区视频
|
欧美大片在线看
|
老司机成人在线视频
|
欧美一乱一性一交一视频
|
日韩一级精品视频在线观看
|
精品成人一区二区三区
|
国产日韩精品久久久
|
国产精品国产三级欧美二区
|
欧美成人精品一区二区
|