Search:

Type: Posts; User: chrispyone

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,061

    so i found the the library, but it is already an...

    so i found the the library, but it is already an object file.. i think my cause is stuck without the source.
  2. Replies
    1
    Views
    2,061

    modifying ping( ) in RTOS

    hello,

    i need to make modifications to ping( ) in an RTOS running VxWorks. i am trying to set events within its code to be able to use a visual debugger tool. VxWorks uses C / C++ and all that...
  3. Replies
    5
    Views
    9,667

    STATUS as a return type?

    hi i just inherited some code and i am trying understand and pick apart before i start using it. there's a part of code with syntax that i am unfamilar with:


    STATUS myfunct(void)
    {
    do...
  4. Replies
    9
    Views
    2,480

    i want to be able to run my program, output to a...

    i want to be able to run my program, output to a file, and still see the output on the screen as well. i have one of those run away loops and i need to see the state that it occurs. its a...
  5. Replies
    9
    Views
    2,480

    pipe to file and still display to screen?

    Hello,

    I'm trying to find a way to save my screen output to file and yet still see it display on the terminal. i thought about piping it into a file, but then i won't be able to see it on the...
  6. Replies
    4
    Views
    1,171

    yesss i had the same idea. thanks. i will try...

    yesss i had the same idea. thanks. i will try that.
  7. Replies
    4
    Views
    1,171

    i am using binary data. darn i thought there...

    i am using binary data. darn i thought there would be an easier way than using memcpy's.

    anyone know of any functions that will do everything in one step?
  8. Replies
    4
    Views
    1,171

    parsing a string of chars

    Hello,

    I would appreciate any suggestions. I have a client and server program. The server writes a struct to a socket:


    struct packet
    {
    int seq;
    int type;
    int...
Results 1 to 8 of 9