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

    modifying the order of the loops

    Hi guys! I am trying to modify my code but it do not works. I am trying to put "DO j= 1, 1000" first that "DO i= 1, 20". How to do and keep the same results? DO i = 1, 20 m = 0 m_2 = 0 p = 10*i DO j = 1, 1000 d = 0 c = 0 DO...
  2. NTC0394

    c and fortran

    How to use a fortran subroutine inside a program in c, or a program in c call it? If it is possible, how to do this? Send me an example, please.
  3. NTC0394

    problems about date_and_time

    I am trying use date_and_time to calculate how old someone are but I am having some problems about how change characters to integers. Please, help me!! Thank you in advance PROGRAM how_old IMPLICIT none INTEGER, PARAMETER :: m_year = 12 INTEGER :: m_born, year_born , day_born, how_old...
  4. NTC0394

    convert integers to roman

    I need a program to ask the user a number from 1 to 3999 and convert to roman. I don't know how do this without using WHILE. thank you in advance!
  5. NTC0394

    Modifying a matriz of dynamic product

    I would like to modify the following program to fill the matriz on a sub-routine. But I would like to do it most general possible analising the possiblity that the matriz has no the same number of line and columns...

Part and Inventory Search

Back
Top