If a copy of the libraries is physically part of the executable, then we say the executable has been statically linked.if the executable merely contains filnames that enable the loader to find the pro... Read More
posted @ 2010-11-02 18:16 庚武 Views(348) Comments(0) Diggs(0) Edit
Objects in C must have exactly one definition, and they may have mutiple external declarations.Definition: occurs in only one place. specifies the type of an object; reserves storage for it; it is use... Read More
posted @ 2010-11-02 16:53 庚武 Views(158) Comments(0) Diggs(0) Edit
Symbol Meaning static Inside a function, retains its value between callsAt the function level, visible only in this file. extern Applied to a function definition, has global scope(and is redundant)App... Read More
posted @ 2010-11-02 01:16 庚武 Views(151) Comments(0) Diggs(0) Edit