×
Create a new article
Write your page title here:
We currently have 176 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
176Articles

C++: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
'''Author:''' Bjarne Stroustrup
'''Author:''' Bjarne Stroustrup '''Supported programming paradigms:''' procedural, object-oriented, generic. Based on on the C programming language. OOP in C++ was inspired by the Simula64 programming language. All C programs are valid C++ programs.
 
'''Supported programming paradigms:''' procedural, object-oriented, generic


= Function main() =
= Function main() =
Function main() is the entrypoint of an C++ application.
Function main() is the entrypoint of an C++ application.

Revision as of 14:25, 13 October 2024

Author: Bjarne Stroustrup Supported programming paradigms: procedural, object-oriented, generic. Based on on the C programming language. OOP in C++ was inspired by the Simula64 programming language. All C programs are valid C++ programs.

Function main()

Function main() is the entrypoint of an C++ application.