Computer program: Difference between revisions

Content deleted Content added
m C++: Removed italics from a term that is linked.
Line 879:
}}</ref> It is executed when the calling operation executes the <code>[[new and delete (C++)|new]]</code> statement.
 
A module's other file is the ''[[source code|source file]]''. Here is a C++ source file for the ''GRADE class'' in a simple school application:
 
<syntaxhighlight lang="cpp">