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

C / C++ / MFC

 
QuestionWhy do some combinations of port settings fail ? Pin
kapardhi8-Dec-08 19:34
kapardhi8-Dec-08 19:34 
AnswerRe: Why do some combinations of port settings fail ? Pin
Roger Stoltz8-Dec-08 21:43
Roger Stoltz8-Dec-08 21:43 
QuestionSafe way to initialize LARGE_INTEGER with int ? PinPopular
Defenestration8-Dec-08 18:42
Defenestration8-Dec-08 18:42 
Questionconnect to MS Excel database on windows XP from winCE device Pin
parthsarathy8-Dec-08 18:01
parthsarathy8-Dec-08 18:01 
QuestionDo you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 17:42
Defenestration8-Dec-08 17:42 
AnswerRe: Do you put :: in front of every Windows API call ? Pin
_AnsHUMAN_ 8-Dec-08 18:15
_AnsHUMAN_ 8-Dec-08 18:15 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 18:31
Defenestration8-Dec-08 18:31 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
_AnsHUMAN_ 8-Dec-08 18:38
_AnsHUMAN_ 8-Dec-08 18:38 
Defenestration wrote:
So, unless you mean to call the member function, you should really put :: in front of all Windows API functions to ensure they get called.

Yes, other wise the compiler won't be able to figure out which function do you want to call.
Defenestration wrote:

Admittedly, it's unlikely you'll create a member function with the same name and signature as a Windows API function, but it's possible.

Yes. But then you can certainly change the member function name to something else by prefixing or suffixing it.

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

GeneralRe: Do you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 18:46
Defenestration8-Dec-08 18:46 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
_AnsHUMAN_ 8-Dec-08 18:53
_AnsHUMAN_ 8-Dec-08 18:53 
AnswerRe: Do you put :: in front of every Windows API call ? [modified] Pin
Defenestration8-Dec-08 19:06
Defenestration8-Dec-08 19:06 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
Rajesh R Subramanian8-Dec-08 20:27
professionalRajesh R Subramanian8-Dec-08 20:27 
AnswerRe: Do you put :: in front of every Windows API call ? Pin
Roger Stoltz8-Dec-08 21:29
Roger Stoltz8-Dec-08 21:29 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 22:22
Defenestration8-Dec-08 22:22 
AnswerRe: Do you put :: in front of every Windows API call ? Pin
Roger Stoltz8-Dec-08 22:34
Roger Stoltz8-Dec-08 22:34 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 22:39
Defenestration8-Dec-08 22:39 
AnswerRe: Do you put :: in front of every Windows API call ? Pin
Roger Stoltz8-Dec-08 22:44
Roger Stoltz8-Dec-08 22:44 
AnswerRe: Do you put :: in front of every Windows API call ? [modified] Pin
Defenestration8-Dec-08 22:53
Defenestration8-Dec-08 22:53 
AnswerRe: Do you put :: in front of every Windows API call ? Pin
Snorri Kristjansson8-Dec-08 22:21
professionalSnorri Kristjansson8-Dec-08 22:21 
Questionhelp in dll Import Pin
tasumisra8-Dec-08 17:05
tasumisra8-Dec-08 17:05 
AnswerRe: help in dll Import Pin
raju00038-Dec-08 21:01
raju00038-Dec-08 21:01 
GeneralRe: help in dll Import Pin
tasumisra8-Dec-08 21:22
tasumisra8-Dec-08 21:22 
AnswerRe: help in dll Import Pin
Roger Stoltz8-Dec-08 21:35
Roger Stoltz8-Dec-08 21:35 
QuestionReading a MBCS string from a Rich Edit Text Box in VC6 Pin
JJeffrey8-Dec-08 16:32
JJeffrey8-Dec-08 16:32 
QuestionRe: Reading a MBCS string from a Rich Edit Text Box in VC6 Pin
Rajesh R Subramanian8-Dec-08 20:10
professionalRajesh R Subramanian8-Dec-08 20:10 

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.