You cannot post messages because only members can post, and you are not currently a member.
Description:
Contains C/C++ program sources
|
|
|
strong_stream_cast()
|
| |
Here is definition of template function strong_stream_cast(). The main diffrence between stream_cast() and strong_stream_cast() can be demonstrated on the following example: stream_cast<string, int> ("12z", int_value) return true (SUCCESS) and produces int_value = 12; strong_stream_cast<string, int> ("12z", int_value) return false... more »
|
|
<Samples> Member and non-member operators
|
| |
// ============================== ============ // * Samples // * Member and non-member operators // * Usage Sample Code // ------------------------------ ------------ // * Language : C++ // * Content : Program files, Log files // * Version : MOP-1.0 // ------------------------------ ------------... more »
|
|
problem while detecting floating point operations
|
| |
hi friends ... i am facing a problem while detecting floating point operations in my project, please help me. i want to find out the places in my C/C++ project where i am doing floating point operations. As it is a big project it is not possible to check every line manually, so is there any other method... more »
|
|
<Samples> Pointers to functions
|
| |
// ============================== ============ // * Samples // * Pointers to functions // * Version 2.0 // ------------------------------ ------------ // * Language : C // * Content : Program file // ------------------------------ ------------ // * Attachment // - pointers-to-functions.c // ============================== ============... more »
|
|
[no subject]
|
| |
An attachment contains a message related to the thread titled "Which entry of the routing table was selected?" at * [link] in news:comp.protocols.tcp-ip news:microsoft.public.win32.pr ogrammer.networks Alex Vinokur email: alex DOT vinokur AT gmail DOT com... more »
|
|
<Samples> UDP Socket Loopback
|
| |
// ========================== // UDP Socket Loopback Sample // Language: C++ // Microsoft Windows 2000 Professional // Cygwin 1.5.18 // GNU g++ 3.4.4 // -------------------------- // Version 1.0 // -------------------------- // Source: loopback.cpp // ========================== Alex Vinokur email: alex DOT vinokur AT gmail DOT com... more »
|
|
IT tests. C, C++, C#, VB.NET, ASP.NET, SQL, HTML, XML...
|
| |
[link] IT tests. C, C++, C#, VB.NET, ASP.NET, SQL, HTML, XML...
|
|
Usage of gethostbyname()
|
| |
// ========================== // Usage of gethostbyname() // Language: C++ // Microsoft Windows XP Professional // Microsoft C++ Compiler Version 13.10.3077 for 80x86 // ========================== // -------------------- // ---- C-includes ---- ...// -------------------- // -------------------- // --- C++-includes ---... more »
|
|
Help Resources -- Forum/Fast Help/Tips N' Tricks/Tutorials/Blogs
|
| |
Hello, I have a fairly new site that may be of use to you: [link] There we have all kinds of help resources including a forum. It only takes 90 seconds to sign up at the forum and post your questions or help someone out. We are always looking for new moderators, so if you're interested, then just let me know at the... more »
|
|
<Tools> Getting file size (Versions 1.X)
|
| |
============================== ===================
* Tools
* Usage sample
* Program: Getting file size
* Language : C++
* Content : Program files
* Version : GFS-1.1
------------------------------ ------------------- * Attachment
- filesize.cpp
============================== ===================... more »
|
|
|