Electroneum
parsebyparts.cpp File Reference
#include <iostream>
Include dependency graph for parsebyparts.cpp:

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 172 of file parsebyparts.cpp.

172  {
173  std::cout << "This example requires C++11 compiler" << std::endl;
174 }