Hi
I'm a shell script beginner. I use Bash, and have written a simple procedure to check if a named sub-directory exists in a list of directories. I use pushd to change to each directory in turn, and then popd to return to the start directory.
Each 'pushd' and 'popd' writes output (the new...
Hi
I'm a newbie to C++
I've been trying to find out the best way of initialising a static (private) data member of a class, which is an STL container (Multimap).
I know one can initialise 'simple' static member data types in the definition, by just applying the constructor. e.g. int...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.