User profile: Leonardo321

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Leonardo321
History
Joined:
Number of posts:11
Latest posts:

help with this code!!
answer my other questions. how i can print the buffer content how the data is represented? in ascii ...

help with this code!!
BUMP

help with this code!!
[code] #include <stdio.h> #include <stdlib.h> int main () { FILE * pFile; long lSize; char * ...

help difference between char buf[5] and char * arg[5]
what is the difference between those 2 functions [code]int foo(char *ch[5]){}[/code] [code]int foo...

copyfile error 5 access denied!
how can i get those persmissions? how to do it manually i prefer doing it using c++. note: i already...