comp.lang.c++
  Home FAQ Contact Sign in
comp.lang.c++ only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.c++ Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  ===Welcome to comp.lang.c++! Read this first.         


Author: Shiva
Date: May 3, 2008 21:29

Welcome to comp.lang.c++! Read this first.

This post is intended to give the new reader an introduction to reading
and posting in this newsgroup. We respectfully request that you read
all the way through this post, as it helps make for a more pleasant
and useful group for everyone.

First of all, please keep in mind that comp.lang.c++ is a group for discussion
of general issues of the C++ programming language, as defined by the ANSI/ISO
language standard. If you have a problem that is specific to a particular system
or compiler, you are much more likely to get complete and accurate answers in a
group that specializes in your platform. A listing of some newsgroups is given
at the end of this post.

The FAQ (Frequently Asked Question) list has a wealth of information for
both the new and veteran C++ programmer. No matter what your experience
level, you are encouraged to read the entire list, if only to familiarize
yourself with what answers are available to minimize redundant replies.
The comp.lang.c++ FAQ is available at http://www.parashift.com/c++-faq-lite/

If the FAQ list does not help, then many regular readers of this group
are happy to assist with problems of standard C++. We have only a few
requests that we ask be adhered to, for the benefit of all:
Show full article (4.94Kb)
no comments
  A question on Gtkmm's         


Author: jalqadir
Date: May 3, 2008 16:50

I would like to add a signal to a Gtk::Entry object, but for some
reason this gives me bunch of errors saying that it is

D:\XWin\include\sigc++-2.0\sigc++\adaptors\adaptor_trait.h|84|error:
no match for call to `(sigc::bound_mem_functor0)
(GdkEventFocus* const&)'

I using Gtkmm 2.10.x for Windows
Thanks in advance!

Can any body help?!
namespace jve{
class Entry: virtual public Gtk::VBox {
Show full article (0.93Kb)
2 Comments
  Executing applications across a network (possible OT)         


Author: hamishd
Date: May 3, 2008 11:16

Sorry for cross-posting; I'm not sure which group would be more
appropriate, if any.

At present I have 2 applications (installed on the same workstation):
(A) is the main application which is running most, if not all, of
the time. Only one instance of (A) can be running at once.
(B) is an application which send messages to (A). These messages
instruct (A) on what data files to process. This is achieved by
calling (A) with ShellExecute(), passing arguments specifying the
location of a data file (this data file could be any file over the
network of workstations). When (A) receives these arguments, it adds
the data file to it's list of jobs to process.

The above process has been working well. Data can be accessed and
processed anywhere on the network. The downside is the operators can
only "send" data from one workstation.

What I now want to do is install (B) onto all workstations in the
network. Does ShellExecute() work over a network? If not, how to get
around this? What other methods can I use to notify (A) of jobs to
process?

Thanks.
2 Comments
  generate an N-node random binary search tree         


Author: yogi_bear_79
Date: May 3, 2008 10:37

I am enrolled in distance learning class, this amounts to self taught.
I have a book and that is about it. below is my assingment. The book
doesn't prove useful for examples, and I haven't had much look on the
web. I am not asking someone to do it for me, but a nudge in the
correct direction, a website anything!

Write a function to generate an N-node random binary search tree with
distinct keys L through N. What is the running time of the routine?
1 Comment
  Linked List - M-Choice Question         


Author: yogi_bear_79
Date: May 3, 2008 08:58

Assume a linked list of nodes which have an info data member and a
next data member. Suppose a pointer called cursor points to a node in
the middle of the linked list. To move ptr to the next node use:

ptr=next;
next->ptr;
ptr->next;
ptr=ptr->next;
none of the above.

I want to anwser none of the above as i feel it should be cursor-
>next; But I could also anwser ptr->next; if I disregard the info
leading up to last sentacne which is the actual question (To move ptr
to the next node use:). is this a trick question, or am i reading to
much into it?
4 Comments
  Forward reference compiler error...         


Author: barcaroller
Date: May 3, 2008 07:03

Why does the following code cause a compiler error?

class A; // forward reference

class B
{
foo()
{
a = new A;

cout << a->bar(); // compiler error here
}

A* a;
}

class A
{
int bar()
{
return 1;
}
}

The compiler error I get is (note the use of 'struct' not 'class'):
Show full article (0.68Kb)
6 Comments
  levitra canada sur internet levitra suisse par email levitra suisse citrate de sildenafil acheter levitra canada en linge sans presription acheter levitra commander en ligne levitra canada sans ordonnance         


Author: danfuniel886
Date: May 3, 2008 06:18

levitra canada sur internet levitra suisse par email levitra suisse
citrate de sildenafil acheter levitra canada en linge sans presription
acheter levitra commander en ligne levitra canada sans ordonnance

+++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++
+
ACHETER VIAGRA BON MARCHE (ALL CARDS ACCEPTED !!!)
http://jhku.net/ACHETER-VIAGRA-BON-MARCHE/
http://jhku.net/ACHETER-VIAGRA-SOFT/
http://jhku.net/ED-PAQUETS-DESSAI/
Show full article (2.65Kb)
no comments
  question on map< list<T>::iterator, int>         


Author: subramanian100in
Date: May 3, 2008 05:48

Consider the program x.cpp :

#include
#include
#include
#include

using namespace std;

int main()
{
map::iterator, int> m;

list c;
c.push_back(100);

// m[c.begin()] = 10;

return EXIT_SUCCESS;
}

This program compiles fine with the command
g++ -std=c++98 -pedantic -Wall -Wextra x.cpp
Show full article (0.87Kb)
9 Comments
  CALL OF DUTY 4 CRACKED SERVER         


Author: cobbs.marcus
Date: May 3, 2008 05:12

CALL OF DUTY 4 CRACKED SERVER

http://softgo.orgfree.com
no comments
  HOODIA PATCH         


Author: cobbs.marcus
Date: May 3, 2008 05:12

no comments
1 2 3 4