Search:

Type: Posts; User: Hork83

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,506

    Pointer to Function(names)

    Hi,

    in my c++-book is an example how to use pointer to functions:



    compare(double, double);
    (funcptr*)(double, double);

    funcptr = compare;
  2. Replies
    4
    Views
    1,451

    accessing/declare protected class in class

    Hi,

    I got a little problem over here and i like to have an advice, what i am doing wrong.
    This is an example:

    myMainClass.h


    #include myClass.h
    public class myMainClass
  3. Replies
    5
    Views
    2,866

    Ok, i added these... AlienDetector.h ...

    Ok, i added these...
    AlienDetector.h



    #include <iostream>
    #include "sigc++/object.h"
    #include <string>
    #include "sigc++/signal.h"
  4. Replies
    5
    Views
    2,866

    i added to AlienDetector.cc ...

    i added to AlienDetector.cc



    AlienDetector(){}
    void run(){
    signal_detected();
    }
  5. Replies
    5
    Views
    2,866

    Problems compiling sigc++ example

    Hi,

    i'm trying to get sigc++ working with the example files from the tutorial of libsigc++;
    http://libsigc.sourceforge.net/libsigc2/docs/manual/html/ch02.html#id2446517

    AlienDetector.h

    ...
  6. Replies
    1
    Views
    850

    Problem with using libsigc++

    Hello all,

    i'm trying to get a program run with libsigc++. As startup i went through the walkthrough there and sort of used this tutorialpart for the program:...
Results 1 to 6 of 6