Search:

Type: Posts; User: danielpaval

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    897

    Background process

    Hi! I'm writting a C++ MS-DOS application that has nothing to output on screen, but still there is a window that opens and closes after a very short time. How can I make it run in the background?...
  2. Replies
    16
    Views
    2,270

    I could use DJGPP (that's a compiler isn't it?)...

    I could use DJGPP (that's a compiler isn't it?) but in case of a contest the evaluators may not compile it with this...
  3. Replies
    16
    Views
    2,270

    I think that's too much for my present...

    I think that's too much for my present knowledge..but thanks anyway! I'll handle with less elements in an array.

    I wanted to solve a problem where the maximum lenght of the array was 30000 and...
  4. Replies
    16
    Views
    2,270

    It says Linker Error: Automatic data segment...

    It says Linker Error: Automatic data segment exceeds 64K...
    So 64K is the maximum an array can be?
  5. Replies
    16
    Views
    2,270

    There were some contests where the memory limit...

    There were some contests where the memory limit was set to some MBytes...so what can I do using the compiler I have (Borland C 4.5)?
  6. Replies
    16
    Views
    2,270

    I'm using BC4.5

    I'm using BC4.5
  7. Replies
    16
    Views
    2,270

    global variables - size

    I have to declare 4 global unsigned integer arrays of 30000 elements each and the compiler says it's too much...I know there are special compiler parameters. I don't know about dinamic memory...
  8. Replies
    3
    Views
    2,145

    winmodem on linux

    I have a US ROBOTICS internel modem and I have recently installed Linux on my computer, but it isn't detected. Is there anything I can do?
  9. Replies
    2
    Views
    2,321

    Thanks, it worked!

    Thanks, it worked!
  10. Replies
    2
    Views
    2,321

    from dos to windows

    When I finish running a dos programme in windows, the window doesn't close automaticly. I have to click the "X".

    What can I do?
    Is there something I can add to the source code to solve the...
  11. Replies
    6
    Views
    3,241

    Thanks for the code Wunna. I'm sure that it's...

    Thanks for the code Wunna. I'm sure that it's correct but when I try to compile it there is a linker error:

    "Undefined simbol _initgraph in module new.cpp"

    The file I'm writting is new.cpp...
  12. Replies
    6
    Views
    3,241

    mouse applications

    Does anyone know a good tutorial about how to use the mouse in DOS applications?
  13. Replies
    6
    Views
    1,069

    Thank you everybody. It worked both with header...

    Thank you everybody. It worked both with header files and several cpp files.
  14. Replies
    6
    Views
    1,069

    long source code

    My sourcecodes are getting longer and longer so harder to correct (modify). I know that a part of the code (some functions) are correct. How can I break the code into several files?
    What can I do...
Results 1 to 14 of 15