Here is the solution for your prob for(int i=0; i < size; i++) { for(int j=0; j < size; j++) { printf("+"); printf("---"); }...
It shouldnt be an error I guess. It should be warning. Try writing sizetotal = (float)(float)size * MINE_DENSITY; and printf("%f",...
This is probably because ITAPI_SendSMS function calls the procedure and does not wait until the procedure has processed the message. It returns...
In int ITAPI_SendSMS ( ITAPI *pITapi, const char * pszDst, const char * pszMsg, AEECLSID clsDst, PFNSMSSTATUS pfn, void *pUser )The...
As a parameter passed in the function ITAPI_SendSMS. Just post the description of the API <ITAPI_SendSMS> and will let you know how the argument...
4 Rows and 4 Columns can be displayed using tables I guess.
What is the speciality with the menu.
Mind blowing in colours combination but Ok with the looks as looks are all the same.
Sorry wrong window. Its mind blowing on this thread. and the above post apply to http://www.go4expert.com/showthread.php?threadid=661
Actually its not that difficult if the design is done correctly but yes its a difficult job if implemented from middle.
In C++ No exceptions will be caught automatically and you need to be catching them all manually. The C++ in Windows programming catches the...
Thats because divide by zero does not throw and exception and you need to test that and throw the exception yourself. Something like if (b == 0)...
typedef allows you to define the function pointer as PFNSMSSTATUS varName.
No they may have passed it with arguments also. They might have declared it as. PFNSMSSTATUS MyMOSMSNotify(void*, int)
If you dont pass the arguments then it will show error if there isnt any default parameter as the case is with the normal functions.
PFNSMSSTATUS abc; this creates a pointer function variable. You need to be assigning it an address to a function. PFNSMSSTATUS abc = func;...
What I meant is You have the condition like #if charRead=='$' But I think it should be if(charRead=='$') Because I dont think MACRO if will...
What do you mean by did not run? I got the output of the printf statements. I guess you have the conditions in the #if instead of if and so...
www.microsoft.com/Windowsvista/
Separate names with a comma.