Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4024286
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:42:11+00:00 2026-05-20T10:42:11+00:00

I need the arguments that were passed to my process when it was started.

  • 0

I need the arguments that were passed to my process when it was started.
This means, of argv[] I need all but the first (which is my process’s name).

I am having trouble copying it, because of it being type char * argv[].
Can anyone give me the gist of how to do it properly, or perhaps a small code snippet. I’d prefer that to banging my head on the wall.

EDIT:

Clarifying my problem:

The key thing is I need all but the first argument of argv. So i can’t just send it off to other processes, as I am actually using it as an argument to execv.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:42:12+00:00Added an answer on May 20, 2026 at 10:42 am

    You wrote in a comment “My first program would have the argument list ‘pname otherpname -arg1 -arg2 -arg3’, and I want to use execv to call otherpname with -arg1 -arg2 -arg3.” In that case, the argument list you want to pass to execv is [otherpname -arg1 -arg2 -arg3] … the argument list passed to execv is exactly what otherpname’s main routine will see as argv, and it must include argv[0] which is conventionally the program name. Conveniently, that list is exactly what argv + 1 points to … no need to copy anything.

    [edit]
    However, you do have the problem of what to pass to execv as its first argument — the file name of the program to exec. Either otherpname needs to be a fully qualified path or you should use execvp, which searches PATH for the program.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

all! I need to read arguments from a file 'data' that consists of strings
I need to pass multiple arguments to a function that I would like to
I have need for a function pointer that takes two arguments and returns a
Okay first to explain the rules: I need a function that constructs a delegate
I'm writing a reflection-based RPC service that gets arguments passed in via a variety
The problem is that I need to create a new instance of the passed
I need to check if some option that can be passed to JVM is
I feel like this is really basic, but I'm having trouble with this issue.
I know arguments.length method , but this returns the number of arguments the function
I need to extract the arguments from a function Say, Function_1(arg1,agr2,....argn). Is it possible

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.