Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
An example to show how to access data using raw pointers. This shows that you can use and manipulate data in either Python or C++ and have the changes reflected in both. |
int main | ( | int | argc, |
char ** | argv | ||
) |
An example to show how to access data using raw pointers. This shows that you can use and manipulate data in either Python or C++ and have the changes reflected in both.
Definition at line 18 of file fromdata.cpp.