StackUser
StackUser

Reputation: 1612

where are standard libraries in Code Blocks?

I want to read the code of the implementation of the functions of string.h; I found only the header file... what kind of extension have I to search? .dll or .o? and how can i read them, which program should I use?

Upvotes: 0

Views: 2800

Answers (1)

Anoop Toffy
Anoop Toffy

Reputation: 916

Code::Blocks is an IDE. Hence you might what to check the source code from the Compiler it is using.

MinGW compilers collection is what I am using along with code blocks. So check for source there.

Upvotes: 2

Related Questions