Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
.NET Framework GroupsView
.NET Distributed_Apps
.NET
.NET ADO.NET
.NET ASP.NET
.NET ASP.NET Security
.NET ASP.NET Webcontrols
.NET ASP.NET Web Services
.NET Clr
.NET Compact Framework
.NET Drawing
.NET Interop
.NET Performance
.NET Web Services
.NET Windows Forms
.NET Windows Forms Controls
.NET General
.NET Csharp
.NET Visual Basic
.NET Vc
.NET Security
.NET Xml
Vsnet Debugging
Xml
Xsl
Scripting Jscript
Scripting Visual Basicscript
Scripting Wsh
Smartphone Developer
Visual Basic Com
Visual Basic Controls
Visual Basic Crystal
Visual Basic Database Ado
Visual Basic Syntax
Visual Basic Winapi
Vc Atl
Vc Debugger
Vc Language
Vc Mfc
Vc Stl
Visio Developer Visual Basica
Windowsce Embedded Vc
Windows Powershell
Visual Basic Vista Compatibility
Deployment Server
.NET Micro Porting

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

Microsoft Vc Language
 Ask A New Question    

will global variable for class type be initialized at declaration?
hi, if i have a local variable as A a; in a class. I declare it in header and define/intialize it in the cpp file, normally. If I declare it as a global variable in my project, will that be initial... on 20-Nov-09
How to detect active Ethernet link
Hi, I am using embedded Visual C++ on WinCE with Winsock API calls and want to detect if my Ethernet card is connected to a switch or not without actually making a connection to another socket. A bit... on 19-Nov-09
Does the compiler generate better code for references than pointers?
Subject says it all Using VS2005 Does the compiler generate better code for references than pointers? I half think so (because it does not have to worry about NULL) but would interested in any lin... on 19-Nov-09
Using GUID as the key for std::map
I have a map which uses GUID as the key. void main() { std::map map; GUID d1; std::string szName = "test"; map[d1] = szName; } But when compiling this code in VS2008 shows following errors c:\p... on 19-Nov-09
Not finding help for standard C functions
This may not be the appropriate place to ask this but I will give it a try. I have Visual Studio 2008 installed and when I try to look up a standard C function I do not find help for this. It seems... on 19-Nov-09
inlining of functions returning an unwindable object -- rationale?
Greetings. The Visual Studio compiler will never inline a funtion that returns an unwindable object (e.g. std::string, CString, etc.) (See documentation of the inline and __forceinline keyword and ... on 19-Nov-09
How to debug a dll?
Hi, My exe program is in C#, though my question will apply to C++ also. I have no problem to step into the dll codes as long as I called the method from my application in debug mode. However, as I s... on 18-Nov-09