首页 > 技术文章 > (原).cc 和 .cpp 后缀结尾的文件的区别

assassin 2014-07-28 00:02 原文

This caused a few problems the first time C++ was ported to a system where case wasn't significant in the filename, however, and different users adopted different solutions: .cc.cpp.cxx and possibly others. Today,

非UNIX 系统中 

.cpp
Unix 系统中常用 .cc

 

推荐阅读