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 gkittelson 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. rgarro

    Using vb script, how would I 'and' a subnet mask?

    Using batch set /a "a=224&245". How would I do the same thing in VB script?
  2. rgarro

    Can anyone help me with this? This code will not work.

    Something must have happened during my cut 'n paste, becase all of my arrays were two dimensional. I'll try again: #include <iostream> using std::cout; using std::endl; #include <iomanip> using std::setw; #include <ctime> void main() { const int first = 5, second = 5; int...
  3. rgarro

    Can anyone help me with this? This code will not work.

    #include <iostream> using std::cout; using std::endl; #include <iomanip> using std::setw; #include <ctime> void main() { const int first = 5, second = 5; int firstArray[first][second] = {0}; int secondArray[first][second] = {0}; int thirdArray[first][second]= {0}; int fourthArray[]=...
  4. rgarro

    Two Dimensional array sort

    Thank you very much for your time...it is much appreciated.
  5. rgarro

    Two Dimensional array sort

    How do you sort a 2 dimensional array???

Part and Inventory Search

Back
Top