Click here to Skip to main content
15,914,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCopy a string to clipboard ? Pin
_skidrow_vn_21-May-03 14:21
_skidrow_vn_21-May-03 14:21 
AnswerRe: Copy a string to clipboard ? Pin
Dave Bryant21-May-03 15:29
Dave Bryant21-May-03 15:29 
GeneralRe: Copy a string to clipboard ? Pin
_skidrow_vn_22-May-03 10:48
_skidrow_vn_22-May-03 10:48 
AnswerRe: Copy a string to clipboard ? Pin
valikac21-May-03 19:32
valikac21-May-03 19:32 
QuestionHow do I make a window transparent for mouse clicks? Pin
Chris982021-May-03 13:44
Chris982021-May-03 13:44 
AnswerRe: How do I make a window transparent for mouse clicks? Pin
Michael Dunn21-May-03 14:57
sitebuilderMichael Dunn21-May-03 14:57 
GeneralRe: How do I make a window transparent for mouse clicks? Pin
Chris982021-May-03 16:24
Chris982021-May-03 16:24 
Generalstring operator == Pin
Makover21-May-03 13:35
Makover21-May-03 13:35 
I'm not sure - can we use the == operator on the basic_string templte, as in the following manner:


#include <iostream>
#include <string>

string s1 = "Hello" ;
string s2 = "Hello" ;
string s3 = "hell" ;

cout << (s1 == s2)   // yields 1
cout << (s1 == s3)   // yields 0


In some other languages (as in Java), == checks for equlity of memory location. Does basic_string have an overloaded == operator?
GeneralRe: string operator == Pin
Dave Bryant21-May-03 15:23
Dave Bryant21-May-03 15:23 
GeneralRe: string operator == Pin
Makover22-May-03 8:49
Makover22-May-03 8:49 
QuestionHow do I set up a simple test sending data through the com port?? Pin
IrishSonic21-May-03 12:54
IrishSonic21-May-03 12:54 
General(hopefully) easy WaitForMultipleObjects question Pin
Phil Hamer21-May-03 12:01
Phil Hamer21-May-03 12:01 
GeneralRe: (hopefully) easy WaitForMultipleObjects question Pin
Rage21-May-03 21:04
professionalRage21-May-03 21:04 
GeneralTechnical help and Ideas on Videoconferencing Pin
hassanmurtaza21-May-03 10:49
hassanmurtaza21-May-03 10:49 
GeneralFile Sharing Pin
DougW4821-May-03 10:38
DougW4821-May-03 10:38 
GeneralRe: File Sharing Pin
valikac21-May-03 11:10
valikac21-May-03 11:10 
GeneralChanging background Pin
MemLeak21-May-03 9:48
MemLeak21-May-03 9:48 
GeneralRe: Changing background Pin
valikac21-May-03 11:18
valikac21-May-03 11:18 
Generalcpropertysheet as a child Pin
Niko Tanghe21-May-03 8:16
Niko Tanghe21-May-03 8:16 
GeneralRe: cpropertysheet as a child Pin
includeh1021-May-03 8:27
includeh1021-May-03 8:27 
GeneralWierd Winsock problem Pin
JohnnyG21-May-03 8:13
JohnnyG21-May-03 8:13 
GeneralRe: Wierd Winsock problem Pin
JohnnyG21-May-03 9:09
JohnnyG21-May-03 9:09 
GeneralRe: Wierd Winsock problem Pin
AlexO21-May-03 10:01
AlexO21-May-03 10:01 
Questionwhere find &#8220;Common Toolbar Icons&#8221; 32bpp 24*24? Pin
Guy Lecomte21-May-03 7:58
Guy Lecomte21-May-03 7:58 
QuestionSimple newbie error; cout doesn't work!!? Pin
kleft21-May-03 7:29
kleft21-May-03 7:29 

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.