Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 29th, 2008, 11:15 PM
Keith Thompson
Guest
 
Posts: n/a
Default Re: Use of Double Pointers

jameskuyper@verizon.net writes:
Quote:
stevenr...@gmail.com wrote:
Quote:
> I am pretty rusty when it comes to C. I am reading in input and
>trying to create of vector of pointers to store data based on spaces.
>I understand the idea of pointers, but I am having issues
>understanding on how to use char **. Below is the code I am running.
>In the code, I am storing input from the read command for traversing.
>How do I obtain the values from the array that is being referenced
>through the variable vPointer to? This is input from the user
>(characters).
>
This question properly belongs in comp.lang.c. I'm cross-posting this
response, and redirecting follow-ups to comp.lang.c only.
[...]

In addition to the advice James gave you, please avoid the term
"double pointer" to refer to a pointer to a pointer. A "double
pointer" would be a pointer to type double, which is a floating-point
type.

--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles