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

    problem with array

    Hi, I have a strange problem. I am trying to write some values in an array that is located in a subroutine in a different file from the file tha t contains the main program.When the program tries to access the array I am getting an access violation error.If I move the subroutine in the same...
  2. manoslev

    sort real numbers

    Is there any way to sort real numbers from a lowest to a higher value ? I am trying to do it with a do loop but it doesn't perform well when assigning real values to start,stop and increasing arguments of do loop. I am using F90
  3. manoslev

    Help with character strings

    Hi I need to set a character string a(i:i) as an array element.I though it would be something like b(j) = a(i:i) where b(j) is the array element but it doesn't seems to work.Can you please help me?
  4. manoslev

    GCC compiler problem

    Hello, I was trying to configure a copy of gcc-3.4.3 in a SGI workstation running Irix6.5 and got the following error message *** The command '/usr/ucb/cc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. My question is: How can I compile...
  5. manoslev

    TV tuner problem

    Hi I have a problem with a Kworld TV tuner. After I install the drivers Windows XP recognize the PCI card and everything seems to be ok but... when I am trying to run the TVR software that comes with the tuner I get the following message : "honestechTV.exe has encountered a problem and needs to...
  6. manoslev

    Help with arrays

    I want to know if it is possible to assign 2 values in one array element. For example I want the element a(1,1) to store the values 123 and 456. I would appreciate if anyone could help me!

Part and Inventory Search

Back
Top