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 Mike Lewis 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: *

  1. mjmnyr96

    Sprite Intersection

    Have to make a game sort of similar to I guess its called "Break Out". Where you have to keep the ball from falling off the bottom of the screen while breaking all the blocks on the screen. I have the ball working but basically I cant get it to intersect with the blocks. I figure I'll need a...
  2. mjmnyr96

    How to stop output from scrolling the screen?

    I am printing out a pretty long linked list, and I need to have it print out a screen at a time. Can anyone point me in the right direction, or offer some tips, it would be appreciated. Thanks in advance. mm
  3. mjmnyr96

    How to tell if an array is full

    Awesome, never thought of that as a way around it. Thanks a bunch.
  4. mjmnyr96

    How to tell if an array is full

    I lost my internet connection after posting this. I should mention that it is an array of reals.
  5. mjmnyr96

    How to tell if an array is full

    I've noticed that if you try to use one of the built in functions, such as minval on an array that isnt full you get ???????? as a result. If I have a ten element array, how do I ask if element 10 is full? Thanks.
  6. mjmnyr96

    Exiting a loop

    Ok, this is gonna sound stupid but heres my problem. I have an array or reals size 20. I want the user to enter as many values as they would like up to 20. If they want less, fine, but how do I go about exiting the loop? Say they entered their 5 values they wanted, and now want the statistics...
  7. mjmnyr96

    Help with string concatenation.

    I am fairly new to Fortran and am running into a problem with "strings". Say I have a couple of variables: character tempword*20, a*1 Say I have the user go throuh a loop a certain number of times to fill tempword one character at a time. I store the input in a, but how do I now concatenate...

Part and Inventory Search

Back
Top