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. shredzone

    array section

    This is an elementary question that has been bugging me since sometime. If I pass an array section to a subroutine that declares the corresponding dummy array explicitly would there be a physical copy of the object (assuming the interface of the callee is available to the caller)? Is there an...
  2. shredzone

    mixed language programming issue

    This is an example code fragment. In reality I will have a psuedo RNG sitting in C++ and a driver sitting in the C++. The analytics in F95 needs to access the random generator (not random numbers - otherwise is mute - as you mention). I can wrap the random generator similarly to dumpit for...
  3. shredzone

    mixed language programming issue

    Hi! First I am new to Fortran. I have a situation of C++ class calling fortran function which needs to call back a member function of that class. Below is the code that takes an "ugly" approach. Please let me if there are other better solutions. If not, is it okay to do something like what I...
  4. shredzone

    assigning values to generics

    I am new to VHDL. When instantiating a component I need to assign a value to the generic which depends on another generic parameter declared in the entity. Is some form of conditional assignment possible for generics? I hope the above makes sense.

Part and Inventory Search

Back
Top