Click here to Skip to main content
16,007,779 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: fopen and CStringArray Pin
Joe Woodbury9-Dec-02 19:18
professionalJoe Woodbury9-Dec-02 19:18 
Generalerror 1063 in StartServiceCtrlDispatcher Pin
maloo9-Dec-02 2:26
maloo9-Dec-02 2:26 
GeneralRe: error 1063 in StartServiceCtrlDispatcher Pin
Debs9-Dec-02 23:38
Debs9-Dec-02 23:38 
GeneralCTreeCtrl::OnLButtonUp doesn't get called Pin
Arjan Schouten9-Dec-02 2:22
Arjan Schouten9-Dec-02 2:22 
GeneralRe: CTreeCtrl::OnLButtonUp doesn't get called Pin
Tibor Blazko9-Dec-02 3:13
Tibor Blazko9-Dec-02 3:13 
GeneralRe: CTreeCtrl::OnLButtonUp doesn't get called Pin
Arjan Schouten9-Dec-02 3:30
Arjan Schouten9-Dec-02 3:30 
GeneralRe: CTreeCtrl::OnLButtonUp doesn't get called Pin
Tibor Blazko9-Dec-02 3:32
Tibor Blazko9-Dec-02 3:32 
GeneralTranslate Pin
hest9-Dec-02 1:43
hest9-Dec-02 1:43 
Hi,
I'm having some problems reading a file containing null-terminations.
When I try reading the file into a string, it stops at the first binary null ('\0').

On unix we have an excellent command, the tr command.
It would solve the problem:

To delete all NULL characters from a file, enter:
tr -d '\0' < textfile > newfile

Is there a way of either translating the NULL's, removing them or even skipping them?
If anyone have suggestions, please respond.
GeneralRe: Translate Pin
xi9049-Dec-02 1:51
xi9049-Dec-02 1:51 
GeneralRe: Translate Pin
jhwurmbach9-Dec-02 1:54
jhwurmbach9-Dec-02 1:54 
GeneralUsing IDL defined enums Pin
Martijn9-Dec-02 1:40
Martijn9-Dec-02 1:40 
GeneralGetClientSite returns NULL Pin
hdi99kf@syd.kth.se9-Dec-02 0:18
hdi99kf@syd.kth.se9-Dec-02 0:18 
QuestionCHtmlView ? Pin
Henrik_O9-Dec-02 0:09
Henrik_O9-Dec-02 0:09 
AnswerRe: CHtmlView ? Pin
Shaun Wilde9-Dec-02 0:34
Shaun Wilde9-Dec-02 0:34 
GeneralVC++ 7.0 compiltaion problem Pin
A victim of VC++ 7.09-Dec-02 0:03
sussA victim of VC++ 7.09-Dec-02 0:03 
GeneralRe: VC++ 7.0 compiltaion problem Pin
Chris Losinger9-Dec-02 5:00
professionalChris Losinger9-Dec-02 5:00 
GeneralHelp! Pin
Rage8-Dec-02 23:39
professionalRage8-Dec-02 23:39 
GeneralRe: Help! Pin
Michael P Butler8-Dec-02 23:54
Michael P Butler8-Dec-02 23:54 
GeneralRe: Help! Pin
~RaGE()9-Dec-02 0:15
suss~RaGE()9-Dec-02 0:15 
GeneralRe: Help! Pin
Michael P Butler9-Dec-02 0:38
Michael P Butler9-Dec-02 0:38 
GeneralWSACreateEvent unidentified ( beginner ) Pin
Ziban20008-Dec-02 23:25
Ziban20008-Dec-02 23:25 
GeneralRe: WSACreateEvent unidentified ( beginner ) Pin
Hans Ruck9-Dec-02 0:06
Hans Ruck9-Dec-02 0:06 
GeneralAdding support for version control software Pin
Henrik Husted8-Dec-02 23:22
Henrik Husted8-Dec-02 23:22 
GeneralDialog window always over main window Pin
rrrado8-Dec-02 22:19
rrrado8-Dec-02 22:19 
GeneralRe: Dialog window always over main window Pin
Christian Graus8-Dec-02 22:28
protectorChristian Graus8-Dec-02 22:28 

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.