Search:

Type: Posts; User: Joda

Search: Search took 0.01 seconds.

  1. Thread: Threads in Linux!

    by Joda
    Replies
    2
    Views
    1,625

    hey! is there any "hello world" like examples...

    hey!

    is there any "hello world" like examples on how
    to do this?

    thanks for the feedback!

    - suddenad
  2. Replies
    1
    Views
    1,576

    Recieving a unique hostid for my machine!

    Hey!

    How do I get a hostid from my ethernet card?
    Where do I start?

    Thanks!

    - Suddenad
  3. Thread: Threads in Linux!

    by Joda
    Replies
    2
    Views
    1,625

    Threads in Linux!

    hey!

    Im working on a imgviewer on linux, when I launch
    it from xterm it is using xterms's thread to
    recieve I/O. This is a problem, I want to
    use a separate thread and have it act as if
    I...
  4. Replies
    4
    Views
    1,561

    thanks, is there any platform independant...

    thanks, is there any platform independant
    method?

    - Mike
  5. Replies
    4
    Views
    1,561

    Time functions in C/C++!

    Hey!

    Im currently working on a win32 app which needs
    a timer, basically I'll set a start time when
    it starts and have end time when it stops.

    Then I'll calculate the time based on end-start....
  6. Replies
    2
    Views
    1,940

    okey, will check it up again, thanks for the...

    okey, will check it up again, thanks for the reply!!!

    - Joda
  7. Replies
    2
    Views
    1,940

    didnt help me a lot, I want the app to be...

    didnt help me a lot, I want the app to be standalone and not just react to if it is.

    If I start it using xterm like "./app", the app blocks xterm and it cant continue if you now close down the...
  8. Replies
    2
    Views
    1,940

    How do I make my Linux app standalone?

    Hey!

    Im running my app from another app like xterm. I want it to be standalone so when I launch the app it must not block xterm. I want it to have similar properties like when you run with "&"...
  9. Replies
    7
    Views
    1,875

    so just one last question is it ok to use a...

    so just one last question is it ok to use a structure inside a class? I want to modify as little as possible of the code...

    /Joda
  10. Replies
    7
    Views
    1,875

    Here's my app: First I do init some stuff and...

    Here's my app:

    First I do init some stuff and allocate some memory using a malloc() method. Then I load in image data for each frame in my animation.

    When I playback and cache the frames the...
  11. Replies
    7
    Views
    1,875

    My software is using lots of structures to store...

    My software is using lots of structures to store all of the data. One structure keeps a track of cache, x, y. Is it better to implement the variables as separate ones in my new C++ class?

    Is the...
  12. Replies
    7
    Views
    1,875

    C/C++ Memory Calls!

    Hey!

    Im going through some documentation about a previous software that needs to be ported and updated. It uses C with no C++ code. The new version is supposed to be written in C++.

    The app...
Results 1 to 12 of 12