Skip to main content

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

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums