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...
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...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.