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. nimberg

    _STL_MEMBER_TEMPLALES ?

    do you know how to configur to this option 10x agine nim
  2. nimberg

    how to install an stl lib on solaris with gnu compiler ?

    how to install an stl lib on solaris with gnu compiler ? is ther a way to do it ? is ther a documant thet halp you with it ? 10x
  3. nimberg

    converting a win function to unix

    i have a win function in the code that convert string to unicode WideCharToMuitiByte() i need a unit or stl function that can do the same work as the win function is ther a chanc you can help me ?
  4. nimberg

    socket class

    i need to bind a network card ( interface) to a spasifide prosses
  5. nimberg

    how to bind ip addres with interface ( procces )

    how to bind ip addres with interface ( procces ) i have an ip that i want to bind a procces to it is ther a way to do it in uinx ? 10x
  6. nimberg

    socket class

    hi ther i need class in c++ that use the socket ipc to comunicate btwin prosses is ther a chance i can get 1 ?
  7. nimberg

    how to use fork

    hello all i need a good exemple how to use the fork in uinx c++ i need a sinple code that use fork and i will be able to GCC ezy... i rilly hope that sumbudy have or know how to do it 10X nimrod
  8. nimberg

    Modeless dialog

    i need to use a Modeless dialog box to show an importent message! i use the folling code CWnd Dig; CWnd *pWnd = new CWnd; pWnd->CreateEx(WS_EX_CLIENTEDGE,_T("STATIC"),"Prosses is..", WS_CHILD |WS_POPUP|WS_CAPTION | WS_VISIBLE,310, 310,160,100,m_hWnd,(HMENU)1234); and i cant...

Part and Inventory Search

Back
Top