Microsoft .NET technology
-
- g++ errors out Pass by Reference function call in C++ --- Please HELP
by llewelly » Tue, 11 May 2004 18:49:50 GMT
- 1 Replies
- 66 Views
- Last post by llewelly
Mon, 17 May 2004 18:49:50 GMT
-
- file manipulation - efficiency
by ma740988 » Tue, 18 Apr 2006 22:38:48 GMT
- 2 Replies
- 35 Views
- Last post by Carl Barron
Sun, 23 Apr 2006 22:38:48 GMT
-
- monostate class should have no instances?
by Bronek Kozicki » Sat, 07 Feb 2004 08:50:07 GMT
- 3 Replies
- 95 Views
- Last post by kanze
Thu, 12 Feb 2004 08:50:07 GMT
-
- Need to analyze C source code and determine loops (program analysis)
by lonewolf » Fri, 11 Dec 2009 08:41:25 GMT
- 3 Replies
- 32 Views
- Last post by Frank Birbacher
Fri, 18 Dec 2009 08:41:25 GMT
-
- Bug, or huge inconsistency in C++ Standard?
by Carlos Moreno » Thu, 21 Dec 2006 03:06:57 GMT
- 31 Replies
- 102 Views
- Last post by bjarne
Thu, 28 Dec 2006 03:06:57 GMT
-
- defering the implementation of Base::instance() to Derived w/o link errors
by Michael Tiomkin » Mon, 18 Sep 2006 12:55:59 GMT
- 1 Replies
- 2 Views
- Last post by Michael Tiomkin
Wed, 20 Sep 2006 12:55:59 GMT
-
- solution for macro
by dhun » Mon, 09 Nov 2009 18:52:30 GMT
- 2 Replies
- 44 Views
- Last post by Bart van Ingen Schenau
Fri, 13 Nov 2009 18:52:30 GMT
-
- why don't the STL containers all inherit from a common container class to allow generic iteration?
by Seungbeom Kim » Thu, 10 Dec 2009 05:20:35 GMT
- 5 Replies
- 71 Views
- Last post by peter koch larsen
Wed, 16 Dec 2009 05:20:35 GMT
-
- STL support for 64 bit applications
by karthic@gmail.com » Sun, 25 Jun 2006 18:37:35 GMT
- 3 Replies
- 64 Views
- Last post by Sean Kelly
Thu, 29 Jun 2006 18:37:35 GMT
-
- Code written under the assumption that new returns NULL
by Ali Cehreli » Wed, 07 Jul 2004 03:57:54 GMT
- 20 Replies
- 86 Views
- Last post by kanze
Thu, 08 Jul 2004 03:57:54 GMT
-
- casting int to int*
by oldwolf » Wed, 21 Jul 2004 17:00:28 GMT
- 6 Replies
- 120 Views
- Last post by allan_w
Mon, 26 Jul 2004 17:00:28 GMT
-
- Caching Design...
by Thomas Lehmann » Wed, 01 Jul 2009 21:37:39 GMT
- 4 Replies
- 16 Views
- Last post by Thomas Lehmann
Tue, 07 Jul 2009 21:37:39 GMT
-
- Accessing subclass type from base
by Jim » Mon, 17 Mar 2008 01:06:13 GMT
- 2 Replies
- 29 Views
- Last post by Sean Hunt
Fri, 21 Mar 2008 01:06:13 GMT
-
- Taking a beginning C++ class, need a little help (control structures and the double data type)
by Dhruv Matani » Tue, 11 May 2004 02:52:01 GMT
- 3 Replies
- 117 Views
- Last post by cbarron3
Thu, 13 May 2004 02:52:01 GMT
-
- Question about overloaded operator "*" of auto_ptr
by Zongjun Qi » Sat, 23 Sep 2006 09:10:14 GMT
- 2 Replies
- 101 Views
- Last post by Carlos Moreno
Sun, 24 Sep 2006 09:10:14 GMT
-
- Virtual Function Table?
by Dinesh Pillay » Sun, 30 Nov 2003 08:34:11 GMT
- 4 Replies
- 69 Views
- Last post by mayall
Thu, 04 Dec 2003 08:34:11 GMT
-
- Class templates and inheritance
by JSeb » Mon, 16 Feb 2009 01:50:57 GMT
- 5 Replies
- 60 Views
- Last post by JSeb
Mon, 16 Feb 2009 01:50:57 GMT
-
- Creating a template number class...
by gordone » Sun, 22 Feb 2004 13:20:15 GMT
- 13 Replies
- 44 Views
- Last post by gordone
Tue, 02 Mar 2004 13:20:15 GMT
-
- Reading/Writing from/to a fstream ? Broken ?
by Oncaphillis » Tue, 18 Mar 2008 23:12:56 GMT
- 4 Replies
- 136 Views
- Last post by sean_in_raleigh
Mon, 24 Mar 2008 23:12:56 GMT
-
- What is an output iterator
by Tabrez Iqbal » Fri, 04 Feb 2005 19:40:21 GMT
- 2 Replies
- 64 Views
- Last post by David Abrahams
Sun, 13 Feb 2005 19:40:21 GMT
-
- MPOOL'03 -- Call for Papers
by MPOOL'03 Organizers » Sun, 24 Aug 2003 17:10:43 GMT
- 1 Replies
- 2 Views
- Last post by MPOOL'03 Organizers
Tue, 26 Aug 2003 17:10:43 GMT
-
- simple C++ based memory manager
by Filip STOKLAS (FipS) » Tue, 25 Oct 2005 18:10:07 GMT
- 1 Replies
- 113 Views
- Last post by Filip STOKLAS (FipS)
Wed, 02 Nov 2005 18:10:07 GMT
-
- Exception-handling performance test code
by Paul J. Lucas » Thu, 15 Jul 2004 05:42:57 GMT
- 10 Replies
- 131 Views
- Last post by Alex Vinokur
Wed, 21 Jul 2004 05:42:57 GMT
-
- Template problems
by johan.torp » Tue, 09 Jan 2007 08:21:26 GMT
- 8 Replies
- 136 Views
- Last post by pongba
Mon, 15 Jan 2007 08:21:26 GMT
-
- reinterpret_cast<> + virtual call vs. dynamic_cast + non-virtual call
by davidbaraff » Thu, 15 Dec 2005 08:06:32 GMT
- 6 Replies
- 132 Views
- Last post by David Abrahams
Thu, 22 Dec 2005 08:06:32 GMT
-
- Newbie question: pointer to virtual member function taken from base class constructor
by Helmut Zeisel » Tue, 04 Aug 2009 14:56:00 GMT
- 2 Replies
- 0 Views
- Last post by Goran
Tue, 04 Aug 2009 14:56:00 GMT
-
- Is it legal that a function pointer to "function with default arguments"?
by Sascha Schwarz » Sun, 07 Dec 2003 07:39:54 GMT
- 1 Replies
- 101 Views
- Last post by Sascha Schwarz
Mon, 08 Dec 2003 07:39:54 GMT
-
- FileOpenDialog - problem with writting
by a_rybicki » Wed, 19 Jan 2005 05:02:27 GMT
- 2 Replies
- 73 Views
- Last post by Abhishek Pandey
Sat, 22 Jan 2005 05:02:27 GMT
-
- Wide Preprocessor Concatenation
by Joshua Boelter » Thu, 30 Oct 2003 10:34:51 GMT
- 4 Replies
- 119 Views
- Last post by Ben Hutchings
Sat, 08 Nov 2003 10:34:51 GMT
-
- help in output formatting
by mchakuna » Thu, 27 May 2004 07:22:33 GMT
- 5 Replies
- 112 Views
- Last post by Maciej Sobczak
Sat, 29 May 2004 07:22:33 GMT
-
- Saving and restoring object's bits
by Eugene Gershnik » Thu, 26 Feb 2009 22:51:53 GMT
- 4 Replies
- 64 Views
- Last post by Joe Smith
Sat, 07 Mar 2009 22:51:53 GMT
-
- Looking for good journal on c/c++
by Yoav » Mon, 26 Apr 2004 10:46:31 GMT
- 4 Replies
- 118 Views
- Last post by Francis Glassborow
Tue, 04 May 2004 10:46:31 GMT
-
- Searching a String, and counting occurrences of an Integer within the String
by mzdude » Fri, 13 Mar 2009 21:39:20 GMT
- 5 Replies
- 73 Views
- Last post by mzdude
Sat, 21 Mar 2009 21:39:20 GMT
-
- Passing non-POD objects with ellipsis
by Doug Morgan » Mon, 11 Aug 2003 10:10:25 GMT
- 13 Replies
- 2 Views
- Last post by David Abrahams
Wed, 13 Aug 2003 10:10:25 GMT
-
- Small Object Allocator with std::vector
by sheena » Mon, 13 Oct 2003 00:15:50 GMT
- 2 Replies
- 76 Views
- Last post by David B. Held
Sun, 19 Oct 2003 00:15:50 GMT
-
- ANN: new release of FRUCTOSE C++ unit test framework
by Andrew Marlow » Thu, 31 May 2007 23:49:24 GMT
- 8 Replies
- 113 Views
- Last post by apm35
Fri, 08 Jun 2007 23:49:24 GMT
Return to Board index
Who is online
Users browsing this forum: No registered users and 77 guest
Forum permissions
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum