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 bkrike 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 packedd

  1. packedd

    printing characters inside an array

    Given the following array and predefined values:<br><br>#define MAX_H 24<br>#define MAX_W 80<br><br>char arr[MAX_H][MAX_W];<br>char symbol = '#';<br><br>How do I print(to the screen)the following characters inside the array(can be anywhere inside the...
  2. packedd

    highlighting a link on a mouseover using the style tag

    The following code placed in the &quot;&lt;style&gt;&quot; tag works for highlighting a link on a mouse over(in Internet Explorer). Can it be modified to work in Netscape???? <br><br>A{ text-decoration: none; }<br>A:active {text-decoration: none...

Part and Inventory Search

Back
Top