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 TouchToneTommy 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: bluejacket
  • Content: Threads
  • Order by date
  1. bluejacket

    Serial Comm. Driver

    Does anyone know where to get a free serial communication driver code written in Visual C++ out there?
  2. bluejacket

    Class Wizard

    When using Class Wizard, I realized that some of the classes are not accessible. Then I deleted the *.clw file and rebuilt the *.clw. This time, Class Wizard complained that it couldn't find the header & source files of some of the classes although I could see the requested files were included...
  3. bluejacket

    sscanf in MFC

    Does anyone know any function in MFC equivalent to the standard C function sscanf ?
  4. bluejacket

    Windows CE

    I am about to jump into the Windows CE development world but do not know where to start. Any suggestion?
  5. bluejacket

    Change colors

    Does anyone know how to change the colors of the Visual C++ editor screen?
  6. bluejacket

    TRACE macro

    Does anyone know how to setup VisualC++ in order to see the display of the TRACE macros for debugging?
  7. bluejacket

    Visual C++ textbook

    Does anyone know any Visual C++ book that has exercises at the end of each chapter?
  8. bluejacket

    How to see DLL files using Window explorer

    Hi, Can anyone tell me how to set up Window explorer for viewing DLL files? Thanks. Blue jacket
  9. bluejacket

    Serial port driver

    Does anyone know some Visual C++ books that talk about the description of the serial port driver in Visual C++ and how to use it? Please let me know. Thank you.<br>
  10. bluejacket

    CGI problem

    I had a problem of building CGI using Visual C++. The book said that in order to get the input stream from the browser the following code can be used: (METHOD = POST):<br> <br> // Get the size of the input stream<br> char* contentSize = getenv(&quot;CONTENT_LENGTH&quot;);<br> if...
  11. bluejacket

    STL for Visual C++

    As far as I know, Visual C++ does not support STL (standard template library) (please correct me if I am wrong). However, I want to have STL available in Visual C++. Please let me know what I should do.<br> <br> Thank you.<br> <br>

Part and Inventory Search

Back
Top