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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:54:19+00:00 2026-06-13T10:54:19+00:00

I got quite confused when I came across char**, is it really necessary to

  • 0

I got quite confused when I came across char**, is it really necessary to cope with string?
For example:

double strtod(const char *nptr,char **endptr);

If endptr is not NULL, a pointer to the character that stopped the scan is stored at the location pointed to by endptr. —MSDN
This is quite complicated, why not just copy pointer to the character to endptr? All computations after the call can be achieved by passing the pointer’s value to endptr as I think.
Is char** really needed?

  • 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-06-13T10:54:20+00:00Added an answer on June 13, 2026 at 10:54 am

    Imagine there’s a type called my_type, and you have a function called foo() that needs a pointer to a my_type so that it can modify it:

    void foo(my_type *t);
    

    Now, lets look at how my_type is actually defined:

    typedef char* my_type;
    

    So it doesn’t matter if the type is already a pointer. If you want to pass a pointer to a variable of that type, you need its address. So the decomposition of:

    my_type *t
    

    would be:

    char **t
    

    Whenever you want a pointer to a variable of type char *, you need a char **.

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

Sidebar

Related Questions

I'm quite confused by something. I've got 2 select lists, and if you choose
I am learning the union bit of OCaml and I got quite confused. In
I've got quite a number of classes, which have got the standard set and
For background: I've got quite a nice TeamCity setup; containing a ci build and
I've got quite a few SQL statements like such: SELECT foo FROM things WHERE
This unix command I haven't got quite working on Mac yet - any ideas
I'm designing an MVC site, and I've already got quite a few things in
Yep -- the title pretty much sums it up. I've got quite a few
I got some quite strange errors compiling code under gcc. It tells me that
I've got a quite strange problem here. I'm calling some simple code via Ajax.Updater:

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.