Search:

Type: Posts; User: intmail

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,327

    How customize Windowing in ncurses lib?

    Hello,

    I tried to use a windows function in ncurses library. Could some one tell me why windows are transparent. Tiling windows does not work. The top windows does not hide texte writen inside the...
  2. Replies
    3
    Views
    1,552

    Wrong returned pointer

    Hello,

    I give you here an sample of my code. The main trick is that a function return a pointer obtained from argument. The sample given here is just an array but in my entire program it is a...
  3. How to compile proprietary soft with glibc LGPL license

    Hello,

    I would to like to know how to compile program to obtain a proprietary executable. The license of glibc is Lesser GPL and it say that if you want to build a proprietary software (no...
  4. Replies
    3
    Views
    5,879

    Fast memory copy and realloc()

    Hello,

    Could you tell me how to build a grid of data that can be update very fast.
    For instance I would like to cut the top of the grid and move up all the rest
    of the data. I do not use...
  5. Replies
    1
    Views
    3,797

    How to convert raw text with accent to UTF8.

    Hello,

    I tried to extract string from text file with french accent and
    convert it to wide character string UTF8 but problem appears while converting.

    Function mbstowcs() returns me -1 as...
  6. I can not give here my code. In fact my string...

    I can not give here my code. In fact my string are extracted
    from text from file on disk.
    The text is raw (only \r and \n as new line layout) typed on ms-windows
    french lang. Typeface is courrier...
  7. Why one character size but two printed on screen

    Hello,

    I would like to know why when I print in screen one byte it shows two characters.
    Example in french language printing one byte like "oe" (sticked together, 0x9c ascii code ) gives me two...
  8. Replies
    3
    Views
    1,936

    Memory data share/exchange

    Hello,

    I would like to know if is it posible to share and send data trough the RAM memory between two or more different applications built in C and running on the same PC running LINUX.
    I do not...
  9. Replies
    3
    Views
    1,833

    1900+106 = 2006 Ok I understand the rule. ...

    1900+106 = 2006

    Ok I understand the rule.

    Thank you.
  10. Replies
    3
    Views
    1,833

    How to read year in tm structure

    hello,

    I would like to know how to read the year format in tm structure. I obtain 106 as 2006 year. Could some one tell me what is the rule and method to extract year format in tm structure of ISO...
  11. Replies
    1
    Views
    3,820

    How to obtain more key code in ncurses ?

    Hello !

    Could you tell me how to obtain more key code under ncurses library.
    The way that I followed was to use getch() two times. The first step I get the 0x1b code, at the second time I get...
  12. May be the line and corner are replaced by - and...

    May be the line and corner are replaced by - and +, but when I typed <ALT+some number> I can see them. How can you explain that, I am wondering if the set are duplicated in the same font.

    Also, I...
  13. Where is my UNICODE extended wide character ?

    Hello,

    I am writing here because I can no wprintf() the BOX DRAWING SET character under Linux.

    When I specify character number arround U+0x2500 I obtain a "+" character as box corner ; not a...
  14. Replies
    4
    Views
    1,775

    >You can't get those characters under Linux, at...

    >You can't get those characters under Linux, at least I don't think you can.

    It is possible. ncruses library draw correctly corner and line.
  15. Replies
    4
    Views
    1,775

    Where is my extended wide character ?

    Hello,

    I am writing here because I can no wprintf() the BOX DRAWING SET character under Linux.

    When I specify character number arround U+0x2500 I obtain a "+" character as box corner ; not a...
  16. Replies
    2
    Views
    3,738

    Extended character ASCII in LINUX/WINDOWS

    Hello,

    I am writting C program under LINUX and I would like to know how to get extended character (beyond ASCII #127).

    I want to draw frame arround box but extended character are different...
  17. Replies
    6
    Views
    1,512

    >quzah and all Thank you for your help. ...

    >quzah and all

    Thank you for your help. Finally I will not use pointer in string/arry because it is very difficult to manage it. Really I do not need pointer.
  18. Replies
    6
    Views
    1,512

    >csisz3r kbuff is not a pointer in the main...

    >csisz3r

    kbuff is not a pointer in the main program.
    kbuff is not the same as *kbuff and &kbuff.
    The name are identical but *kbuff is pointer only available inside he function.
    They are...
  19. Replies
    6
    Views
    1,512

    I have followed your recommendation then this is...

    I have followed your recommendation then this is the new code
    cleaner. I remove the tolower() function to simplify but the problem remains:
    as result special/unreadable character stored in kbufft ....
  20. Replies
    6
    Views
    1,512

    Wrong access for char *string[]

    Hello,

    I am writing here because my application have unexpected
    function result.

    This function reverse the string content and lower case. For example "AZERTY" is the source then "ytreza" will...
Results 1 to 20 of 20