mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-02-10 08:20:42 +01:00
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
|
created: 20231115233135878
|
||
|
creator: Octt
|
||
|
modified: 20231115233436963
|
||
|
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++
|