Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Hi friends, As i a writting small C program to pass the structure pointer in the function. i am endup with small problem, plz let me know how to crack this one? ///////////////// [code] void function1(void *); void main() { int size_offset = 0; typedef struct { int a; int … | |
Hi All, Basically I (myself Vijay) am a C/C++ developer as i want to implement generic data type in C. i was searching in the google. then i come across similar kind of implementation in the python develoer chain. i was going through some of the mailing chain in [python-dev] … |
The End.