dynarray.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 24 行
C
24 行
// Build don't link:// Special g++ Options: -ansi// Origin: Theo Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>// Special g++ Options:inline const unsigned& f(unsigned const& a) { return a;}template <class T>voidg(const unsigned n){ double D[f(n)];}template <class T,class U>void g(unsigned const int) { }int main(){ g<double>(18);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?