Search:

Type: Posts; User: lukas1viper

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    868

    Get installed drivers ant their types

    I need to get the frives on the system (a:, c:, d:), or whichever are installed. And also their typed that a: is floppy, c:, is a hdd, and d: is cdrom.
  2. Replies
    2
    Views
    1,375

    DJGPP wont compile under windoze XP. I would...

    DJGPP wont compile under windoze XP. I would suggest Win ME. And Allegro is with two"L". :)
    But you can give it a shot.

    Go to the dir where you have Allegro, then start->run and type command....
  3. Thread: Borland

    by lukas1viper
    Replies
    0
    Views
    848

    Borland

    I am using Borland C++ 5 Enterprise. I need to move the window of the application just by clicking on an image and draging it.

    please help me
  4. Thread: Borland

    by lukas1viper
    Replies
    1
    Views
    1,060

    Borland

    In borland c++ enterprise 5 i used spawn_l to run another program but i then cant do anything with the program which i ran it with. for example there is something like a desktop and then i use an...
  5. Replies
    2
    Views
    936

    No chance. You could never create a program like...

    No chance. You could never create a program like that. It has to go thru the system registers.
  6. Replies
    18
    Views
    3,513

    Use instead of . Iostream...

    Use <iostream.h> instead of <stdio.h>. Iostream is used to print text, stdio is not.

    The program should look like this:



    #include <iostream.h>
    int main()
    {
    cout << "Hello World";
  7. Thread: string

    by lukas1viper
    Replies
    0
    Views
    712

    string

    when i use char it only copies on character, what am i supposed to use to copy a whole string and then print it to the screen.
  8. Thread: Dev C++

    by lukas1viper
    Replies
    5
    Views
    983

    Dev C++

    When i build this code with dev c++ ver.4 it runs the program but then immediatly closes the console. what am i supposed to keep the console open?

    #include <iostream.h>
    int main()
    {

    ...
  9. Replies
    5
    Views
    992

    Please Help With Os

    What program shoul i use to create an OS.(opeartion system)
  10. Replies
    4
    Views
    1,206

    !!!!!Very intresting!!!!!

    Im programming in Borland C++ Builder 5 Enterprise. Im programming something like an operating system. I used ListView to show my icons on the desktop. But how am i supposed to open a window when i...
  11. Replies
    1
    Views
    1,176

    !!!PopupMenu!!!

    I am programming in Borland C++ Enterprise 5. I need a popummenu to be shown when i click a picture. But i want it to be shown at a certain place, not by the cursor. Please help.
Results 1 to 11 of 11