Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compiler Directives Pin
Tomasz Sowinski26-Sep-02 0:37
Tomasz Sowinski26-Sep-02 0:37 
GeneralHook COM Dll called from VBScript Pin
tony_cork26-Sep-02 0:20
tony_cork26-Sep-02 0:20 
QuestionLinker Error ?? Pin
Mal26-Sep-02 0:15
Mal26-Sep-02 0:15 
AnswerRe: Linker Error ?? Pin
Tomasz Sowinski26-Sep-02 0:24
Tomasz Sowinski26-Sep-02 0:24 
GeneralRe: Linker Error ?? Pin
Roman Fadeyev26-Sep-02 1:21
Roman Fadeyev26-Sep-02 1:21 
GeneralRe: Linker Error ?? Pin
Tomasz Sowinski26-Sep-02 1:26
Tomasz Sowinski26-Sep-02 1:26 
AnswerRe: Linker Error ?? Pin
Raphael Kindt26-Sep-02 1:20
Raphael Kindt26-Sep-02 1:20 
GeneralMultiple view in SDI Pin
nadra26-Sep-02 0:05
nadra26-Sep-02 0:05 
GeneralRe: Multiple view in SDI Pin
Tomasz Sowinski26-Sep-02 0:22
Tomasz Sowinski26-Sep-02 0:22 
GeneralRe: Multiple view in SDI Pin
Roman Fadeyev26-Sep-02 1:41
Roman Fadeyev26-Sep-02 1:41 
Generalere FTP question Pin
Renjith Ramachandran25-Sep-02 23:49
Renjith Ramachandran25-Sep-02 23:49 
GeneralRe: _DEBUG question Pin
Tomasz Sowinski26-Sep-02 2:21
Tomasz Sowinski26-Sep-02 2:21 
GeneralListbox Pin
suresh_sathya25-Sep-02 22:45
suresh_sathya25-Sep-02 22:45 
GeneralRe: Listbox Pin
Steve S25-Sep-02 22:56
Steve S25-Sep-02 22:56 
GeneralRe: Listbox Pin
Steve S26-Sep-02 23:46
Steve S26-Sep-02 23:46 
GeneralCreate Dialog Pin
Anonymous25-Sep-02 22:44
Anonymous25-Sep-02 22:44 
GeneralRe: Create Dialog Pin
Roman Fadeyev25-Sep-02 23:15
Roman Fadeyev25-Sep-02 23:15 
GeneralRe: Create Dialog Pin
Anonymous25-Sep-02 23:34
Anonymous25-Sep-02 23:34 
GeneralRe: Create Dialog Pin
Roman Fadeyev25-Sep-02 23:58
Roman Fadeyev25-Sep-02 23:58 
GeneralRe: Create Dialog Pin
Anonymous26-Sep-02 0:37
Anonymous26-Sep-02 0:37 
GeneralThe difference between VERIFIY() and ASSERT()... Pin
Raphael Kindt25-Sep-02 21:51
Raphael Kindt25-Sep-02 21:51 
GeneralRe: The difference between VERIFIY() and ASSERT()... Pin
Steve S25-Sep-02 21:58
Steve S25-Sep-02 21:58 
GeneralRe: The difference between VERIFIY() and ASSERT()... Pin
yourbuddy7726-Sep-02 1:17
yourbuddy7726-Sep-02 1:17 
QuestionCan somebody explain these lines for me? Pin
Mazdak25-Sep-02 21:29
Mazdak25-Sep-02 21:29 
	if (remaining & pAccess->dwValue)
	{
		remaining &= ~pAccess->dwValue;
//		DoSomething(pAccess->szName);
	}


remaining is a typedef DWORD structure and pAccess is a structure and dwValue is DWORD type.
What does one & mean?And what does its next line means?:remaining &= ~pAccess->dwValue;

Mazy

"If I go crazy then will you still
Call me Superman
If I’m alive and well, will you be
There holding my hand
I’ll keep you by my side with
My superhuman might
Kryptonite"
Kryptonite-3 Doors Down

AnswerRe: Can somebody explain these lines for me? Pin
adamUK25-Sep-02 21:45
adamUK25-Sep-02 21: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.