Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: antmd
  • Content: Threads
  • Order by date
  1. antmd

    Suppressing command output

    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...
  2. antmd

    Initialising STL Container which is Static member

    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...

Part and Inventory Search

Back
Top