mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-02-11 00:40:40 +01:00
14 lines
571 B
Plaintext
14 lines
571 B
Plaintext
created: 20231115233135878
|
|
creator: Octt
|
|
modified: 20231223210119928
|
|
modifier: Octt
|
|
tags:
|
|
title: C++
|
|
|
|
<<^wikipediaframe C++>>
|
|
|
|
* [[ISO C++ Standard Foundation|https://isocpp.org/]]
|
|
* [[mixing c and cpp|https://isocpp.org/wiki/faq/mixing-c-and-cpp]]
|
|
** [[What is the effect of extern "C" in C++?|https://stackoverflow.com/questions/1041866/what-is-the-effect-of-extern-c-in-c]], and how to use it in practice to effectively mix C and C++
|
|
* [[mingw - compiling g++ programs for windows 98?|https://stackoverflow.com/questions/25596221/g-programs-for-windows-98#50849554]]
|