Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAdding Folder Paths Pin
Member 171940628-Jun-05 17:51
Member 171940628-Jun-05 17:51 
GeneralRe: Adding Folder Paths Pin
22491728-Jun-05 18:25
22491728-Jun-05 18:25 
GeneralRe: Adding Folder Paths Pin
Blake V. Miller29-Jun-05 19:16
Blake V. Miller29-Jun-05 19:16 
QuestionWhats Wrong for calling convention? Pin
lewislewis_lewis28-Jun-05 13:48
lewislewis_lewis28-Jun-05 13:48 
AnswerRe: Whats Wrong for calling convention? Pin
Rick York28-Jun-05 14:59
mveRick York28-Jun-05 14:59 
AnswerRe: Whats Wrong for calling convention? Pin
Cedric Moonen28-Jun-05 20:35
Cedric Moonen28-Jun-05 20:35 
GeneralTransparent Unicode/Ascii using STL Pin
Patje28-Jun-05 12:32
Patje28-Jun-05 12:32 
GeneralRe: Transparent Unicode/Ascii using STL Pin
John R. Shaw29-Jun-05 9:04
John R. Shaw29-Jun-05 9:04 
My first thought is to encapsulate the ASCII and UNICODE streams with in your own class (or template) then duplicate the methods. It may be as simple defining operators for both char and wchar_t (I dought it thou).
class transparentstream
{
    std::ofstream asciiFile;
    std::wofstream unicodeFile;
...
};


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
Generalwindow enumeration from pid Pin
c. s.28-Jun-05 12:29
c. s.28-Jun-05 12:29 
GeneralRe: window enumeration from pid Pin
Blake Miller28-Jun-05 12:50
Blake Miller28-Jun-05 12:50 
Generaldevice arrival message Pin
Ann6628-Jun-05 12:17
sussAnn6628-Jun-05 12:17 
General,device arrival message Pin
Anonymous28-Jun-05 12:11
Anonymous28-Jun-05 12:11 
GeneralBegin_message_map Pin
kongy7928-Jun-05 9:40
kongy7928-Jun-05 9:40 
GeneralRe: Begin_message_map Pin
David Crow28-Jun-05 10:35
David Crow28-Jun-05 10:35 
GeneralRe: Begin_message_map Pin
kongy7928-Jun-05 14:12
kongy7928-Jun-05 14:12 
QuestionHow to version a DLL generated by Message Compiler ? Pin
jlarsj28-Jun-05 9:39
jlarsj28-Jun-05 9:39 
QuestionHow do you Monitor a Windows Service? Pin
Rodney Sullivan28-Jun-05 7:56
Rodney Sullivan28-Jun-05 7:56 
AnswerRe: How do you Monitor a Windows Service? Pin
Blake Miller28-Jun-05 12:40
Blake Miller28-Jun-05 12:40 
GeneralRe: How do you Monitor a Windows Service? Pin
Rodney Sullivan29-Jun-05 4:52
Rodney Sullivan29-Jun-05 4:52 
GeneralRe: How do you Monitor a Windows Service? Pin
Blake Miller29-Jun-05 5:24
Blake Miller29-Jun-05 5:24 
GeneralRe: How do you Monitor a Windows Service? Pin
Rodney Sullivan29-Jun-05 5:59
Rodney Sullivan29-Jun-05 5:59 
GeneralRe: How do you Monitor a Windows Service? Pin
Blake Miller29-Jun-05 6:12
Blake Miller29-Jun-05 6:12 
GeneralRe: How do you Monitor a Windows Service? Pin
Rodney Sullivan29-Jun-05 7:31
Rodney Sullivan29-Jun-05 7:31 
GeneralRe: How do you Monitor a Windows Service? Pin
Blake Miller29-Jun-05 7:52
Blake Miller29-Jun-05 7:52 
GeneralSlider Control Why do I need CDialog::OnInitDialog(); Pin
jerry1211a28-Jun-05 6:47
jerry1211a28-Jun-05 6:47 

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.