Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
start [2023/07/24 15:25] devastart [2023/07/24 15:25] (current) – [About Ctor] deva
Line 8: Line 8:
 "'ctor" is an often used short-hand form of the word "constructor" referring to the class function that sets up the internals of an object in object oriented programming - so the intended pronunciation of "ctor" is //constructor// but sometimes also referred to as //see-tor//. "'ctor" is an often used short-hand form of the word "constructor" referring to the class function that sets up the internals of an object in object oriented programming - so the intended pronunciation of "ctor" is //constructor// but sometimes also referred to as //see-tor//.
  
-Ctor.cc is a C++ based build system, making it possible to configure and build complex projects without writing a single line of non-C++.+Ctor is a C++ based build system, making it possible to configure and build complex projects without writing a single line of non-C++.
  
 It aims towards the feature-richness found in auto-tools and beyond, but with a compilation speed rivalling that of raw makefiles. It aims towards the feature-richness found in auto-tools and beyond, but with a compilation speed rivalling that of raw makefiles.