User forums > General (but related to Code::Blocks)

Question of function scanf()

(1/1)

EricKane:
where can i find implementation code of function scanf()?

stahta01:
Depends on the compiler and I have no idea where it is for any compiler.

Tim S

EricKane:
Sorry,
I'm using MinGW GCC Compiler,so where can i find it?

TDragon:

--- Quote from: Kane.zZ on March 15, 2007, 07:41:08 pm ---I'm using MinGW GCC Compiler,so where can i find it?

--- End quote ---
You can't; MinGW links the scanf() function from the MSVC runtime (msvcrt*.dll), for which the source is not available.

Roman:

--- Quote ---You can't; MinGW links the scanf() function from the MSVC runtime (msvcrt*.dll), for which the source is not available.
--- End quote ---

You can't. But FYI&F: there are sources for some of microsoft crt routines in MSVCDIR\Vc7\crt\ or so (if you have msvc installed and "install crt sources" option enabled)
Interesting thing is "strlen.asm" - it works fine, but i couldn't understand it (may be because of mental forces degradation due to my university studies).
After that thing I strongly respect microsoft guys.

Navigation

[0] Message Index

Go to full version