开发者

conversion of .cc file to object file

pl help how to convert a cc file to a object file.what is the command need for that and in which environ开发者_运维百科ment it will work


A .cc file is a typical extension for a C++ source code file (some others include .cxx and .cpp). A compiler is needed to turn it into an object file. One very popular encoder is g++:

g++ -c -o something.o something.cc
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜