Go4Expert

Go4Expert (http://www.go4expert.com/)
-   C (http://www.go4expert.com/forumdisplay.php?f=20)
-   -   what is the algorithim for the prototype function. (http://www.go4expert.com/showthread.php?t=7166)

avinash6174 3Nov2007 19:31

what is the algorithim for the prototype function.
 
/* The offset & length are in terms of bits..
the fourth parameter is a value which is to be stored in char pointer that is pData
*/
void putBits(char*pData , int offset , int length , int value )
{
}

int main()
{
char *pData = new char[90];

putBits(pData , 9 , 13 , 200);

}


All times are GMT +5.5. The time now is 19:15.