Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

main() function requirements

Wei, Jimmy T edited this pageMar 10, 2023 ·1 revision

main() function requirements

  • The main() function must return int​
  • The two forms allowed are:​
    • int main() { body }​
    • int main( int argc, char *argv[] ) { body }​

Additional Information on DPC++ topics can be found in the book(pdf):

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp