Click here to Skip to main content
15,911,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: adding a list control to a string Pin
RobJones24-Jun-03 1:32
RobJones24-Jun-03 1:32 
QuestionHow to store data?Advice needed!! Pin
Svin23-Jun-03 23:24
Svin23-Jun-03 23:24 
AnswerRe: How to store data?Advice needed!! Pin
Andrew Walker24-Jun-03 0:09
Andrew Walker24-Jun-03 0:09 
GeneralRe: How to store data?Advice needed!! Pin
Svin24-Jun-03 0:31
Svin24-Jun-03 0:31 
GeneralRe: How to store data?Advice needed!! Pin
Andrew Walker24-Jun-03 3:08
Andrew Walker24-Jun-03 3:08 
QuestionHow to specify a series of data for a char array Pin
FlyingDancer23-Jun-03 22:52
FlyingDancer23-Jun-03 22:52 
AnswerRe: How to specify a series of data for a char array Pin
FlyingDancer23-Jun-03 22:55
FlyingDancer23-Jun-03 22:55 
GeneralRe: How to specify a series of data for a char array Pin
RChin23-Jun-03 23:12
RChin23-Jun-03 23:12 
or you can always do:

<code>
char A[] = _T("ABCD")
</code>


If you know the contents on declaration.This way you don't need to worry about the string fitting the array size. Its automatically sized for you.




"..Even my comments have bugs!"

Inspired by Toni78

GeneralRe: How to specify a series of data for a char array Pin
FlyingDancer23-Jun-03 23:22
FlyingDancer23-Jun-03 23:22 
GeneralRe: How to specify a series of data for a char array Pin
RChin23-Jun-03 23:36
RChin23-Jun-03 23:36 
GeneralRe: How to specify a series of data for a char array Pin
FlyingDancer24-Jun-03 0:33
FlyingDancer24-Jun-03 0:33 
GeneralRe: How to specify a series of data for a char array Pin
peterchen24-Jun-03 1:54
peterchen24-Jun-03 1:54 
GeneralEnumerating connections Pin
Jump_Around23-Jun-03 22:37
Jump_Around23-Jun-03 22:37 
Questionhow to convert char to date??? Pin
siong23-Jun-03 21:57
siong23-Jun-03 21:57 
AnswerRe: how to convert char to date??? Pin
Michael P Butler23-Jun-03 22:36
Michael P Butler23-Jun-03 22:36 
GeneralRe: how to convert char to date??? Pin
RChin23-Jun-03 23:14
RChin23-Jun-03 23:14 
GeneralI need a visual studio guru help please Pin
YaronNir23-Jun-03 21:36
YaronNir23-Jun-03 21:36 
GeneralRe: I need a visual studio guru help please Pin
Andrew Walker23-Jun-03 23:07
Andrew Walker23-Jun-03 23:07 
GeneralRe: I need a visual studio guru help please Pin
YaronNir23-Jun-03 23:10
YaronNir23-Jun-03 23:10 
GeneralRe: I need a visual studio guru help please Pin
Andrew Walker1-Jul-03 20:51
Andrew Walker1-Jul-03 20:51 
GeneralOLE mini server problem Pin
acosmin23-Jun-03 21:30
acosmin23-Jun-03 21:30 
General2) checking runing app/processes in the system Pin
YanivNahum23-Jun-03 21:24
YanivNahum23-Jun-03 21:24 
GeneralRe: 2) checking runing app/processes in the system Pin
David Crow24-Jun-03 2:47
David Crow24-Jun-03 2:47 
Generalsystem startup progrematicaly Pin
YanivNahum23-Jun-03 21:22
YanivNahum23-Jun-03 21:22 
GeneralRe: system startup progrematicaly Pin
Jump_Around23-Jun-03 22:33
Jump_Around23-Jun-03 22:33 

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.