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

    API Development

    Hey everyone, I wasnt really sure if this was the correct forum to post to, so if I am wrong I can post it elsewhere. I have a potential contract coming up and from my understanding the client would like to create a new C++-based API, based on some existing technologies. Aside from the existing...
  2. SDowd

    Finding where my memory leaks are

    Hey everyone, Here's the scenario: I joined a team of developers a few months ago to work on a number of different projects all with the same code base. The code base has been around for a few years at this point, in the hands of many different engineers, at different stages and times. I've...
  3. SDowd

    Initializing Class member pointers

    Hey everyone, I was wondering if anyone could tell me the difference between ClearDialog::ClearDialog(): m_pIDTextCtrl(NULL), m_pDispatchComboBox(NULL), m_pCauseComboBox(NULL), m_pCureComboBox(NULL), m_pTextBox(NULL) { } and: ClearDialog::ClearDialog() { m_pIDTextCtrl = NULL...
  4. SDowd

    using w32api function calls from php in an html page

    hey everyone, im trying to place message boxes in my php script in order to make sure my data is useful as i make my way through the page. i tried using the dl() function to register the w32api, then register the function, to then later call it. does anyone know if i am doing anything wrong...
  5. SDowd

    Using ruby inline

    i came across this little program/list of scripts that is supposed to allow you to embed C/++ external module code in your ruby script directly. i was wondering if anyone has used this before or knows a good way of bridging ruby with c++. im trying to gain access to a c++ class through ruby...
  6. SDowd

    Seeing unicode strings in watch window

    does anyone know how to setup visual studio so that in the watch boxes rather than looking at a bunch of hex values for unicode strings, i can see the actual string/value. thanks in advance steve

Part and Inventory Search

Back
Top