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 6161417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:28:32+00:00 2026-05-23T21:28:32+00:00

Okay, let’s say that I have b.exe, which takes a string argument. I want

  • 0

Okay, let’s say that I have b.exe, which takes a string argument.
I want to invoke b.exe within a.cpp, with system:

    string s1 = "hallo";
    system("b.exe s1");
    printf("s1 after invoke = %s",s1);

and this is the code in b.cpp:

    int main(string s)
    {
         s = "hello world";
         return 0; 
    }

what I want is, when I run a.exe, the output will be:

    s1 after invoke = hello world

is it possible to do that? basically, i just want to pass a variable to an exe, but it must be by reference, not only by value because I want that variable to be processed and modified within the exe that I invoked. I’ve already searched the solution on the internet, but it only provides me tha way to pass a variable by value to the exe, not by reference..

any suggestion will be very appreciated, but if possible, I want the suggestion in the form of the above correction code and include files, if any. thanks for your help 🙂

  • 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-23T21:28:34+00:00Added an answer on May 23, 2026 at 9:28 pm

    It is not possible to modify command line arguments among different processes. s1 is known only to A.CPP, and s is only known to B.CPP.

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

Sidebar

Related Questions

Okay, let's say we have a class defined like public class TestClass { private
Okay, so let's say I have a mysql database table with two columns, one
Let's say I have an NSSecureTextField in my app. Is it okay for me
Okay, here's the scenario. I have a utility that processes tons of records, and
Okay let me see if I can explain this right. In wordpress we have
Okay first let me tell you the story behind the question. We have a
Okay, so I already have a script to let users enter tags but I
I have this value from database: '2009-1-1 00:00:00', okay, let me paste my code:
Let's say I have the following code snippet: int i; double value; for(i =
Okay let me do a better job explaining this. Assume I have a person

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.