Click here to Skip to main content
15,888,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dll Not Working Correctly Pin
Jose Lamas Rios2-Sep-05 3:37
Jose Lamas Rios2-Sep-05 3:37 
Questionhow to define a const multileline string Pin
xiaohe5211-Sep-05 15:39
xiaohe5211-Sep-05 15:39 
AnswerRe: how to define a const multileline string Pin
followait1-Sep-05 15:42
followait1-Sep-05 15:42 
GeneralRe: how to define a const multileline string Pin
xiaohe5211-Sep-05 15:45
xiaohe5211-Sep-05 15:45 
GeneralRe: how to define a const multileline string Pin
Christian Graus1-Sep-05 15:55
protectorChristian Graus1-Sep-05 15:55 
GeneralRe: how to define a const multileline string Pin
Trollslayer1-Sep-05 21:58
mentorTrollslayer1-Sep-05 21:58 
AnswerRe: how to define a const multileline string Pin
xiaohe5211-Sep-05 16:23
xiaohe5211-Sep-05 16:23 
AnswerRe: how to define a const multileline string Pin
Jose Lamas Rios1-Sep-05 16:27
Jose Lamas Rios1-Sep-05 16:27 
Do you want it to be multiline only in your source code
const string TEMPLATE = "These three string literals will be "
                        "concatenated and the result assigned "
                        "to TEMPLATE as a single string";

or do you want it to contain multiple lines
const string TEMPLATE = "These are the first,\r\nsecond,\r\nand third lines";

or both?
const string TEMPLATE = "These are the first,\r\n"
                        "second,\r\n"
                        "and third lines";



--
jlr
http://jlamas.blogspot.com/[^]
GeneralRe: how to define a const multileline string Pin
xiaohe5211-Sep-05 16:34
xiaohe5211-Sep-05 16:34 
Questionhelp,can't create windows in constructor and OnCreate Pin
followait1-Sep-05 15:27
followait1-Sep-05 15:27 
AnswerRe: help,can't create windows in constructor and OnCreate Pin
Jose Lamas Rios1-Sep-05 17:07
Jose Lamas Rios1-Sep-05 17:07 
Generallike this Pin
followait1-Sep-05 18:13
followait1-Sep-05 18:13 
GeneralRe: like this Pin
Jose Lamas Rios2-Sep-05 3:06
Jose Lamas Rios2-Sep-05 3:06 
QuestionSolve Error Pin
Member 21610041-Sep-05 14:53
Member 21610041-Sep-05 14:53 
AnswerRe: Solve Error Pin
Christian Graus1-Sep-05 15:10
protectorChristian Graus1-Sep-05 15:10 
GeneralRe: Solve Error Pin
Member 21610041-Sep-05 16:37
Member 21610041-Sep-05 16:37 
GeneralRe: Solve Error Pin
Christian Graus1-Sep-05 16:38
protectorChristian Graus1-Sep-05 16:38 
GeneralRe: Solve Error Pin
Member 21610041-Sep-05 16:58
Member 21610041-Sep-05 16:58 
QuestionList of files in a directory Pin
bugDanny1-Sep-05 9:43
bugDanny1-Sep-05 9:43 
AnswerRe: List of files in a directory Pin
carks1-Sep-05 9:56
carks1-Sep-05 9:56 
GeneralRe: List of files in a directory Pin
bugDanny1-Sep-05 10:00
bugDanny1-Sep-05 10:00 
AnswerRe: List of files in a directory Pin
ThatsAlok1-Sep-05 16:19
ThatsAlok1-Sep-05 16:19 
GeneralRe: List of files in a directory Pin
sunit52-Sep-05 0:56
sunit52-Sep-05 0:56 
QuestionProblem automating IE MSHTML SELECT Element Pin
SureshMahanty1-Sep-05 8:27
SureshMahanty1-Sep-05 8:27 
AnswerRe: Problem automating IE MSHTML SELECT Element Pin
Jose Lamas Rios1-Sep-05 15:46
Jose Lamas Rios1-Sep-05 15:46 

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.