If the user starts my application with:
application argument , then argv[1] will contain the argument,am I right?I need to convert argv[1] to a normal string,so that I can use it in the program,does anyone know how I can do this?
thanks in advance for any help