structs_getpwuid
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:An example of using structs with getpwuid()
Using Structs and getpwuid()
============================

Getting the files:
------------------
On the lab computers, use the command:

    git clone git://github.com/cwru-eecs338/structs_getpwuid.git

Lessons:
--------
* Creating structured types (structs)
* Initializing structs
* Accessing struct members (from varaible or pointer)
* Determining the memory size of a struct, and allocating on heap
* Using the `getpwuid()` call to get user information

Resources:
----------
The [Wikipedia article](http://en.wikipedia.org/wiki/Struct_%28C_programming_language%29 )
actually has a pretty good overview of struct syntax, etc.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。