Click here to Skip to main content
15,890,506 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Run an app that loaded to ram Pin
«_Superman_»10-Feb-14 17:35
professional«_Superman_»10-Feb-14 17:35 
AnswerRe: Run an app that loaded to ram Pin
CPallini10-Feb-14 21:29
mveCPallini10-Feb-14 21:29 
Questionwhich design pattern to use ..when software needs to be OS independent Pin
manishakc9-Feb-14 23:59
manishakc9-Feb-14 23:59 
AnswerRe: which design pattern to use ..when software needs to be OS independent Pin
Richard MacCutchan10-Feb-14 0:09
mveRichard MacCutchan10-Feb-14 0:09 
GeneralRe: which design pattern to use ..when software needs to be OS independent Pin
manishakc10-Feb-14 17:03
manishakc10-Feb-14 17:03 
AnswerRe: which design pattern to use ..when software needs to be OS independent Pin
«_Superman_»10-Feb-14 17:38
professional«_Superman_»10-Feb-14 17:38 
SuggestionRe: which design pattern to use ..when software needs to be OS independent Pin
Albert Holguin11-Feb-14 5:10
professionalAlbert Holguin11-Feb-14 5:10 
AnswerRe: which design pattern to use ..when software needs to be OS independent Pin
Maximilien11-Feb-14 3:13
Maximilien11-Feb-14 3:13 
The Bridge[^] pattern is often use when code needs to be OS independent.

The pattern will help you split the abstract portable code with the actual non-portatble implementation.

For example, if you need to create a OS independent graphic toolkit, you will have a set of portable classes that will be use by the application developers on every OS; and a set of classes that will be dependent on the particular OS (for example GDI on windows , X11/XLib, cocoa (?) on Mac... ) framework.
I'd rather be phishing!

Questionmodbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 1:11
Member 102964189-Feb-14 1:11 
SuggestionRe: modbus tcp clent server with multiple slave id Pin
Richard MacCutchan9-Feb-14 1:42
mveRichard MacCutchan9-Feb-14 1:42 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 1:58
Member 102964189-Feb-14 1:58 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Richard MacCutchan9-Feb-14 2:14
mveRichard MacCutchan9-Feb-14 2:14 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 2:57
Member 102964189-Feb-14 2:57 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Richard MacCutchan9-Feb-14 3:08
mveRichard MacCutchan9-Feb-14 3:08 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 4:05
Member 102964189-Feb-14 4:05 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Richard MacCutchan9-Feb-14 6:04
mveRichard MacCutchan9-Feb-14 6:04 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Member 102964189-Feb-14 4:52
Member 102964189-Feb-14 4:52 
GeneralRe: modbus tcp clent server with multiple slave id Pin
Shyam Kodase12-Feb-14 19:55
Shyam Kodase12-Feb-14 19:55 
QuestionA problem regarding EOT Pin
chahthuranga8-Feb-14 20:32
chahthuranga8-Feb-14 20:32 
AnswerRe: A problem regarding EOT Pin
Richard MacCutchan8-Feb-14 23:48
mveRichard MacCutchan8-Feb-14 23:48 
GeneralRe: A problem regarding EOT Pin
chahthuranga9-Feb-14 0:03
chahthuranga9-Feb-14 0:03 
GeneralRe: A problem regarding EOT Pin
Richard MacCutchan9-Feb-14 0:10
mveRichard MacCutchan9-Feb-14 0:10 
GeneralRe: A problem regarding EOT Pin
chahthuranga9-Feb-14 1:32
chahthuranga9-Feb-14 1:32 
GeneralRe: A problem regarding EOT Pin
Richard MacCutchan9-Feb-14 1:40
mveRichard MacCutchan9-Feb-14 1:40 
GeneralRe: A problem regarding EOT Pin
chahthuranga9-Feb-14 2:01
chahthuranga9-Feb-14 2:01 

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.