Click here to Skip to main content
15,920,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MouseWheel Question [fixed] Pin
Mark F.23-Oct-06 15:02
Mark F.23-Oct-06 15:02 
GeneralRe: MouseWheel Question Pin
Mark Salsbery23-Oct-06 15:20
Mark Salsbery23-Oct-06 15:20 
Questionchar* vs vectors vs std::string Pin
Wheatbread23-Oct-06 9:29
Wheatbread23-Oct-06 9:29 
AnswerRe: char* vs vectors vs std::string Pin
Zac Howland23-Oct-06 9:41
Zac Howland23-Oct-06 9:41 
GeneralRe: char* vs vectors vs std::string Pin
led mike23-Oct-06 9:52
led mike23-Oct-06 9:52 
GeneralRe: char* vs vectors vs std::string Pin
Nemanja Trifunovic23-Oct-06 10:00
Nemanja Trifunovic23-Oct-06 10:00 
GeneralRe: char* vs vectors vs std::string Pin
Zac Howland23-Oct-06 11:04
Zac Howland23-Oct-06 11:04 
GeneralRe: char* vs vectors vs std::string Pin
Zac Howland23-Oct-06 10:18
Zac Howland23-Oct-06 10:18 
led mike wrote:
So how does that solve all the synchronization issues?


It doesn't solve all synchronization issues. STL isn't threadsafe, so you have to use protection around any access to it anyway, but there are issues with passing strings around. I can't remember all the details (and I don't have my copy of Effective STL with me at the moment to look it up) off the top of my head.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: char* vs vectors vs std::string Pin
led mike23-Oct-06 11:34
led mike23-Oct-06 11:34 
AnswerRe: char* vs vectors vs std::string Pin
Nemanja Trifunovic23-Oct-06 9:45
Nemanja Trifunovic23-Oct-06 9:45 
AnswerRe: char* vs vectors vs std::string Pin
fat_boy23-Oct-06 23:43
fat_boy23-Oct-06 23:43 
QuestionCDialog access ! Pin
mostafa_pasha23-Oct-06 8:48
mostafa_pasha23-Oct-06 8:48 
QuestionRe: CDialog access ! Pin
David Crow23-Oct-06 9:37
David Crow23-Oct-06 9:37 
AnswerRe: CDialog access ! Pin
mostafa_pasha23-Oct-06 10:40
mostafa_pasha23-Oct-06 10:40 
GeneralRe: CDialog access ! Pin
Jörgen Sigvardsson23-Oct-06 11:23
Jörgen Sigvardsson23-Oct-06 11:23 
GeneralRe: CDialog access ! Pin
David Crow24-Oct-06 3:05
David Crow24-Oct-06 3:05 
AnswerRe: CDialog access ! Pin
Hamid_RT23-Oct-06 22:24
Hamid_RT23-Oct-06 22:24 
GeneralRe: CDialog access ! Pin
mostafa_pasha24-Oct-06 2:24
mostafa_pasha24-Oct-06 2:24 
GeneralRe: CDialog access ! Pin
Hamid_RT24-Oct-06 2:42
Hamid_RT24-Oct-06 2:42 
GeneralRe: CDialog access ! Pin
mostafa_pasha24-Oct-06 2:48
mostafa_pasha24-Oct-06 2:48 
GeneralRe: CDialog access ! Pin
Hamid_RT24-Oct-06 19:32
Hamid_RT24-Oct-06 19:32 
QuestionChecking if a file exists Pin
Giulio200023-Oct-06 8:37
Giulio200023-Oct-06 8:37 
AnswerRe: Checking if a file exists Pin
Mark Salsbery23-Oct-06 8:44
Mark Salsbery23-Oct-06 8:44 
AnswerRe: Checking if a file exists Pin
Zac Howland23-Oct-06 8:47
Zac Howland23-Oct-06 8:47 
AnswerRe: Checking if a file exists Pin
Giulio200023-Oct-06 8:56
Giulio200023-Oct-06 8:56 

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.