answersLogoWhite

0

The one with the libraries in.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you write a Linux function that will go to any directory then ls and pwd on it?

WHAT I NEED DONE in .bash_profile define a function go_show, that willGo to a specific directoryPrint your current locationPrint the contents of your current directoryThe directory this function takes you to will be specified as an argument to the function on the command line. You will need to use a positional parameter to do this


In dos what is the function of a parameter?

A parameter is a command-line switch or an argument to a function. We use parameters to specify the input variables for the commands or functions we invoke. For instance, when we want to list the contents of a directory or folder, we have to pass the directory or folder path to the appropriate command so that it knows which directory or folder to process.


Which header file must be included to use the function pow?

The std::pow() function can be found in the <cmath> header.


What is the command is used to remove directory in Linux?

Assuming the directory is in your Home directory use: rmdir directory-name This will fail if there are files within the directory. In this case, use rm -r directory-name.


What directory would you use to find out the capital city of a country?

you would use a country directory


Why would you use a subject directory?

what would you use a subject directory? give tow example


What is the command to verify your source directory exists?

There are several ways to verify a directory. You could use the following test in a shell script: if [ -d some-directory ]; then # directory exists else # directory does not exist fi of use commands such as 'ls 'to see if it exists.


What circumstances must an individual be given the opportunity to agree or object to the use and disclosure of their PHI?

An individual must be given the opportunity to agree or object to the use and disclosure of their PHI before their information is included in a facility directory


What circumstances must and individual be given the opportunity to agree or object to the use and disclosure of PHI?

An individual must be given the opportunity to agree or object to the use and disclosure of their PHI before their information is included in a facility directory


How will you CD to the parent directory of current directory in Linux?

Use the following command: cd .. The ".." indicates the parent of the current directory


How do you make your home directory the working directory?

Use the 'cd' command without any target; that always puts you in the home directory which becomes by default the working directory.


What is the a directory?

A directory in a computer is a section of the hard drive that contains files. A directory is important for file storage and easy accessibility for later use.