Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why do I need typecast hex? Pin
Richard MacCutchan11-May-18 6:25
mveRichard MacCutchan11-May-18 6:25 
GeneralRe: Why do I need typecast hex? Pin
Vaclav_11-May-18 6:34
Vaclav_11-May-18 6:34 
Questionconst char [] and char[] difference question Pin
focusdoit10-May-18 14:26
focusdoit10-May-18 14:26 
QuestionRe: const char [] and char[] difference question Pin
David Crow10-May-18 17:22
David Crow10-May-18 17:22 
AnswerRe: const char [] and char[] difference question Pin
Richard MacCutchan10-May-18 21:25
mveRichard MacCutchan10-May-18 21:25 
AnswerRe: const char [] and char[] difference question Pin
Victor Nijegorodov10-May-18 23:03
Victor Nijegorodov10-May-18 23:03 
GeneralRe: const char [] and char[] difference question Pin
samzcs11-May-18 2:24
samzcs11-May-18 2:24 
QuestionPlease advise me on C++ coding structure Pin
Vaclav_9-May-18 4:24
Vaclav_9-May-18 4:24 
I like to rebuild my Raspberry Pi code to have "top down" structure.
On top would be the device "primitives" class - for example LCD draw circle
In middle I like to have hardware specifics, maybe even protocol (SPI,I2C) specifics - BCMx processor
And finally the access to I/O "pins"

I was thinking of "cascaded C++ " hierarchy but it would not be C++ hierarchy for real.
Or just simple top class having supporting class as variable. Not sure how flexible that would be.

The idea is to be able to add another "top" device and reuse the supporting classes.
I hope this makes sense and if I have asked this before - just ignore OF.

Thanks
Cheers Vaclav
AnswerRe: Please advise me on C++ coding structure Pin
leon de boer9-May-18 4:44
leon de boer9-May-18 4:44 
QuestionHelp with C Pin
Faith Burnett5-May-18 10:28
Faith Burnett5-May-18 10:28 
AnswerRe: Help with C Pin
David Crow5-May-18 16:57
David Crow5-May-18 16:57 
GeneralRe: Help with C Pin
Faith Burnett5-May-18 19:08
Faith Burnett5-May-18 19:08 
QuestionHow to get value Pin
Vaclav_5-May-18 4:41
Vaclav_5-May-18 4:41 
AnswerRe: How to get value Pin
Richard MacCutchan5-May-18 5:47
mveRichard MacCutchan5-May-18 5:47 
GeneralRe: How to get value Pin
Vaclav_6-May-18 3:54
Vaclav_6-May-18 3:54 
GeneralRe: How to get value Pin
Richard MacCutchan6-May-18 4:48
mveRichard MacCutchan6-May-18 4:48 
GeneralRe: How to get value Pin
Vaclav_6-May-18 6:49
Vaclav_6-May-18 6:49 
QuestionWrapping c++ Pin
Member 129991324-May-18 22:48
Member 129991324-May-18 22:48 
AnswerRe: Wrapping c++ Pin
Richard MacCutchan5-May-18 1:26
mveRichard MacCutchan5-May-18 1:26 
GeneralRe: Wrapping c++ Pin
Member 129991325-May-18 5:06
Member 129991325-May-18 5:06 
GeneralRe: Wrapping c++ Pin
Richard MacCutchan5-May-18 5:42
mveRichard MacCutchan5-May-18 5:42 
QuestionMessage Closed Pin
2-May-18 23:33
Lapmangfpt2-May-18 23:33 
AnswerRe: help: list<struct> of list<string> Pin
Victor Nijegorodov2-May-18 23:57
Victor Nijegorodov2-May-18 23:57 
QuestionThe Breakpoint will not be hit the Source Code is different then the orignal Pin
ForNow30-Apr-18 16:08
ForNow30-Apr-18 16:08 
AnswerRe: The Breakpoint will not be hit the Source Code is different then the orignal Pin
Richard MacCutchan30-Apr-18 21:32
mveRichard MacCutchan30-Apr-18 21:32 

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.