Horje
macro c++ Code Example
macro c++
#include <isotream>
#define print(x) std::cout << x << std::endl

int main(){
  std::string sentence = "Hello World!";
  print(sentence); // OUTPUT: Hello World!
}




Cpp

Related
10^18 data type in c++ Code Example 10^18 data type in c++ Code Example
unpack tuple c++ Code Example unpack tuple c++ Code Example
online c++ compiler Code Example online c++ compiler Code Example
q10 Code Example q10 Code Example
find space in string Code Example find space in string Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7