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!

Search results for query: *

  • Users: 158
  • Order by date
  1. 158

    Trying to make a array globle to 3 different functions

    Just finished it works perfect, you were a big help thanks again.
  2. 158

    Trying to make a array globle to 3 different functions

    Very helpful going to start working on this Thank you
  3. 158

    Trying to make a array globle to 3 different functions

    How does a function call the global array?
  4. 158

    Trying to make a array globle to 3 different functions

    Here is my sloppy code that I have been working on its not complete but gives you a idea of what i'm trying to do. #include <iostream.h> #include <iomanip.h> char fillArray(); char fowardArray(); char backArray(); main () { cout << setprecision (2) << setiosflags(ios::fixed) <<...
  5. 158

    Trying to make a array globle to 3 different functions

    Not sure how this is done, this is what I know. Declare array in main, but not fimilar with how to write the argument in the function to call the array. Also not sure if I need to put the &quot;&&quot; in the function argument so I can change the date of the array or does it not need it and...

Part and Inventory Search

Back
Top