Click here to Skip to main content
15,902,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get the byte order of a computer? Pin
Maxwell Chen13-Sep-07 22:30
Maxwell Chen13-Sep-07 22:30 
GeneralRe: How to get the byte order of a computer? Pin
kakan13-Sep-07 23:28
professionalkakan13-Sep-07 23:28 
GeneralRe: How to get the byte order of a computer? Pin
Azteke14-Sep-07 18:10
Azteke14-Sep-07 18:10 
QuestionReading microphone input Pin
Azteke13-Sep-07 19:35
Azteke13-Sep-07 19:35 
AnswerRe: Reading microphone input Pin
Russell'13-Sep-07 22:04
Russell'13-Sep-07 22:04 
GeneralRe: Reading microphone input Pin
Azteke14-Sep-07 18:12
Azteke14-Sep-07 18:12 
GeneralRe: Reading microphone input Pin
Russell'14-Sep-07 22:25
Russell'14-Sep-07 22:25 
QuestionReg. Structure variable [modified] Pin
rajaratk13-Sep-07 19:22
rajaratk13-Sep-07 19:22 
Hello,

Good Day!

Step 1:

struct user
{

unsigned short us_nbs;
unsigned short us_debit;
unsigned short us_flowctrl;
};

Step 2:

In another header file contains this:

"class C_User : public CObject, public user"

Step 3:

class C_Subscriber : public C_User

Step 4:
C_Subscriber subdeviceSubs = *lpSubscr;

Step 5:
I got that us_flowctrl value is "0" by executing this statement : subdeviceSubs.us_flowctrl. How?

Thanks in advance
Raja Ratheesh



-- modified at 1:56 Friday 14th September, 2007
AnswerRe: Reg. Structure variable Pin
Nishad S13-Sep-07 20:23
Nishad S13-Sep-07 20:23 
GeneralRe: Reg. Structure variable Pin
rajaratk13-Sep-07 22:47
rajaratk13-Sep-07 22:47 
GeneralRe: Reg. Structure variable Pin
Nishad S14-Sep-07 1:44
Nishad S14-Sep-07 1:44 
QuestionTab Order Pin
msr_codeproject13-Sep-07 17:10
msr_codeproject13-Sep-07 17:10 
AnswerRe: Tab Order Pin
Mark Salsbery13-Sep-07 18:07
Mark Salsbery13-Sep-07 18:07 
AnswerRe: Tab Order Pin
chandu00413-Sep-07 19:39
chandu00413-Sep-07 19:39 
GeneralRe: Tab Order Pin
Nishad S13-Sep-07 20:17
Nishad S13-Sep-07 20:17 
QuestionUpgrading old MFC look to .NET look Pin
Mojoturner13-Sep-07 16:42
Mojoturner13-Sep-07 16:42 
AnswerRe: Upgrading old MFC look to .NET look Pin
sps-itsec4613-Sep-07 22:21
sps-itsec4613-Sep-07 22:21 
Questionneed to give the number of middle Pin
youbo13-Sep-07 15:53
youbo13-Sep-07 15:53 
AnswerRe: need to give the number of middle Pin
David Crow13-Sep-07 17:22
David Crow13-Sep-07 17:22 
GeneralRe: need to give the number of middle Pin
youbo13-Sep-07 17:24
youbo13-Sep-07 17:24 
QuestionRe: need to give the number of middle Pin
David Crow14-Sep-07 2:28
David Crow14-Sep-07 2:28 
AnswerRe: need to give the number of middle [modified] Pin
carrivick13-Sep-07 19:23
carrivick13-Sep-07 19:23 
GeneralRe: need to give the number of middle Pin
youbo13-Sep-07 20:38
youbo13-Sep-07 20:38 
GeneralRe: need to give the number of middle Pin
carrivick15-Sep-07 2:48
carrivick15-Sep-07 2:48 
QuestionConvert DWORD_PTR back to my object Pin
paresh_joe13-Sep-07 9:48
paresh_joe13-Sep-07 9:48 

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.