Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSelect ListView Control`s item Pin
bhat12-Mar-08 3:01
bhat12-Mar-08 3:01 
GeneralRe: Select ListView Control`s item Pin
Rajkumar R12-Mar-08 3:24
Rajkumar R12-Mar-08 3:24 
GeneralRe: Select ListView Control`s item Pin
bhat12-Mar-08 3:41
bhat12-Mar-08 3:41 
QuestionHow to allocate multi-dimensional pointer in c and c++? for example: char*** str; Pin
Gofur Halmurat12-Mar-08 2:48
Gofur Halmurat12-Mar-08 2:48 
AnswerRe: How to allocate multi-dimensional pointer in c and c++? for example: char*** str; Pin
toxcct12-Mar-08 2:59
toxcct12-Mar-08 2:59 
GeneralRe: How to allocate multi-dimensional pointer in c and c++? for example: char*** str; Pin
Gofur Halmurat12-Mar-08 3:03
Gofur Halmurat12-Mar-08 3:03 
AnswerRe: How to allocate multi-dimensional pointer in c and c++? for example: char*** str; Pin
David Crow12-Mar-08 3:01
David Crow12-Mar-08 3:01 
GeneralRe: How to allocate multi-dimensional pointer in c and c++? for example: char*** str; Pin
Gofur Halmurat12-Mar-08 3:07
Gofur Halmurat12-Mar-08 3:07 
Thanks for your reply?
it helped to think that way in your code.

<br />
char** pString;<br />
pString = (char**)calloc(32,sizeof(char*));<br />
for(int i=0;i<32;i++)<br />
{<br />
pString[i]=(char*)calloc(32,sizeof(char));<br />
}<br />


do u think it is right what i did?

thanks

It is never late to learn

GeneralRe: How to allocate multi-dimensional pointer in c and c++? for example: char*** str; Pin
Gofur Halmurat12-Mar-08 3:09
Gofur Halmurat12-Mar-08 3:09 
QuestionCould not update; currently locked by user - VC + Access + Windows XP Pin
SelvaKr12-Mar-08 2:18
SelvaKr12-Mar-08 2:18 
QuestionRe: Could not update; currently locked by user - VC + Access + Windows XP Pin
David Crow12-Mar-08 2:37
David Crow12-Mar-08 2:37 
GeneralRe: Could not update; currently locked by user - VC + Access + Windows XP Pin
SelvaKr12-Mar-08 2:50
SelvaKr12-Mar-08 2:50 
QuestionRe: Could not update; currently locked by user - VC + Access + Windows XP Pin
David Crow12-Mar-08 2:57
David Crow12-Mar-08 2:57 
GeneralDeducing Function Template Arguments Pin
George_George12-Mar-08 1:49
George_George12-Mar-08 1:49 
GeneralRe: Deducing Function Template Arguments Pin
Matthew Faithfull12-Mar-08 4:47
Matthew Faithfull12-Mar-08 4:47 
GeneralRe: Deducing Function Template Arguments Pin
George_George12-Mar-08 14:15
George_George12-Mar-08 14:15 
Generalabout the dll and lib Pin
wendyyue12-Mar-08 1:25
wendyyue12-Mar-08 1:25 
GeneralRe: about the dll and lib Pin
Rajesh R Subramanian12-Mar-08 1:51
professionalRajesh R Subramanian12-Mar-08 1:51 
GeneralRe: about the dll and lib Pin
ThatsAlok1-Apr-09 19:01
ThatsAlok1-Apr-09 19:01 
GeneralRe: about the dll and lib Pin
Nathan Holt at EMOM12-Mar-08 5:40
Nathan Holt at EMOM12-Mar-08 5:40 
GeneralSerialization Pin
neha.agarwal2712-Mar-08 1:03
neha.agarwal2712-Mar-08 1:03 
GeneralRe: Serialization Pin
Rajkumar R12-Mar-08 2:21
Rajkumar R12-Mar-08 2:21 
Questioncan anybody help me in creating dll Pin
Deepu Antony12-Mar-08 0:41
Deepu Antony12-Mar-08 0:41 
AnswerRe: can anybody help me in creating dll Pin
Iain Clarke, Warrior Programmer12-Mar-08 1:26
Iain Clarke, Warrior Programmer12-Mar-08 1:26 
GeneralRe: can anybody help me in creating dll Pin
Rajesh R Subramanian12-Mar-08 1:49
professionalRajesh R Subramanian12-Mar-08 1:49 

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.