Hi
Quick question. Is it possible to find the source code for the predefined functions in C++
Tnaks

Recommended Answers

All 5 Replies

What compiler are you using?

Dev-C++
Which compiler could i use to check the source code
thx

Funny enough, there's no guarantee that the STL is actually written in C++. I was reading somewhere that infact sometimes it breaks the rules.. but it's ok because it's all sealed shut..
If you google "c++ dereferencing null pointer" you might find the article..

As for the other libs, have a browse through the Dev-C++ folder..

Go to Dev C++ folder. There might be a folder named library. Normally for all compilers they keep all the predefined header files here.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.