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 Rhinorhino 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: atothep
  • Content: Threads
  • Order by date
  1. atothep

    Assigning small integer to larger one

    Hi everyone, consider the following code snippet: ccccccccccccccccccccccccccccccc integer*4 :: i, j integer*8 :: k i = 1000000 j = 2000000 k = i * j ccccccccccccccccccccccccccccccc My question is: Is there any standard how this will be evaluated? Or is this...

Part and Inventory Search

Back
Top