Search:

Type: Posts; User: radroach

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,909

    Happy New Year !!!!!

    That's about it :D
  2. Thread: Need help plz

    by radroach
    Replies
    18
    Views
    1,789

    Have you tried ORing (|) ios::app to append to a...

    Have you tried ORing (|) ios::app to append to a file?
  3. Replies
    2
    Views
    1,026

    This is more for my own advancement than to...

    This is more for my own advancement than to distribute for other users. Yes I do know how big it is.
  4. Replies
    2
    Views
    1,026

    Getting Output from an external process

    I have seen your tutorial "How Do I... Run a program from within a program."
    Oh wait... perhaps I should describe what I am working on. I am working on an GUI IDE for g++. It will have...
  5. Replies
    8
    Views
    2,057

    Here is a list off the top of my head FLTK...

    Here is a list off the top of my head

    FLTK (this one has been the best in my experience)
    GTK+
    GLUI
    PUI (or is it PLUI)
    Mesa
    Allegro has its own GUI
    There is a game engine that is...
  6. Replies
    8
    Views
    2,057

    Hard call both openGL and DirectX are used for...

    Hard call both openGL and DirectX are used for professional games

    Q1. DirectX is Windows specific it cannot run on any other operating system OpenGL can.

    Q1b. Performance depends on the...
  7. Replies
    10
    Views
    1,110

    I guess your right it would be a Java-ish...

    I guess your right it would be a Java-ish approach with that I might as well embed java classes into my program or python mods I would run a little slower but the plugins can be shared between...
  8. Replies
    10
    Views
    1,110

    Oh this may be something I will want look into....

    Oh this may be something I will want look into. Do you know any good references on the subject?
  9. Replies
    10
    Views
    1,110

    But can libraries load at run-time? That is what...

    But can libraries load at run-time? That is what I am really after
  10. Replies
    10
    Views
    1,110

    Library must be used when compiling they are hard...

    Library must be used when compiling they are hard coded into the program. It would be easier to upgrade, edit a porgram by just replacing a file or a DLL unfortunately DLLs aren't platform...
  11. Replies
    10
    Views
    1,110

    Not quite what I am looking for this guy...

    Not quite what I am looking for this guy programed a game engine that loads DLLs at run-time. Kind of like working with plugins what I am trying to figure out is if there is a way to do this without...
  12. Replies
    10
    Views
    1,110

    Curious about function pointers and classes

    Is there a way to save a function pointer or a whole class (variables, members, methods and all) using C++ or C. I was just wondering because I saw this interesting tutorial on this site about...
  13. Replies
    4
    Views
    1,389

    Well... that sucks I guess I'll just have to...

    Well... that sucks I guess I'll just have to write everything in the header then Thanx for your help....actually maybe I'll try something else. Thanks for the help TTFN!
  14. Replies
    4
    Views
    1,389

    Need help with this linker error... please

    What I am trying to do:
    I have a problem -- but I suppose you might have guessed that.
    I am trying to write a tree of arbitrary data. The idea behind it is:
    for the programmer using it -- most...
Results 1 to 14 of 14