Search:

Type: Posts; User: Kinasz

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,279

    Thankyou that link has been very helpful :)

    Thankyou that link has been very helpful :)
  2. Replies
    6
    Views
    2,279

    Solved problem, it was binary mode. Something I...

    Solved problem, it was binary mode. Something I had never heard of until now nor read in the man page.

    Thankyou for you help salem, but I am still interested if you could elaborate on padding...
  3. Replies
    6
    Views
    2,279

    The files I am reading in are quake 2 models....

    The files I am reading in are quake 2 models. They come from windows machines.

    I am not sure what you guys mean by structure padding and alignment, a google search hasn't helped me to understand...
  4. Replies
    6
    Views
    2,279

    This works on linux...but why not windows?

    I am trying to get a game I've been working on for linux to run on windows. It is all compiling ok but when I try and read in the quake to models, fseek is failing to read all the data on the windows...
  5. Thread: Books?

    by Kinasz
    Replies
    3
    Views
    1,358

    linux programming unleashed is good

    linux programming unleashed is good
  6. Replies
    17
    Views
    3,204

    Ahh, that is essentially what i was suggesting....

    Ahh, that is essentially what i was suggesting. My bad .;)
  7. Replies
    3
    Views
    2,150

    awesome, thanks guys. I think I will go for the...

    awesome, thanks guys.
    I think I will go for the multithreaded method. I have to get this app working for linux and windows so after a bit of searching I am thinking POSIX threads.

    Cheers :)
  8. Thread: KLT's in linux

    by Kinasz
    Replies
    1
    Views
    1,909

    KLT's in linux

    Are pthreads in glibc2 kernel level?

    If not what is the a good klt library i can use?

    I have been searching google for hours but no answers found, all the klt projects seem to be...
  9. Replies
    17
    Views
    3,204

    I have been doing a rts myself. I havent done...

    I have been doing a rts myself. I havent done much towards the networking yet but I have thought a bit about how I would do it.

    My game keeps a program counter that loops constantly. I was...
  10. Replies
    3
    Views
    2,150

    passing a connection to another process.

    Is it possible to pass an open connection to another process. eg:


    Process 1 receives connection. Adds connection to que. Notifies process 2. Resumes listening for connections.


    Process...
  11. Replies
    7
    Views
    2,017

    really? I didnt know that, I hadn't even...

    really? I didnt know that, I hadn't even considered it but I will now. It would certainly add the advantage of portablility to fat.

    Will argv[0] show up the name of the program or the name of the...
  12. Thread: The Qu'ran

    by Kinasz
    Replies
    32
    Views
    8,697

    The New Testament of the Bible was written in...

    The New Testament of the Bible was written in ancient greek, I know a few people learning it for that. As well as ancient greek and latin being the two primary root languages that english is derived...
  13. Replies
    7
    Views
    2,017

    excellent! Thankyou sang drax that is exactly...

    excellent! Thankyou sang drax that is exactly what I was after.

    Yes, i have heard of shortcuts, but if that was what I was asking I would have said symlinks in windows. I would like a program to...
  14. Replies
    4
    Views
    1,309

    I am pretty sure TerminateProcess() kills with...

    I am pretty sure TerminateProcess() kills with extreme prejudice, no shutdown time for dir.
  15. Replies
    7
    Views
    2,017

    hard links in windows

    Is there such a thing as a hard link with windows?

    If so how can one be made?
  16. Replies
    2
    Views
    1,402

    ok, sorry new to windows dont know the...

    ok, sorry new to windows dont know the terminology

    how do i monitor to see if a program is run?
  17. Replies
    2
    Views
    1,402

    Daemon monitor what is executed?

    Is there a way for a program with root priviliges to monitor what is being executed and kill it if it wants to?
  18. Replies
    4
    Views
    1,690

    okay baffled! Based on the man page i figured...

    okay baffled! Based on the man page i figured this should work...



    #define MAX_TK1 10
    void test_scanf( void )
    {
    int i;
    char format[BUFSIZ];
    char buffer[] = "s3328,24";
  19. Replies
    4
    Views
    1,690

    will do, thankyou

    will do, thankyou
  20. Replies
    4
    Views
    1,690

    best way to read a string

    ok before you jump to give me a link to the faq's, check this out...

    Reading a string from a file, have to stop when i get to a certain delimiter, can contain white space in string. What I...
  21. sweet, thanks I actually put that +1 in whilst...

    sweet, thanks I actually put that +1 in whilst trying to fix the first problem to make sure my bounds checking wasnt breaking the code. I had totally forgotton about it so thankyou for pointing that...
  22. brilliant, thanks heaps guys! Been staring at...

    brilliant, thanks heaps guys! Been staring at that code for a long time!



    great suggestion will do

    :D I am very happy now!
  23. function that copies token from a string not working

    This is a function that is supposed to copy a token from a string into another string. When the second token in a string ie: "cd .." is requested, the start and end pointers point to some gibberish...
  24. Replies
    6
    Views
    3,148

    cool, all i needed to know

    cool, all i needed to know
  25. Replies
    6
    Views
    3,148

    printf that limits nr of chars printed

    Is there an ansi/posix way to print a string but with a maximum number of characters, say if I only wanted to print the first 10 chars of a 20 char string.

    I have implemented my own function...
Results 1 to 25 of 228
Page 1 of 10 1 2 3 4