Thread: A Simple Question
what called in programs when divide them in separate files?
know, game:
player.cpp
stats.cpp
, there's other big file link them together...'
in examples "player.cpp" , "stats.cpp", source files. cpp means c plus plus. in c++/c language, find other common files .h files. these header files contain declarations of class', methods, , data.
on linux system, compile using gnu make. rules of compilation placed in makefile. run "make" , compiles source/assets.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [all variants] A Simple Question
Ubuntu
Comments
Post a Comment