Skip to content

solus161/object_oriented_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcc -shared -fPIC -o liblistint.so listint.c
gcc test_listint.c -L /home/quangnguyen/projects/ooc/python_data_structure -llistint -o test_listint

gcc -shared -fPIC -o libnew.so new.c
gcc -shared -fPIC -o libpystruct.so pystruct.c
gcc test_pystruct.c -L /home/quangnguyen/projects/ooc/python_data_structure -lnew -lpystruct -o test_pystruct

# Calculator
Dont forget to add path of the project to `LD_LIBRARY_PATH`:
```
echo $LD_LIBRARY_PATH
xport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/projects/object_oriented_c/calculator
```

Then you can run `./test_calculator.o`

About

Mini projects and exercise on OOP C

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors