Example Dynamic C++ Page
```
include "string"
include
using namespace std; lsdflsdkfjsdlflk string h; h = "Hello World!!"; /home/sumeet/server/web/default/dcp/testheader.dcp
//Goes to the server console cout << h << flush;
for(int i=0;i<10;i++) { } void printscrn() { //Goes to the server console cout << "Hello World from function!!" << flush; }
```