Click here to Skip to main content
15,901,982 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 15:37
professionalRichard Andrew x6420-Nov-14 15:37 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 15:44
venkat swaminathan20-Nov-14 15:44 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 15:57
professionalRichard Andrew x6420-Nov-14 15:57 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:07
venkat swaminathan20-Nov-14 16:07 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 16:16
professionalRichard Andrew x6420-Nov-14 16:16 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:28
venkat swaminathan20-Nov-14 16:28 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 16:34
professionalRichard Andrew x6420-Nov-14 16:34 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:29
venkat swaminathan20-Nov-14 16:29 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 16:37
professionalRichard Andrew x6420-Nov-14 16:37 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:40
venkat swaminathan20-Nov-14 16:40 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 16:45
professionalRichard Andrew x6420-Nov-14 16:45 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:59
venkat swaminathan20-Nov-14 16:59 
GeneralEdit Control Problem Pin
Member 1114570919-Nov-14 14:12
Member 1114570919-Nov-14 14:12 
SuggestionRe: Edit Control Problem Pin
David Crow19-Nov-14 17:09
David Crow19-Nov-14 17:09 
GeneralRe: Edit Control Problem Pin
Member 1114570919-Nov-14 18:16
Member 1114570919-Nov-14 18:16 
QuestionOffice automation help Pin
Hadi Dayvary17-Nov-14 3:30
professionalHadi Dayvary17-Nov-14 3:30 
AnswerRe: Office automation help Pin
David Crow17-Nov-14 5:56
David Crow17-Nov-14 5:56 
GeneralRe: Office automation help Pin
Hadi Dayvary19-Nov-14 3:37
professionalHadi Dayvary19-Nov-14 3:37 
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 

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.