home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / physics / 18511 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.4 KB  |  55 lines

  1. Newsgroups: sci.physics
  2. Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!c.brennan@student.utas.edu.au
  3. From: c.brennan@student.utas.edu.au (chris brennan)
  4. Subject: Re: Computer Program Idea - Help!!
  5. Message-ID: <1992Nov9.073234.22505@newsroom.utas.edu.au>
  6. Sender: news@newsroom.utas.edu.au
  7. Organization: University of Tasmania
  8. References: <1992Nov5.35540.4531@ms.uky.edu>
  9. Date: Mon, 9 Nov 1992 07:32:34 GMT
  10. Lines: 43
  11.  
  12. In article <1992Nov5.35540.4531@ms.uky.edu>, msunde01@mik.uky.edu (Mark Stephen Underwood) writes:
  13. >      I am currently trying to teach myself the C++ programming language  
  14. > and am in need of a "project" to work on - one that will be interesting   
  15. > and useful, rather than the usual boring stuff (in other words, my mind  
  16. > has drawn a blank).  I was wondering if any of you had any ideas of a  
  17. > utility or other handy little program that you always wished you could  
  18. > have on your PC (or whatever), possibly of the Personal Information  
  19. > Manager or Handle-those-Dumb-little-Calculations-I-Keep-Having-to-do or  
  20. > possibly even something to handle some experimental data.
  21.  
  22.  
  23. Well most video cards can have upto four pages (screens) of text in memory
  24. which can be switched in with a bios call (ibm's i'm talking about)
  25. so a little tsr which switched screen pages would be great.
  26.  
  27. This could be done by copying what's on the screen (page0 usually)
  28. to page1,2,or 3 or by simply issuing a bios call to int10. The trick
  29. part is setting the thing up as a tsr, and doing the bios call
  30. when dos isn't busy or simply swapping the two screen pages around.
  31.  
  32. >      If you do, I would greatly appreciate an idea to work on while I  
  33. > learn.  Please describe the nature of the "problem" and any relevant  
  34. > input/output needs, and maybe in a few months I'll actually be able to do  
  35. > something useful.  If you need something of a VERY technical nature  
  36. > (something in math/science/whatever) that I have no experience in yet I  
  37. > will also need help with relevant equations, concepts, or whatever.
  38. >      Thank you.
  39. > --
  40. >             By your leave,
  41. >             
  42. >                 Mark S. Underwood
  43. >                 Electrical Engineering Student
  44. >                 University of Kentucky
  45. >                 msunde01@mik.uky.edu
  46. >                 
  47. > P.S.  This is a (somewhat) serious request from a programming novice, so  
  48. > please do not ask me to write a program that solves the three-body problem  
  49. > or does anything else extremely hard, or does anything impossible.
  50.