Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanxiaomax/c_primer_plus_examples
https://github.com/hanxiaomax/c_primer_plus_examples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hanxiaomax/c_primer_plus_examples
- Owner: hanxiaomax
- Created: 2014-02-17T06:21:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T10:22:13.000Z (almost 11 years ago)
- Last Synced: 2023-08-13T02:31:05.179Z (over 1 year ago)
- Language: C
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
C primer plus examples
============####Examples in *c primer plus*
- 14-2-manybooks.c :结构体基本知识
- 14-4-friends.c : 指向结构体的指针
- 14-5-funds1.c: 向函数传递结构体信息