source code of c/c++ functions

前端 未结 14 2228
抹茶落季
抹茶落季 2020-11-28 04:33

I wanted to have a look at the implementation of different C/C++ functions (like strcpy, stcmp, strstr). This will help me in knowing good coding practices in c/c++. Could y

14条回答
  •  Happy的楠姐
    2020-11-28 05:25

    If you use Visual Studio Professional or Team, you should be able to find the source here:

    C:\Program Files\Microsoft Visual Studio 9.0\VC\crt\src

提交回复
热议问题