Demo Learning Module for the Page Editor

Code

“Code” should be selected to display codes. This format displays various codes as they are, without executing them directly. An option to download the code can also be displayed.

1
2
3
4
5
#include <iostream> 
int main(){
std::cout << "Hello World!" << std::endl;
return 0;
}

Video tutorial for inserting a Code

The code can also be made available as an application for download.

Return to overview



No comment has been posted yet.