Click here to Skip to main content
15,887,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Bluetooth Block Pin
David Crow18-Aug-10 2:07
David Crow18-Aug-10 2:07 
AnswerRe: Bluetooth Block Pin
tanu misra18-Aug-10 18:55
tanu misra18-Aug-10 18:55 
QuestionRe: Bluetooth Block Pin
David Crow19-Aug-10 2:09
David Crow19-Aug-10 2:09 
AnswerRe: Bluetooth Block Pin
tanu misra19-Aug-10 18:26
tanu misra19-Aug-10 18:26 
GeneralRe: Bluetooth Block Pin
David Crow20-Aug-10 2:52
David Crow20-Aug-10 2:52 
GeneralRe: Bluetooth Block Pin
tanu misra5-Sep-10 20:12
tanu misra5-Sep-10 20:12 
GeneralRe: Bluetooth Block Pin
tanu misra20-Sep-10 18:36
tanu misra20-Sep-10 18:36 
Questionwhat is "wofstream" useful for?!! Pin
Joseph Marzbani3-Aug-10 17:51
Joseph Marzbani3-Aug-10 17:51 
as I've heard, the class wofstream narrows every thing when it writes to a file. that is it converts every wide character to a single byte one and then writes it to the file. in this way you can't have such a thing as:
<br />
wofstream out(L"foo.txt");<br />
out << L"unicode string";<br />

so there is one question: what's this WIDE class useful for?!! how you name it WIDE version of "ofstream" while it can't be used with wide characters?

and one more thing: why it takes a parameter of type char* as the file name? it's a wide class any way Smile | :)
QuestionRe: what is "wofstream" useful for?!! Pin
«_Superman_»3-Aug-10 18:27
professional«_Superman_»3-Aug-10 18:27 
AnswerRe: what is "wofstream" useful for?!! Pin
Joseph Marzbani3-Aug-10 19:15
Joseph Marzbani3-Aug-10 19:15 
GeneralRe: what is "wofstream" useful for?!! Pin
«_Superman_»3-Aug-10 20:02
professional«_Superman_»3-Aug-10 20:02 
GeneralRe: what is "wofstream" useful for?!! Pin
Joseph Marzbani3-Aug-10 22:02
Joseph Marzbani3-Aug-10 22:02 
GeneralRe: what is "wofstream" useful for?!! Pin
Aescleal3-Aug-10 22:15
Aescleal3-Aug-10 22:15 
GeneralRe: what is "wofstream" useful for?!! Pin
Joseph Marzbani3-Aug-10 22:47
Joseph Marzbani3-Aug-10 22:47 
GeneralRe: what is "wofstream" useful for?!! Pin
Aescleal4-Aug-10 0:32
Aescleal4-Aug-10 0:32 
GeneralRe: what is "wofstream" useful for?!! Pin
Joseph Marzbani4-Aug-10 2:03
Joseph Marzbani4-Aug-10 2:03 
AnswerRe: what is "wofstream" useful for?!! Pin
Aescleal3-Aug-10 22:05
Aescleal3-Aug-10 22:05 
GeneralRe: what is "wofstream" useful for?!! Pin
Joseph Marzbani3-Aug-10 22:53
Joseph Marzbani3-Aug-10 22:53 
GeneralRe: what is "wofstream" useful for?!! Pin
Richard MacCutchan4-Aug-10 3:26
mveRichard MacCutchan4-Aug-10 3:26 
QuestionTooltips can't be shown Pin
gaspher3-Aug-10 2:47
gaspher3-Aug-10 2:47 
QuestionRe: Tooltips can't be shown Pin
David Crow3-Aug-10 3:18
David Crow3-Aug-10 3:18 
AnswerRe: Tooltips can't be shown Pin
gaspher3-Aug-10 3:37
gaspher3-Aug-10 3:37 
GeneralRe: Tooltips can't be shown Pin
David Crow3-Aug-10 3:43
David Crow3-Aug-10 3:43 
QuestionHandling Abort for Long running operations in MFC Pin
MuraliKrishnaP3-Aug-10 0:54
MuraliKrishnaP3-Aug-10 0:54 
AnswerRe: Handling Abort for Long running operations in MFC Pin
Aescleal3-Aug-10 1:10
Aescleal3-Aug-10 1:10 

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.