![Nexcom EBC-3A1 Series User Manual Download Page 53](http://html.mh-extra.com/html/nexcom/ebc-3a1-series/ebc-3a1-series_user-manual_1681443053.webp)
53
3.6.
Program Languages
Program Languages Information
EMC-3011 provides below languages for user:
Language
Version
C/C++
4.7
Python
2.7.6
PHP
5.5.10
bash
4.3
Program Languages Example
Use different program languages to print “
Hello, World!
”
in terminal console.
C Example:
Filename: Hello.c
#include <stdio.h>
int main(void){
printf("Hello, World!\n");
return 0;
}
C++ Example:
Filename: Hello.cpp
#include <iostream>
using namespace std;
int main()
{
cout << "Hello,World!\n";
return 0;
}
Python Example:
Filename: Hello.py
# This program prints Hello, world!
print('Hello, world!')
Summary of Contents for EBC-3A1 Series
Page 9: ...9 ...
Page 10: ...10 Chapter 1 Product Overview This chapter provides background information of EBC 3A1 ...
Page 13: ...13 1 3 Block Diagram ...
Page 24: ...24 2 4 Mechanical Drawing ...
Page 25: ...25 Chapter 3 Software User Guide This chapter details the Linux operation on EBC 3A1 ...
Page 65: ...65 Chapter 5 BSP This chapter introduces how to get board BSP board support package ...