CrazYmonkeY159
Expert Member
So I have a couple of questions
lets say for example I want to find out how string::find() works in C++ what should I do? I dont mean trying to find out how to use it and what its used for, I mean if I want to find out how string::find() is implemented (in code) where can I find that out?
Also where can I found the header files for various classes (like math.h or algorithm)
If I am without internet and ive forgotten how to insert items into a vector what can I do?
Using Linux.
tl;dr, how can i "see" various implementations of methods/classes in c++ and is there documentation for c++ (like man pages). if so where can i find it.
lets say for example I want to find out how string::find() works in C++ what should I do? I dont mean trying to find out how to use it and what its used for, I mean if I want to find out how string::find() is implemented (in code) where can I find that out?
Also where can I found the header files for various classes (like math.h or algorithm)
If I am without internet and ive forgotten how to insert items into a vector what can I do?
Using Linux.
tl;dr, how can i "see" various implementations of methods/classes in c++ and is there documentation for c++ (like man pages). if so where can i find it.