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 strongm 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. Lokiworm

    Riging up 2 hard drives...

    what does anyone suggests for setting the jumpers of the second harddrive if i dont have the manual?? How would i know where to put it?? any ideas or help?? -jeremy-
  2. Lokiworm

    Help with a C++ Game!

    Latest update on code: #include <iostream> #include <iomanip> #include <ctime> using namespace std; void display_themaze1(char maze1[23][35]); void filmazes(char maze1[23][35], char fil); void drawmaze1(char maze1[23][35]); const float len[12]={5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; int...
  3. Lokiworm

    Help with a C++ Game!

    All the info is good but it still doesnt help my problem!! When the program goes into the For loop it generates 3 sets of random numbers, but for some reason the randomly generated numbers are not going into the double arrays found in the While loops. Either I am putting them in wrong or...
  4. Lokiworm

    Help with a C++ Game!

    **I am working on a game that is a maze type thing. I am trying to get the lines i draw in the grid to be randomly generated. But I think that there is one little thing I am doing wrong because I dont know enough about randomly generated numbers and characters with the puesdo thing.** Here is...

Part and Inventory Search

Back
Top