开发者

conversion of .cc file to object file

开发者 https://www.devze.com 2023-02-14 13:09 出处:网络
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 workA .cc file is a typical extension for a C++ source code file (so

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

精彩评论

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

关注公众号