Skip to content

hcyvan/pythonLike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

I want to create some python-like function. The name of these function are just like "basicnamepy". basicname is the function name in python. This c++ static library and head files alse include some useful funtion and macros for me.

use

1.The header and lib can be compiled by g++-4.9.2 and used on ubuntu11.01
make create "test" and "libmyLib.a"
"test" is the object of test.cc and libmyLib.a,which is use to test the pythonLike lib;libmyLib.a include:myLib.cc pyLib.cc element.cc
make clean remove myLib.o pyList.o element.o
make clean-all remove myLib.o pyList.o element.o libmyLib.a test
2.we can use pyList.h pyList.cc and py.h to initialize the use c++ like python
3.myLib.h inclue some usefull macros and the declare of myLib.cc

This repository is in building...

About

My c++ static library and head files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published