Click to See Complete Forum and Search --> : FAQ Index


Andreas Masur
July 27th, 2005, 02:16 PM
<h3>Visual C++ FAQ sections</h3>

<a href="#vcpp_general">General</a>
<a href="#vcpp_application">Application</a>
<a href="#vcpp_dll">DLL</a>
<a href="#vcpp_network">Network</a>
<a href="#vcpp_debugging">Debugging</a>
<a href="#vcpp_profiling">Profiling</a>
<a href="#vcpp_string">String</a>
<a href="#vcpp_stl">STL</a>
<a href="#vcpp_random_number">Random Number</a>

<br><hr noshade size="4">
<a name="vcpp_general"><h3>General</h3></a>

Where can I find Visual C++ code samples? (http://www.codeguru.com/forum/showthread.php?t=517239)
Can you help me with my homework assignment? (http://www.codeguru.com/forum/showthread.php?t=366302)
What is the difference between 'BOOL' and 'bool'? (http://www.codeguru.com/forum/showthread.php?t=332831)
How to show all messages in ClassWizard list? (http://www.codeguru.com/forum/showthread.php?t=350877)
How to use different character sets? (http://www.codeguru.com/forum/showthread.php?t=404079)
Where can I find the redistributable packages (http://www.codeguru.com/forum/showthread.php?t=494136)
How to make an ANSI build for Windows CE target? (http://www.codeguru.com/forum/showthread.php?t=498626)
Why Watch window shows 'unused' for a HWND variable? (http://www.codeguru.com/forum/showthread.php?t=517986)

<br><a name="vcpp_application"><h3>Application</h3></a>

How to get the application name? (http://www.codeguru.com/forum/showthread.php?t=312468)

<br><a name="vcpp_dll"><h3>DLL</h3></a>

How to build a DLL to be used from another programming language? (http://www.codeguru.com/forum/showthread.php?t=231254)
How to a DLL and have the exported functions called via 'LoadLibrary()' and 'GetProcAddress()'? (http://www.codeguru.com/forum/showthread.php?t=231254)
How to build a resource-only DLL? (http://www.codeguru.com/forum/showthread.php?t=231256)

<br><a name="vcpp_network"><h3>Network</h3></a>

Where can I find examples of socket programs? (http://www.codeguru.com/forum/showthread.php?t=326666)
How to get the local hostname? (http://www.codeguru.com/forum/showthread.php?t=233260)
How to get the local IP address(es)? (http://www.codeguru.com/forum/showthread.php?t=233261)
How to set a socket option? (http://www.codeguru.com/forum/showthread.php?t=233265)
Does one call to 'send()' result in one call to 'recv()'? (http://www.codeguru.com/forum/showthread.php?t=296198)
When does 'send()' return? (http://www.codeguru.com/forum/showthread.php?t=296875)
When does 'recv()' return? (http://www.codeguru.com/forum/showthread.php?t=303078)
How do I transfer a structure? (http://www.codeguru.com/forum/showthread.php?t=306399)
How do I impose a packet scheme? (http://www.codeguru.com/forum/showthread.php?t=306399)
How do I use a timeout for 'connect()'? (http://www.codeguru.com/forum/showthread.php?t=312668)
Why does my machine send a 'RST' packet in reply to a 'SYN'/'ACK' package? (http://www.codeguru.com/forum/showthread.php?t=320739)
How do I terminate a TCP connection? (http://www.codeguru.com/forum/showthread.php?t=364012)
How does a TCP connection close? (http://www.codeguru.com/forum/showthread.php?t=364013)

<br><a name="vcpp_debugging"><h3>Debugging</h3></a>

Step by Step Introduction (http://www.codeguru.com/forum/showthread.php?t=360659)
Why does program work in debug mode, but fail in release mode? (http://www.codeguru.com/forum/showthread.php?t=269905)
How to manage memory leaks? (http://www.codeguru.com/forum/showthread.php?t=312742)
How to use 'ASSERT' and deal with assertion failures? (http://www.codeguru.com/forum/showthread.php?t=315371)
How do I debug my ActiveX/COM component? (http://www.codeguru.com/forum/showthread.php?t=322238)
How to display UNICODE strings in the Watch/QuickWatch window? (http://www.codeguru.com/forum/showthread.php?t=326350)
How do I evaluate the time difference between two events? (http://www.codeguru.com/forum/showthread.php?t=379581)
How to show Windows API errors in the Watch window? (http://www.codeguru.com/forum/showthread.php?t=478085)

<br><a name="vcpp_profiling"><h3>Profiling</h3></a>

Why can't I enable profiling in Visual Studio 6.0? (http://www.codeguru.com/forum/showthread.php?t=291275)

<br><a name="vcpp_string"><h3>String</h3></a>

What types of strings are there? (http://www.codeguru.com/forum/showthread.php?t=231152)
What is the difference between '\n' and '\r\n'? (http://www.codeguru.com/forum/showthread.php?t=253826)
How to convert between ANSI and UNICODE strings? (http://www.codeguru.com/forum/showthread.php?t=231165)
How to use 'CString' in non-MFC applications? (http://www.codeguru.com/forum/showthread.php?t=231164)
How to convert a numeric type to a string? (http://www.codeguru.com/forum/showthread.php?t=231056)
How to convert a string into a numeric type? (http://www.codeguru.com/forum/showthread.php?t=231054)

<br><a name="vcpp_stl"><h3>STL</h3></a>

How to remove compilation warning C4786 in Visual C++? (http://www.codeguru.com/forum/showthread.php?t=232164)
How do I use hash maps with Visual C++? (http://www.codeguru.com/forum/showthread.php?t=315286)

<br><a name="vcpp_random_number"><h3>Random Number</h3></a>

How do I generate random numbers of specified frequency distribution? (http://www.codeguru.com/forum/showthread.php?t=378879)

<br><br>