- // myfirst.cpp : Implementation of Cmyfirst
- #include "stdafx.h"
- #include "Mycom.h"
- #include "myfirst.h"
- /////////////////////////////////////////////////////////////////////////////
- // Cmyfirst
- STDMETHODIMP Cmyfirst::add(int a, int b, int *c)
- {
- // TODO: Add your implementation code here
- return S_OK;
- }
- STDMETHODIMP Cmyfirst::sub(int a, int b, int *c)
- {
- // TODO: Add your implementation code here
- return S_OK;
- }