Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Array of Pointers to Strings Pin
Chris Losinger29-Aug-02 11:26
professionalChris Losinger29-Aug-02 11:26 
GeneralRe: Array of Pointers to Strings Pin
Todd Smith29-Aug-02 13:26
Todd Smith29-Aug-02 13:26 
GeneralRe: Array of Pointers to Strings Pin
Brian Delahunty29-Aug-02 10:46
Brian Delahunty29-Aug-02 10:46 
GeneralRe: Array of Pointers to Strings Pin
Waleed Eissa29-Aug-02 11:11
Waleed Eissa29-Aug-02 11:11 
GeneralRe: Array of Pointers to Strings Pin
Prashant Panigrahi.29-Aug-02 11:11
sussPrashant Panigrahi.29-Aug-02 11:11 
GeneralRe: Array of Pointers to Strings Pin
Joaquín M López Muñoz29-Aug-02 11:21
Joaquín M López Muñoz29-Aug-02 11:21 
GeneralRe: Array of Pointers to Strings Pin
Null_Vector29-Aug-02 11:20
Null_Vector29-Aug-02 11:20 
GeneralRe: Array of Pointers to Strings Pin
Michael Dunn29-Aug-02 12:01
sitebuilderMichael Dunn29-Aug-02 12:01 
Waleed wrote:
pArray = "text1";
(pArray+1) = "text1";


You're not dereferencing the array correctly. The first element of pArray is pArray[0], the second is pArray[1], etc. pArray by itself is the entire array, and pArray+1 points past the end of the array.

--Mike--
Just released - RightClick-Encrypt v1.4 - Adds fast & easy file encryption to Explorer
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralEdit control -- detecting when no more text can be entered Pin
Anonymous29-Aug-02 10:38
Anonymous29-Aug-02 10:38 
GeneralRe: Edit control -- detecting when no more text can be entered Pin
Tomasz Sowinski29-Aug-02 10:52
Tomasz Sowinski29-Aug-02 10:52 
GeneralRe: Edit control -- detecting when no more text can be entered Pin
Anonymous29-Aug-02 10:57
Anonymous29-Aug-02 10:57 
GeneralWierd Letter Pin
Nick Parker29-Aug-02 9:39
protectorNick Parker29-Aug-02 9:39 
GeneralRe: Wierd Letter Pin
Joel Holdsworth29-Aug-02 9:57
Joel Holdsworth29-Aug-02 9:57 
GeneralRe: Wierd Letter Pin
Tomasz Sowinski29-Aug-02 10:06
Tomasz Sowinski29-Aug-02 10:06 
GeneralRe: Listview problems!!! AAAAAAAaaaaaaaaa Pin
Ray Cassick29-Aug-02 9:26
Ray Cassick29-Aug-02 9:26 
GeneralButton control for exiting a program Pin
Brad Jennings29-Aug-02 9:01
Brad Jennings29-Aug-02 9:01 
GeneralRe: Button control for exiting a program Pin
Carlos Antollini29-Aug-02 9:08
Carlos Antollini29-Aug-02 9:08 
GeneralRe: Button control for exiting a program Pin
Brad Jennings29-Aug-02 9:34
Brad Jennings29-Aug-02 9:34 
GeneralRe: Button control for exiting a program Pin
Joaquín M López Muñoz29-Aug-02 9:28
Joaquín M López Muñoz29-Aug-02 9:28 
GeneralRe: Button control for exiting a program Pin
Brad Jennings29-Aug-02 10:04
Brad Jennings29-Aug-02 10:04 
GeneralFile API Question Pin
Nick Parker29-Aug-02 8:37
protectorNick Parker29-Aug-02 8:37 
GeneralRe: File API Question Pin
Carlos Antollini29-Aug-02 8:48
Carlos Antollini29-Aug-02 8:48 
GeneralRe: File API Question Pin
Joaquín M López Muñoz29-Aug-02 9:02
Joaquín M López Muñoz29-Aug-02 9:02 
GeneralRe: File API Question Pin
Brian Delahunty29-Aug-02 10:06
Brian Delahunty29-Aug-02 10:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.