Robertvokac (talk | contribs) (Created page with "'''Author:''' Bjourn Soustrup '''Supported programming paradigms:''' procedural, object-oriented, generic = Function main() = Function main() is the entrypoint of an C++ application.") |
Robertvokac (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''Author:''' | '''Author:''' Bjarne Stroustrup | ||
'''Supported programming paradigms:''' procedural, object-oriented, generic | '''Supported programming paradigms:''' procedural, object-oriented, generic |
Revision as of 14:23, 13 October 2024
Author: Bjarne Stroustrup
Supported programming paradigms: procedural, object-oriented, generic
Function main()
Function main() is the entrypoint of an C++ application.