[ Web Proxy ]
URL:
Viewing: https://ko.cppreference.com/cpp/comment [Back]  [Original]

- cppreference.com
cppreference.com

cppreference.com
< cpp

. . . C++ . .

/* comment */ (1)
// comment\n (2)

1) "C " "" .

2) "C++ " "" .

C

C . . C /* */ . . C++ /** */ . . . C .

C C C++ . C (C99 ) .

C++

C++ . C . C++ // .

/* C 
  */
/*   . */

// C++     .

//  
//   .

int main()
{
  //    .
  // return 1;

  //    .
  return 0;
}

Web Proxy Viewer  |  New URL  |  Original Page