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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by majortom3

  1. majortom3

    Error while compilation

    Is 'queue' something you have defined yourself? It sometimes happens that a class/struct/variable gets #included twice, because of the nature of the file dependencies, e.g. you #include various files, but two of these in turn #include some common file. If this is the case, you can get round it...
  2. majortom3

    C++ call to fortran with array of CHARACTER*(*) strings

    This took me ages to figure out, so I hope it's of use to someone. Firstly, each compiler is different; I am using GNU gcc on Linux. A CHARACTER variable, like any other, is passed between Fortran functions by reference, i.e. the calling C/C++ function should pass a char*. Now Fortran uses a...

Part and Inventory Search

Back
Top