Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Office automation help Pin
David Crow19-Nov-14 3:58
David Crow19-Nov-14 3:58 
Questionreserve string in c Pin
Mortadda jafar16-Nov-14 5:53
Mortadda jafar16-Nov-14 5:53 
AnswerRe: reserve string in c Pin
Condoriano Condoriano16-Nov-14 12:21
Condoriano Condoriano16-Nov-14 12:21 
Hi, I thing when you say poniter its pointer.
All strings and arrays in C are pointers so you cant change it.
However if you want to create a string otherwise you can use malloc, with malloc you can create one array of any size, you can see it here
But you have other way to do it, if you want to read a string for keyboard you may be need to use strdup() from string.h
GeneralRe: reserve string in c Pin
Mortadda jafar16-Nov-14 23:06
Mortadda jafar16-Nov-14 23:06 
GeneralRe: reserve string in c Pin
Richard MacCutchan16-Nov-14 23:44
mveRichard MacCutchan16-Nov-14 23:44 
Questionplz solution this programe???????????? Pin
Member 1123778816-Nov-14 3:08
Member 1123778816-Nov-14 3:08 
GeneralRe: plz solution this programe???????????? PinPopular
Richard MacCutchan16-Nov-14 3:43
mveRichard MacCutchan16-Nov-14 3:43 
GeneralRe: plz solution this programe???????????? Pin
David Crow17-Nov-14 5:58
David Crow17-Nov-14 5:58 
GeneralRe: plz solution this programe???????????? Pin
Richard MacCutchan17-Nov-14 6:11
mveRichard MacCutchan17-Nov-14 6:11 
AnswerRe: plz solution this programe???????????? Pin
Chris Losinger17-Nov-14 4:55
professionalChris Losinger17-Nov-14 4:55 
QuestionMenu change in IDE but not in running application Pin
Gagnon Claude14-Nov-14 10:50
Gagnon Claude14-Nov-14 10:50 
AnswerRe: Menu change in IDE but not in running application Pin
Richard Andrew x6414-Nov-14 12:51
professionalRichard Andrew x6414-Nov-14 12:51 
QuestionRe: Menu change in IDE but not in running application Pin
Richard MacCutchan14-Nov-14 21:29
mveRichard MacCutchan14-Nov-14 21:29 
QuestionHow to change the name of a tabbed pane Pin
Gagnon Claude12-Nov-14 9:10
Gagnon Claude12-Nov-14 9:10 
AnswerRe: How to change the name of a tabbed pane Pin
Richard MacCutchan12-Nov-14 21:18
mveRichard MacCutchan12-Nov-14 21:18 
Questionc++ help Pin
Member 1122785412-Nov-14 3:44
Member 1122785412-Nov-14 3:44 
AnswerRe: c++ help Pin
Richard MacCutchan12-Nov-14 4:21
mveRichard MacCutchan12-Nov-14 4:21 
GeneralRe: c++ help Pin
Member 1122785414-Nov-14 4:09
Member 1122785414-Nov-14 4:09 
GeneralRe: c++ help Pin
Richard MacCutchan14-Nov-14 6:10
mveRichard MacCutchan14-Nov-14 6:10 
AnswerRe: c++ help Pin
CPallini13-Nov-14 21:35
mveCPallini13-Nov-14 21:35 
GeneralRe: c++ help Pin
Member 1122785414-Nov-14 4:12
Member 1122785414-Nov-14 4:12 
GeneralRe: c++ help Pin
Albert Holguin14-Nov-14 4:14
professionalAlbert Holguin14-Nov-14 4:14 
GeneralRe: c++ help Pin
Member 1122785414-Nov-14 4:29
Member 1122785414-Nov-14 4:29 
GeneralRe: c++ help Pin
Maximilien14-Nov-14 4:58
Maximilien14-Nov-14 4:58 
SuggestionRe: c++ help Pin
David Crow14-Nov-14 16:24
David Crow14-Nov-14 16:24 

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.