J John Jun 30, 2007 #1 I wrote a C++ function which has 2 integer parameters and returns an integer. Is it possible to implement this function in vb.net?
I wrote a C++ function which has 2 integer parameters and returns an integer. Is it possible to implement this function in vb.net?
G Guest Jun 30, 2007 #2 you mean like... private function Add(ByVal numOne as Integer, ByVal numTwo as Integer) as Integer return numOne + numTwo end function
you mean like... private function Add(ByVal numOne as Integer, ByVal numTwo as Integer) as Integer return numOne + numTwo end function
O Omar Abid Jun 30, 2007 #3 I wrote a C++ function which has 2 integer parameters and returns an integer. Is it possible to implement this function in vb.net? Click to expand... Give the code so we can debug it ! Omar Abid http://groups.google.com/group/VB2005 Visual Basic 2005 | Google Groups
I wrote a C++ function which has 2 integer parameters and returns an integer. Is it possible to implement this function in vb.net? Click to expand... Give the code so we can debug it ! Omar Abid http://groups.google.com/group/VB2005 Visual Basic 2005 | Google Groups