Click here to Skip to main content
16,013,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Configure the Matlab Add-in for Visual Studio 6 to work within MSVisual C++. Pin
Rajkumar R22-Feb-08 21:37
Rajkumar R22-Feb-08 21:37 
GeneralGINA using finger print Pin
MozhdehQeraati22-Feb-08 18:41
MozhdehQeraati22-Feb-08 18:41 
QuestionNetwork IP Pin
mirtu22-Feb-08 18:25
mirtu22-Feb-08 18:25 
Generalextracting icon from exe or DLL Pin
act_x22-Feb-08 15:14
act_x22-Feb-08 15:14 
GeneralRe: extracting icon from exe or DLL Pin
markt22-Feb-08 16:09
markt22-Feb-08 16:09 
GeneralRe: extracting icon from exe or DLL Pin
User 238229222-Feb-08 20:18
User 238229222-Feb-08 20:18 
QuestionSaving string: fixed size array or pointer? Pin
Omegga22-Feb-08 11:40
Omegga22-Feb-08 11:40 
AnswerRe: Saving string: fixed size array or pointer? Pin
Mark Salsbery22-Feb-08 12:19
Mark Salsbery22-Feb-08 12:19 
With C, you don't have the advantages of the more modern string classes, so just
malloc'ing what you need for each string is probably the most memory efficient.

Note this is assuming in-memory storage....if you're referring to persistent storage, like a disk
file, then storing allocated pointers doesn't apply.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionCan I change the priority of "main" Pin
malaugh22-Feb-08 11:36
malaugh22-Feb-08 11:36 
AnswerRe: Can I change the priority of "main" Pin
Mark Salsbery22-Feb-08 12:15
Mark Salsbery22-Feb-08 12:15 
GeneralDetect the plugin of USB Pin
Royce Fickling22-Feb-08 10:51
Royce Fickling22-Feb-08 10:51 
GeneralRe: Detect the plugin of USB Pin
Mark Salsbery22-Feb-08 12:31
Mark Salsbery22-Feb-08 12:31 
Questionwininet issue Pin
Lucky the code machine22-Feb-08 9:15
Lucky the code machine22-Feb-08 9:15 
GeneralSHBrowseForFolder problem Pin
RomTibi22-Feb-08 6:05
RomTibi22-Feb-08 6:05 
GeneralRe: SHBrowseForFolder problem Pin
jhwurmbach22-Feb-08 6:14
jhwurmbach22-Feb-08 6:14 
GeneralRe: SHBrowseForFolder problem Pin
RomTibi22-Feb-08 6:22
RomTibi22-Feb-08 6:22 
GeneralRe: SHBrowseForFolder problem Pin
led mike22-Feb-08 6:57
led mike22-Feb-08 6:57 
GeneralRe: SHBrowseForFolder problem Pin
jhwurmbach22-Feb-08 7:01
jhwurmbach22-Feb-08 7:01 
GeneralRe: SHBrowseForFolder problem Pin
Mark Salsbery22-Feb-08 7:26
Mark Salsbery22-Feb-08 7:26 
GeneralRe: SHBrowseForFolder problem Pin
jhwurmbach22-Feb-08 7:33
jhwurmbach22-Feb-08 7:33 
GeneralRe: SHBrowseForFolder problem Pin
Mark Salsbery22-Feb-08 7:39
Mark Salsbery22-Feb-08 7:39 
GeneralRe: SHBrowseForFolder problem Pin
RomTibi23-Feb-08 20:48
RomTibi23-Feb-08 20:48 
General[Message Deleted] [modified]Sorry had to re-post Pin
djrasa22-Feb-08 5:39
djrasa22-Feb-08 5:39 
GeneralRe: HELP! HELP! HELP! PROGRAM WONT WORK Pin
djrasa22-Feb-08 5:40
djrasa22-Feb-08 5:40 
QuestionRe: HELP! HELP! HELP!PLEASE! Pin
djrasa22-Feb-08 5:45
djrasa22-Feb-08 5:45 

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.