Search:

Type: Posts; User: misterdanny

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,164

    What exactly does your program do? Judging by...

    What exactly does your program do? Judging by your description in your original post, it sounds like these 3 floats are 3 variables that describe an object; in which it would be a good idea to use a...
  2. Replies
    14
    Views
    1,899

    I thought I'd throw a crazy idea out there, why...

    I thought I'd throw a crazy idea out there, why not use a mail client instead of a web browser to check your email.
  3. Replies
    6
    Views
    4,565

    So is there a difference between int x =...

    So is there a difference between



    int x = 5;

    int* z= x;


    verus
  4. Replies
    6
    Views
    4,565

    When to use * and &

    I come from a Java background, where EVERYTHING is a pointer, I've been having some trouble getting my head around * and & in c++. It's not easy to google this sort of thing because I'm pretty sure...
  5. Actually scratch that, it seems my .h files...

    Actually scratch that, it seems my .h files shouldn't be including any files, I should only be making forward dependencies in .h files... then I would include necessary .h files within my .cpp files.
  6. Ah that seems to have done the trick. Would be...

    Ah that seems to have done the trick.

    Would be be considered "ok" If I were to adopt a practice of always writing


    class Xxx;

    before the includes of all my header files?

    for instance...
  7. Compiler says I didn't declare a type, even though I have.

    I am not new to programming, but I am new to c++, I have a strong Java background. So I am struggling a little bit with some of the more specific syntax (ie required whitespaces at end of file, using...
  8. on google i found this ...

    on google i found this

    http://homepage.hispeed.ch/py430/python/daemon

    which seems to be a skeleton for something of this nature.
    I have light experience with python (which I have no problem...
  9. Someone in another forum mentioned it may not be...

    Someone in another forum mentioned it may not be a bad idea to use java for the daemon instead. (since apparently its good at threading)

    Also there is the possibility in the future to create a...
  10. Replies
    28
    Views
    4,727

    200ish tops

    200ish tops
  11. Writing a linux (centos 4) c++ daemon that interacts with PHP

    Ok, first of all I'm not really new here, I used to post here a while back. my name seems to be gone or password is set to something crazy or something I gave up trying to get my password.

    Anyways...
Results 1 to 11 of 11