Search:

Type: Posts; User: bilbo

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,965

    Sorry, I mispelled the name, I intended - as you...

    Sorry, I mispelled the name, I intended - as you said - pdcurses
    (pdcurses.sourceforge.net).
    Last was released in 2002.

    Best regards, bilbo
  2. Replies
    8
    Views
    1,965

    keats, I tried to compile your stuff on an old...

    keats,

    I tried to compile your stuff on an old BCC 3.1 (1992!) that I found on my hard disk (with Windows XP) and I had the same problems.
    If you remove gotoxy(MAXX, MAXY) and remove the...
  3. Replies
    5
    Views
    8,590

    Nice link, thanks Codeplug. Unfortunately,...

    Nice link, thanks Codeplug.
    Unfortunately, security holes are everywhere, especially in Windows platforms and IPC; but anyway...

    Regards, bilbo
  4. Replies
    8
    Views
    2,406

    Ok, quzah, got it! Next time I'll specify "this...

    Ok, quzah, got it! Next time I'll specify "this is valid only for MSVC, or GCC, or something else", or - better - I'll avoid to suggest non-standard solutions, as you pointed out.


    Sorry, quzah,...
  5. Replies
    5
    Views
    8,590

    well, let me say, that's not true... In fact...

    well, let me say, that's not true...
    In fact DLL's with shared sections can be used as an alternative implementation of inter-process communication...
    for a sample code, please look at...
  6. Replies
    8
    Views
    3,139

    all your compilation errors come from invalid...

    all your compilation errors come from invalid declarations of constructors and destructors.

    So please replace



    PlayingArea()
    {
    return NULL;
    }
  7. Replies
    8
    Views
    2,406

    Sorry, quzah, I am new to this board (I have just...

    Sorry, quzah, I am new to this board (I have just subscribed today) and in a rush of giving my contribute I have not yet read the fuc*ed FAQ.
    I just thought that Kate was using Microsoft Visual C,...
  8. Replies
    8
    Views
    2,406

    Another quick and dirty solution (above the one...

    Another quick and dirty solution (above the one suggested by quzah: check scanf() return code) could be to flush standard input before scanf(): fflush(stdin) before scanf() could do the trick.

    But...
  9. Replies
    9
    Views
    2,520

    IMO 7stud is right. If you want to write a...

    IMO 7stud is right.

    If you want to write a very fast GUI application you have to (temporarily) convert to some other language (yes, I hate VB but I use it)...

    Three possible solutions, in...
Results 1 to 9 of 9