Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bitmap not getting loaded Pin
sheetal_0613-Apr-08 18:47
sheetal_0613-Apr-08 18:47 
GeneralRe: Bitmap not getting loaded Pin
Hamid_RT13-Apr-08 19:45
Hamid_RT13-Apr-08 19:45 
GeneralRe: Bitmap not getting loaded Pin
sheetal_0613-Apr-08 20:06
sheetal_0613-Apr-08 20:06 
GeneralRe: Bitmap not getting loaded Pin
Hamid_RT14-Apr-08 21:42
Hamid_RT14-Apr-08 21:42 
GeneralRe: Bitmap not getting loaded Pin
sheetal_0615-Apr-08 0:03
sheetal_0615-Apr-08 0:03 
GeneralRe: Bitmap not getting loaded Pin
Hamid_RT15-Apr-08 0:14
Hamid_RT15-Apr-08 0:14 
QuestionWhat is the correct use of namespaces in ANSI C++? Pin
davidgsteadman9-Apr-08 2:07
davidgsteadman9-Apr-08 2:07 
AnswerRe: What is the correct use of namespaces in ANSI C++? Pin
jhwurmbach9-Apr-08 3:00
jhwurmbach9-Apr-08 3:00 
davidgsteadman wrote:
This is all okay, but namespaces do not lead to compiler visibility, so I still need all the #includes I used to have.


Sure.
Namepaces do not need to visibility, they lead to invisibility.
They are a tool to allow programmers to have several classes name CProperty in their Project.
One in the namespace Widget and one in the Namespace Thingie.

You then tell the comoiler (via direct :: notation or via using) which class you want to use.
The compiler still has to know the declarations of the Classes to use them.

Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
Douglas Adams, "Dirk Gently's Holistic Detective Agency"

GeneralNeed to convert DWORD to Date Time Pin
yaminisridaran9-Apr-08 2:05
yaminisridaran9-Apr-08 2:05 
QuestionRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 2:09
mveCPallini9-Apr-08 2:09 
GeneralRe: Need to convert DWORD to Date Time Pin
yaminisridaran9-Apr-08 2:15
yaminisridaran9-Apr-08 2:15 
QuestionRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 2:24
mveCPallini9-Apr-08 2:24 
GeneralRe: Need to convert DWORD to Date Time Pin
Cedric Moonen9-Apr-08 2:25
Cedric Moonen9-Apr-08 2:25 
GeneralRe: Need to convert DWORD to Date Time Pin
yaminisridaran9-Apr-08 2:27
yaminisridaran9-Apr-08 2:27 
GeneralRe: Need to convert DWORD to Date Time Pin
Cedric Moonen9-Apr-08 2:34
Cedric Moonen9-Apr-08 2:34 
GeneralRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 2:43
mveCPallini9-Apr-08 2:43 
GeneralRe: Need to convert DWORD to Date Time Pin
Rajesh R Subramanian9-Apr-08 4:29
professionalRajesh R Subramanian9-Apr-08 4:29 
GeneralRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 2:39
mveCPallini9-Apr-08 2:39 
GeneralRe: Need to convert DWORD to Date Time Pin
yaminisridaran9-Apr-08 2:45
yaminisridaran9-Apr-08 2:45 
QuestionRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 3:02
mveCPallini9-Apr-08 3:02 
GeneralRe: Need to convert DWORD to Date Time Pin
Sarath C9-Apr-08 3:55
Sarath C9-Apr-08 3:55 
GeneralRe: Need to convert DWORD to Date Time Pin
Cedric Moonen9-Apr-08 4:04
Cedric Moonen9-Apr-08 4:04 
GeneralRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 4:24
mveCPallini9-Apr-08 4:24 
GeneralRe: Need to convert DWORD to Date Time Pin
led mike9-Apr-08 4:32
led mike9-Apr-08 4:32 
JokeRe: Need to convert DWORD to Date Time Pin
Rajesh R Subramanian9-Apr-08 4:37
professionalRajesh R Subramanian9-Apr-08 4:37 

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.