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 wOOdy-Soft 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 SSJ2Joseph

  1. SSJ2Joseph

    Trouble setting up a network with just two computers

    Sorry, I should have been clearer. Yes, I have a broadband connection hooked up to the router and from the router to my computer. So it would seem I want the client to connect to the router, not the other computer. The question is how do I configure the PCs so that I have a working network...
  2. 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...
  3. SSJ2Joseph

    Counting Bits

    Recursion is not allowed.
  4. 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?
  5. SSJ2Joseph

    Making a Conditional Function Using Bitwise Operators and !

    Thanks, but I can't use && or ||; I can use & and |. Maybe an example of what this function is supposed to do will help. I should be able to enter the expression : conditional(2,4,5); and get an answer of 4.
  6. 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