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 SkipVought 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: *

  1. LittlePaul

    BPF.h

    At a guess its the Berkeley Packet Filter Check out: http://www.bgnett.no/~giva/watt-doc/a01045.html The file sourcecode is there, save it as a file bpf.h in your program directory. -LittlePaul
  2. LittlePaul

    Concatenate a variable to a string

    wsprintf(NewString, "%s %d", OldString, IntegerVariable); Isnt it as simple as that? -LittlePaul
  3. LittlePaul

    I have a question about C++

    Check out http://www.cs.tut.fi/~jkorpela/forms/cgic.html Good luck, LittlePaul

Part and Inventory Search

Back
Top