Search:

Type: Posts; User: ReeV

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,883

    you need convert every digit to hex? I think it's...

    you need convert every digit to hex? I think it's no need converter! the digits always range 0 until 9, from dec to hex it's no need converter! you just need parsing every digit.
    note:
    in your...
  2. Replies
    3
    Views
    6,433

    use memcpy() to copying current_line to...

    use memcpy() to copying current_line to shortest_msg, I think you unable to assign another address of pointer ( shortest_msg is address of shortest_msg[0] same as &shortest_msg[0]).
  3. Thread: reading a file

    by ReeV
    Replies
    4
    Views
    954

    Hi! :) Try this: char c; input =...

    Hi! :)
    Try this:



    char c;

    input = fopen("test.dat", "r");
    do
    {
  4. Replies
    3
    Views
    5,214

    shared library for QNX

    Hi, I'm develop shared library for Linux, AIX and QNX. there is no problem for Linux and AIX,
    but in QNX, if I execute a simple application which -lwiththislibrary,
    it's always segmentation...
Results 1 to 4 of 4