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...
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...
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?
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.