Re: char**
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Sat, 30 Aug 2008 10:29:55 -0700
MN <mazouz.nezhate@xxxxxxxxx> writes:
I have a question :
How to understand the mean of char** type ?
In your later followup, you said you had a function returning an
array. (Actually, a function can't directly return an array.)
Read section 6 of the comp.lang.c FAQ, <
http://www.c-faq.com/>.
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <
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"
.
Relevant Pages
- Re: Window Management
... (* prompt is a string resource identifier specifying the string ... PROCEDURE YesNoCancel(prompt: ARRAY OF CHAR; ... VAR INOUT response: ARRAY OF CHAR): BOOLEAN; ... (comp.lang.ada) - Window Management
... (* prompt is a string resource identifier specifying the string ... PROCEDURE YesNoCancel(prompt: ARRAY OF CHAR; ... VAR INOUT response: ARRAY OF CHAR): BOOLEAN; ... (comp.lang.ada) - Re: Pointer
... require in input a pointer char: ... unsafe public static extern int OpenFile; ... What is it pointing to exactly, is it pointing to a "Unicode character" array or is it pointing to a "Single byte character" array or is it pointing to something else? ... (microsoft.public.dotnet.languages.csharp) - Re: Pointer
... require in input a pointer char: ... unsafe public static extern int OpenFile; ... What is it pointing to exactly, is it pointing to a "Unicode character" array or is it ... (microsoft.public.dotnet.languages.csharp) - Re: Problem with va_ macros and arrays of arrays
... > the arrays passed to a ... > specific char, somewhat similar to what the standard function ... that with an array of struct, or possibly a pointer to a dynamic array ... > As I'm still a beginner in C without a copy of the standard I ... (comp.lang.c) |
|