First of all void* just means that the variable can pretty much hold any type of data, from character all the way unto float. Let me just show you >>
Lets say you want void *variable;
to be equal 100;
Code:
void *variable = 100;
void *variable = 100;
template <size_t size> class Araye{ public: Araye(int input[]){ for (int i=0;i<size;i++) araye[i]=input[i]; } int araye[size]; };
int adad[3]={1,2,3}; Araye<3>
VIEW [dbo].[v_cash_sub] AS SELECT po_account, SUM(po_quantity ) as cash FROM dbo.position INNER JOIN dbo.security ON se_id = po_security WHERE se_cash <> 0 GROUP BY po_account