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 TouchToneTommy 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: SSJ2Joseph
  • Content: Threads
  • Order by date
  1. SSJ2Joseph

    Trouble setting up a network with just two computers

    I'm trying to make a home network that consists of only two computers. The one client in this network has to connect to the server wirelessly. The server computer uses the Linksys Wireless Access Point Router with 4-Port Switch and the client computer is using the Linksys Instant Wireless PCI...
  2. SSJ2Joseph

    Counting Bits

    Now I'm faced with the challenge of couting the number of 1's in a 32-bit word. I can only use the ! ~ & ^ | + << >> operators. I can't use any control statements. This one is really tough. Anyone got any ideas?
  3. SSJ2Joseph

    Making a Conditional Function Using Bitwise Operators and !

    Hey all, I am VERY new to C and I'm not completely comfortable with the operators. One of the books I've been using to learn C asks that I use the bitwise operators (~ & ^ | + >> <<) and the ! operator to define a conditional function : int conditional(int x, int y, int z). The function...

Part and Inventory Search

Back
Top