Search:

Type: Posts; User: Powerfull Army

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    866

    yes,I've read that,but im not sure how to use ios...

    yes,I've read that,but im not sure how to use ios append,does it just simply write what you tell it to at the end of the file?And I still need to know how to read as I explained.
  2. Replies
    11
    Views
    1,278

    Im not sure what you need to use conio.h,but you...

    Im not sure what you need to use conio.h,but you probably have it,and it has gotoxy(int x,int y) to move the cursor,like this to move to top-left:
    gotoxy(1,1);
  3. Replies
    4
    Views
    866

    File I/O specifics

    Can anyone tell me all about file i/o with fstream?I used to know this but forgot.I need to know particulars,for example and especialy:
    how would you write at the end of an already eisting...
  4. Replies
    19
    Views
    4,692

    O,I thought you meant you wanted integer to...

    O,I thought you meant you wanted integer to bool,sory.:o
  5. Replies
    19
    Views
    4,692

    Use a cast.Im quite rusty and a newbie to begin...

    Use a cast.Im quite rusty and a newbie to begin with but I believe you want this(this is an example):


    int i=1;
    bool b;
    b=<bool>i;

    I believe that should work,and all types have casts:
    ...
  6. Replies
    26
    Views
    6,524

    the 'Dark side' is right.Windows messes...

    the 'Dark side' is right.Windows messes everything up.Viruses would be imposible to create if it wasnt for the Windows registry.So many mangled drivers and uncustomization that very soon you realize...
  7. thanks master,but isnt logow and config.sys just...

    thanks master,but isnt logow and config.sys just exceptions to the rule that the system looks for?
  8. Replies
    10
    Views
    6,250

    doob,im asking if it will run in 16-bit DOS(true...

    doob,im asking if it will run in 16-bit DOS(true DOS).
  9. Replies
    10
    Views
    6,250

    so it wouldnt work with dos?Would your program...

    so it wouldnt work with dos?Would your program work with DOS only,no windows?
  10. Replies
    51
    Views
    9,468

    Poll: I tried that,it doesnt compile 16-bit.Anyway I'd...

    I tried that,it doesnt compile 16-bit.Anyway I'd much rather have the Borland 16-bit compiler,how do you get it?Anyone?
  11. Replies
    51
    Views
    9,468

    Poll: Speaking of compilers,i tried alot and am having...

    Speaking of compilers,i tried alot and am having trouble geting 1 for true-dos(16 bit apps).Can someone tell me what(in the free section of borland compilers) i need to download to get a 16-bit...
  12. Replies
    10
    Views
    3,491

    Windows isn't an OS,that's just what microsoft...

    Windows isn't an OS,that's just what microsoft wants the people that think windows is chips in the computer instead of some stupid,worthless,unethical,destructive,stunting,giganticaly wasteful...
  13. Replies
    10
    Views
    6,250

    Hi,I looked at your code and played your game.Not...

    Hi,I looked at your code and played your game.Not bad,but could you please explain the cls() function,i mean how it works to clear the screen.I remember seeing DWORD elsewhere but i don't know what...
  14. Memory-Resident programs and Sys files

    Ho do you make valid .Sys files?I mean,what are they, compiled assembler?And how do you get them to do things that only Sys files can?Also,how do you make memory resident programs?
  15. Replies
    8
    Views
    1,520

    and the basic colors of light make white,the...

    and the basic colors of light make white,the basic colors of pigment makes dark(quite an illustration isn't it).
  16. Replies
    8
    Views
    1,520

    The unregistered is me(forgot to...

    The unregistered is me(forgot to sign-in).:rolleyes:
  17. Replies
    9
    Views
    1,905

    Thanks travelor,i am now part of the Borland...

    Thanks travelor,i am now part of the Borland commmunity and I'm downloading the Borland compiler.Il tell you if all goes well,once again thanks:D
  18. Thanks,that explains alot,i pasted your reply to...

    Thanks,that explains alot,i pasted your reply to a file on HD just to make sure i didn't lose it:D .But what about displaying the BMP without an API after it is created,i guess that was my real...
  19. Replies
    9
    Views
    1,905

    I've seen all of that but: i didn't want to...

    I've seen all of that but:
    i didn't want to become a part of 'the Borland community' but now i'm thinking about it.As for Dev-c++:i tried it and it kept saying:cannot compile,or something like that...
  20. that's interesting,but i abhore windows realy,and...

    that's interesting,but i abhore windows realy,and it would realy be windows writing the bit-maps,not my program.
  21. Replies
    9
    Views
    1,905

    I found absoloutely no documentation on any...

    I found absoloutely no documentation on any site.And you proved yourself an idiot by writing pathetic pseudo-code.You are probably one of those idiots who knows a litle about Windows and the Internet...
  22. Replies
    26
    Views
    6,524

    YES!: Finally someone is talking about true/win...

    YES!:
    Finally someone is talking about true/win DOS.I need a compiler that will compile true-DOS REAL BAD.It's EXTREMELY FRUSTRATING(:mad: :mad: :mad: ) to have to search so hard just to write...
  23. Replies
    19
    Views
    2,442

    Good grief,talk about charged guilty before...

    Good grief,talk about charged guilty before proven,the poor guy was thougth guilty before charged,he was just helping.Considering Prosecutor vs. Defendant,seems the Defendant outa...
  24. Replies
    9
    Views
    1,905

    this sites Compiler Resources Specs.

    Can any one tell me how to compile a totaly stand-alone true-DOS program using any of the free compilers on this site?
  25. Thats one way,but then you become dependant on...

    Thats one way,but then you become dependant on those libraries,i'd rather stay independant and right my own code for it
Results 1 to 25 of 44
Page 1 of 2 1 2