Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: coolerfantasy
  • Order by date
  1. coolerfantasy

    OUTP and screen modes

    monkhandle thank you .
  2. coolerfantasy

    OUTP and screen modes

    monkhandle really thank you the second link doesnt open :( it compiled successfuly but run time error occured however thank you very much i will analys it carefuly to understand how it works did you say it worked with digital mars compiler .
  3. coolerfantasy

    OUTP and screen modes

    lionelhill , xwb you are both all right at this stage my project exactly how to do bios interrupt 10h using OUTP , ANSI C is the next stage of my project if you can then help me there is no more time left thank you .
  4. coolerfantasy

    OUTP and screen modes

    xwb thank you i cant use this built in features i have to find another ways you can read reasons above thank you again .
  5. coolerfantasy

    OUTP and screen modes

    monkhandle CONIO.H is allowed in my project so if you can show me how can i use outp to switch mode to graphic mode then write pixels please hurry thank you .
  6. coolerfantasy

    pointers in C

    lionelhill thank you for explaining however just one success of do grafics using pointers is good for my project i only need to do that as a start step if you can give me the way it will be kind of you .
  7. coolerfantasy

    OUTP and screen modes

    well ,thank you guys for replies XWB >> i use QC v2.0 compiler under dos . monkhandle >> i have a university project should be complete under dos using ANSI C i have no choice , coz ANSI C doesnt support graphics ,doesnt support asm , doesnt support even dos.h the i have to find a method to...
  8. coolerfantasy

    OUTP and screen modes

    hello every body can i use ( OUTP ) which is found in CONIO.H to switch screen mode to graphic mode ? then use it to write pixels thank you .
  9. coolerfantasy

    pointers in C

    0xA0000000L what about that
  10. coolerfantasy

    pointers in C

    monkhandle yes you allright i'm really need to use pointer to point and call BIOS 10H service please if that possible then give me a completed program even to write one pixel thank you .
  11. coolerfantasy

    pointers in C

    thank you monkhandle I commend your effort by the way, i found code that do it and tried it it worked succesfuly , here is it : ------------------------------------------------------ main() { char far *scrn = (char far *) 0xB8000000; short int attribute = 164; int full_screen = 80 * 25 *...
  12. coolerfantasy

    pointers in C

    monkhandle , xwb thank you for reply asm doesnt accepted with ANSI C and my project should doned with ANSI C can you give me a complet program how to point to the 10H interrupt then call it thank you .
  13. coolerfantasy

    pointers in C

    MS DOS
  14. coolerfantasy

    pointers in C

    hi guys can pointers in " C " point to the BIOS interrupt 10H and then call this service ?

Part and Inventory Search

Back
Top