Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: madankumar ; Forum: C++ and child forums
Forum: C++ Oct 30th, 2006
Replies: 4
Views: 15,466
Posted By madankumar
:p Hi Dear

you try with this code


#include <iostream>
using namespace std;
class Singleton
{
private:
Forum: C++ Oct 27th, 2006
Replies: 6
Views: 6,968
Posted By madankumar
Hi This is Singleton class program, please let me know any changes required in this code...............

#include <iostream>
using namespace std;
class Singleton
{
private:
static bool...
Forum: C++ Oct 23rd, 2006
Replies: 4
Views: 15,466
Posted By madankumar
#include <iostream>
using namespace std ;

class Singleton
{
public:
// Implement the logic here to instantiate the class for the first time by validating the
// member pointer. If member...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC