Get Started. It's Free
or sign up with your email address
c/c++ by Mind Map: c/c++

1. c++

1.1. iso std c++

1.1.1. C Library

1.1.1.1. C Diagnostics Library(cassert)

1.1.1.2. Character handling functions(cctype)

1.1.1.3. C Errors(cerrno)

1.1.1.4. Characteristics of floating-point types(cfloat)

1.1.1.5. ISO 646 Alternative operator spellings(ciso646)

1.1.1.6. Sizes of integral types(climits)

1.1.1.7. C localization library(clocale)

1.1.1.8. C numerics library(cmath)

1.1.1.9. Non local jumps(csetjmp)

1.1.1.10. C library to handle signals(csignal)

1.1.1.11. Variable arguments handling(cstdarg)

1.1.1.12. C Standard definitions(cstddef)

1.1.1.13. C library to perform Input/Output operations(cstdio)

1.1.1.13.1. Operations on files

1.1.1.13.2. File access

1.1.1.13.3. Formatted input/output

1.1.1.13.4. Character input/output

1.1.1.13.5. Direct input/output

1.1.1.13.6. File positioning

1.2. boost c++

1.2.1. String and text processing

1.2.1.1. Conversion

1.2.1.2. Format

1.3. Sepecial Libs

1.3.1. Wt(C++ library and application server for developing and deploying web applications)

1.3.2. Qt(UI framework)

1.3.3. WebKit(Browser Engine)

2. c

2.1. iso c

2.2. posix

2.3. gnu libc

2.3.1. howto start

2.3.1.1. Header Files

2.3.1.2. Macro Definitions

2.3.1.3. Reserved Names

2.3.1.4. Feature Test Macros

2.3.2. Roadmap

2.3.2.1. Error Reporting

2.3.2.1.1. Checking for Errors

2.3.2.1.2. Error Codes

2.3.2.1.3. Error Messages

2.3.2.2. C Language Facilities

2.3.2.3. Virtual Memory Allocation And Paging

2.3.2.4. Character Handling

2.3.2.4.1. Introduction to Extended Characters

2.3.2.5. String and Array Utilities

2.3.2.6. Input/Output

2.3.2.6.1. Input/Output on Streams

2.3.2.6.2. Low-Level Input/Output

2.3.2.6.3. File System Interface

2.3.2.6.4. Pipes and FIFOs

2.3.2.6.5. Sockets

2.3.2.6.6. Low-Level Terminal Interface

2.3.2.6.7. Syslog

2.3.2.7. Mathematics

2.3.2.8. Arithmetic Functions

2.3.2.9. Searching and Sorting

2.3.2.10. Pattern Matching

2.3.2.11. Date and Time

2.3.2.12. Character Set Handling

2.3.2.13. Locales and Internationalization

2.3.2.14. Non-Local Exits

2.3.2.15. Signal Handling

2.3.2.16. Basic Program/System Interface

2.3.2.17. Processes

2.3.2.18. Job Control

2.3.2.19. System Databases and Name Service Switch

2.3.2.20. User Database and Group Database

2.3.2.21. System Management

2.3.2.22. System Configuration Parameters

2.4. Berkeley Unix

2.5. SVID

3. os

3.1. windows

3.2. unix

3.3. gnu/linux