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

cppreference.com
cppreference.com

cppreference.com
< cpp

, . ; , . C++, , ( - Doxygen).

/* */ (1)
// (2)
1) - ( ).
2) ++ - ( ).

3 .

C-

- , , . -, /* */; , . ++, /** */ , ; , , . - .

C++-

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

, C- #include () .

,

#if 0
    std::cout << "       \n";
#endif

if(false) {
    std::cout << "    \n"
}

/*   -  
  */
/*    */

/**************
 *        *, 
 *       
 */

//   ++-    

//   
//     

#include <iostream>

int main() {

  //    ,
  //  ABC  "1",   "1//2134",   
  // "1  "

  #define ABC 1//2134
  std::cout << ABC << "  \n";

  //     
  // return 1;

  //    
  return 0;
}

:

1  



Web Proxy Viewer  |  New URL  |  Original Page