User profile: Anns

User info
User name:Anns
Old user name:sasikalaraju
History
Joined:
Number of posts:11
Latest posts:

Delay Load
Hi, I'm delay loading a dll lets say delay.dll. During the loading can we say where to look for t...

Restrict header file inclusion
Hi yeah i got that. Many projects includes dependent.h so do we need to change the include directory...

Restrict header file inclusion
Since dependent.h includes base.h, in UnrelatedProject if we include dependent.h base.h also visibl...

Restrict header file inclusion
Hi, I have one requirement. I have a project lets Say baseProject.vcxproj. It has some header fil...

Void pointer
Thanks. Here thing is that A.cpp includes B.h also.