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!

Search results for query: *

  • Users: neevor
  • Content: Threads
  • Order by date
  1. neevor

    linking a library file

    I am using a version of gcc that allows me to create programs for windows while using unix. i am trying to like the wsock32 library to the program for compiling it, but it does not seems to be working. it also does not seem to find the header files i added even though they are in the same...
  2. neevor

    the power of assembly

    I am new to programing. I have had a little experiance with C and C++ but wanted to learn a language that was faster and closer to the computer. However, I was wondering how can assembler be closer to the computer than C when many assembler compilers are written in C?
  3. neevor

    Trouble with bitwise logic operations

    I am new to c++ and have had no problems until i got to bitwise logic operations. I compiled the code from a book i have and i can't get it to work right. I can get it to take in two variables but it won't treat them like hex numbers. If i enter someting like 00ff as an argument it won't work...
  4. neevor

    trouble with bitwise logic operations

    I am new to c++ and have had no problems until i got to bitwise logic operations. I compiled the code from a book i have and i can't get it to work right. I can get it to take in two variables but it won't treat them like hex numbers. If i enter someting like 00ff as an argument it won't work...
  5. neevor

    bitwise logic operations

    I am pretty new to c++ and have had a pretty easy time with it till i got to bitwise logic operations. I tried an example program out of a book I have and can't get it to work. The code is: #include <stdio.h> #include <iostream.h> int main(int nArg, char* nArgs[ ]) { cout.setf ( ios::hex); int...

Part and Inventory Search

Back
Top