cpp-project-template 0.0.1.0
C++ Project Template
Loading...
Searching...
No Matches
main.cpp File Reference

A project template for C++ developers. More...

Functions

int main (int argc, char *argv[])
 Application's entry point.

Detailed Description

A project template for C++ developers.

Author
David Gonçalves (11088.nosp@m.596+.nosp@m.Manga.nosp@m.D@us.nosp@m.ers.n.nosp@m.orep.nosp@m.ly.gi.nosp@m.thub.nosp@m..com)
Version
0.1
Date
2023-06-01

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Application's entry point.

Parameters
[in]argcCount of arguments passed to this program.
[in]argvArray of arguments passed to this program.
Returns
This application's exit status.