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

C / C++ / MFC

 
GeneralRe: To write a c program to maintain a log of football match b/w 2 teams and then compare the results of the log entered by user and announce the winner. Pin
Tarun Jha27-Dec-17 0:23
Tarun Jha27-Dec-17 0:23 
GeneralRe: To write a c program to maintain a log of football match b/w 2 teams and then compare the results of the log entered by user and announce the winner. Pin
Richard MacCutchan27-Dec-17 0:25
mveRichard MacCutchan27-Dec-17 0:25 
GeneralRe: To write a c program to maintain a log of football match b/w 2 teams and then compare the results of the log entered by user and announce the winner. Pin
Tarun Jha27-Dec-17 1:09
Tarun Jha27-Dec-17 1:09 
AnswerRe: To write a c program to maintain a log of football match b/w 2 teams and then compare the results of the log entered by user and announce the winner. Pin
Tarun Jha27-Dec-17 1:11
Tarun Jha27-Dec-17 1:11 
AnswerRe: To write a c program to maintain a log of football match b/w 2 teams and then compare the results of the log entered by user and announce the winner. Pin
Vaclav_28-Dec-17 13:24
Vaclav_28-Dec-17 13:24 
GeneralRe: To write a c program to maintain a log of football match b/w 2 teams and then compare the results of the log entered by user and announce the winner. Pin
Victor Nijegorodov28-Dec-17 21:17
Victor Nijegorodov28-Dec-17 21:17 
GeneralRe: To write a c program to maintain a log of football match b/w 2 teams and then compare the results of the log entered by user and announce the winner. Pin
Tarun Jha31-Dec-17 12:30
Tarun Jha31-Dec-17 12:30 
QuestionClasses hierarchy? Pin
Vaclav_24-Dec-17 7:53
Vaclav_24-Dec-17 7:53 
I am trying to come up with “calling scheme” to be able to go "from top to bottom".
For example “clear LCD device” via I2C interface and connected to GPIO.
The “clear sequence from “top” is to
send device specific command - “clear”
output binary values of “clear command ” to SDA/SCL interface
output binary values to GPIO
I have a 3 levels basic / working inheritance scheme - with class representing the device , class representing I2C communication format and class representing the GPIO.
I am not sure plain direct inheritance of chain of classes is going to do the job.
I think I need to come up with “nesting” scheme instead of just plain direct inheritance chain using only instance of the “top” class.
Any suggestions will be appreciated.
Something like this, but it looks too scary
http://www.linuxtopia.org/online_books/programming_books/c++_practical_programming/c++_practical_programming_254.html
Cheers
Vaclav

PS Please do not ask for code or "what is it for ? " , this project is under construction and not ready for public scrutiny.
AnswerRe: Classes hierarchy? Pin
Rick York24-Dec-17 10:36
mveRick York24-Dec-17 10:36 
QuestionCode consuming lot of RAM (Memory) Pin
User 1350945018-Dec-17 23:21
professionalUser 1350945018-Dec-17 23:21 
AnswerRe: Code consuming lot of RAM (Memory) Pin
Manish K. Agarwal19-Dec-17 0:24
Manish K. Agarwal19-Dec-17 0:24 
GeneralRe: Code consuming lot of RAM (Memory) Pin
User 1350945019-Dec-17 0:30
professionalUser 1350945019-Dec-17 0:30 
GeneralRe: Code consuming lot of RAM (Memory) Pin
Manish K. Agarwal19-Dec-17 0:48
Manish K. Agarwal19-Dec-17 0:48 
GeneralRe: Code consuming lot of RAM (Memory) Pin
User 1350945019-Dec-17 2:02
professionalUser 1350945019-Dec-17 2:02 
QuestionRe: Code consuming lot of RAM (Memory) Pin
Jochen Arndt19-Dec-17 0:57
professionalJochen Arndt19-Dec-17 0:57 
AnswerRe: Code consuming lot of RAM (Memory) Pin
User 1350945019-Dec-17 2:01
professionalUser 1350945019-Dec-17 2:01 
GeneralRe: Code consuming lot of RAM (Memory) Pin
Jochen Arndt19-Dec-17 2:35
professionalJochen Arndt19-Dec-17 2:35 
AnswerRe: Code consuming lot of RAM (Memory) Pin
Jochen Arndt19-Dec-17 2:59
professionalJochen Arndt19-Dec-17 2:59 
QuestionRe: Code consuming lot of RAM (Memory) Pin
David Crow19-Dec-17 4:12
David Crow19-Dec-17 4:12 
AnswerRe: Code consuming lot of RAM (Memory) Pin
User 1350945019-Dec-17 5:14
professionalUser 1350945019-Dec-17 5:14 
AnswerRe: Code consuming lot of RAM (Memory) Pin
David Crow19-Dec-17 5:28
David Crow19-Dec-17 5:28 
AnswerRe: Code consuming lot of RAM (Memory) Pin
User 1350945019-Dec-17 10:03
professionalUser 1350945019-Dec-17 10:03 
AnswerRe: Code consuming lot of RAM (Memory) Pin
KarstenK20-Dec-17 6:47
mveKarstenK20-Dec-17 6:47 
QuestionGet Supported File System Pin
john563218-Dec-17 22:48
john563218-Dec-17 22:48 
AnswerRe: Get Supported File System Pin
Jochen Arndt18-Dec-17 23:03
professionalJochen Arndt18-Dec-17 23:03 

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.