Click here to Skip to main content
15,860,859 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
SuggestionRe: i really need help with this Pin
David Crow30-Mar-19 5:33
David Crow30-Mar-19 5:33 
AnswerRe: i really need help with this Pin
Gerry Schmitz29-Mar-19 10:40
mveGerry Schmitz29-Mar-19 10:40 
AnswerRe: i really need help with this Pin
Vaclav_1-Apr-19 15:43
Vaclav_1-Apr-19 15:43 
QuestionPutting declared const into a print statement Pin
SEmmett28-Mar-19 10:45
SEmmett28-Mar-19 10:45 
AnswerRe: Putting declared const into a print statement Pin
k505428-Mar-19 11:01
mvek505428-Mar-19 11:01 
AnswerRe: Putting declared const into a print statement Pin
CPallini28-Mar-19 11:06
mveCPallini28-Mar-19 11:06 
GeneralRe: Putting declared const into a print statement Pin
SEmmett28-Mar-19 11:34
SEmmett28-Mar-19 11:34 
GeneralRe: Putting declared const into a print statement Pin
k505428-Mar-19 12:01
mvek505428-Mar-19 12:01 
In C/C++ consecutive string literals are catenated together
C++
cout << "hello " "world" << endl;
cout << "hello world" << endl;
both produce the same thing. I don't know why the C++11 standard requires a space between a literal and a string macro, but it probably has something to do with ambiguous parsing when no space is present.

As for the escaped quotes, if you mean
C++
client->print("<td style='width:30px; background-color:\" GREEN \"'>");
recall that \" embeds a double quote in a string, much like \n or \t embeds a new-line or a tab. If that's not what you were referring to, then maybe you could explain it better?
GeneralRe: Putting declared const into a print statement Pin
SEmmett28-Mar-19 14:53
SEmmett28-Mar-19 14:53 
QuestionHow i get any scan image source library ? Pin
ahmed_sa26-Mar-19 23:20
ahmed_sa26-Mar-19 23:20 
AnswerRe: How i get any scan image source library ? Pin
Richard MacCutchan26-Mar-19 23:49
mveRichard MacCutchan26-Mar-19 23:49 
QuestionI am trying to make a keyboard recorder for an app Pin
Member 1419098121-Mar-19 2:09
Member 1419098121-Mar-19 2:09 
AnswerRe: I am trying to make a keyboard recorder for an app Pin
Eddy Vluggen21-Mar-19 2:18
professionalEddy Vluggen21-Mar-19 2:18 
GeneralRe: I am trying to make a keyboard recorder for an app Pin
Member 1419098122-Mar-19 2:15
Member 1419098122-Mar-19 2:15 
GeneralRe: I am trying to make a keyboard recorder for an app Pin
Richard MacCutchan22-Mar-19 4:23
mveRichard MacCutchan22-Mar-19 4:23 
GeneralRe: I am trying to make a keyboard recorder for an app Pin
leon de boer24-Mar-19 6:54
leon de boer24-Mar-19 6:54 
GeneralRe: I am trying to make a keyboard recorder for an app Pin
Stefan_Lang24-Mar-19 22:25
Stefan_Lang24-Mar-19 22:25 
AnswerRe: I am trying to make a keyboard recorder for an app Pin
jschell23-Mar-19 5:37
jschell23-Mar-19 5:37 
GeneralRe: I am trying to make a keyboard recorder for an app Pin
Member 1419098127-Mar-19 2:02
Member 1419098127-Mar-19 2:02 
QuestionDot Net Version Pin
JM225119-Mar-19 20:44
JM225119-Mar-19 20:44 
GeneralRe: Dot Net Version Pin
David Crow20-Mar-19 4:09
David Crow20-Mar-19 4:09 
AnswerRe: Dot Net Version Pin
jschell23-Mar-19 5:39
jschell23-Mar-19 5:39 
AnswerRe: Dot Net Version Pin
Richard Deeming26-Mar-19 2:18
mveRichard Deeming26-Mar-19 2:18 
QuestionCADODatabase class: Currency parameters in SQL Pin
Don Stauffer18-Mar-19 12:31
Don Stauffer18-Mar-19 12:31 
AnswerRe: CADODatabase class: Currency parameters in SQL Pin
Richard MacCutchan18-Mar-19 22:41
mveRichard MacCutchan18-Mar-19 22:41 

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.