Code For seekg and seekp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • avinash6174
    New Member
    • Oct 2007
    • 7

    Code For seekg and seekp

    I need to know the code for seekg and seekp is implemented inside the complier..

    Thanks in advance ..
  • oler1s
    Recognized Expert Contributor
    • Aug 2007
    • 671

    #2
    So a good idea would be to read the source code for any open source compiler. Or rather, the implementation of the C runtime library. gcc wouldn't be a bad place to start.

    Comment

    Working...