pea
developer
unsigned char *filename;
or
char *filename?
Personally I have a few rules:
1) I always use unsigned char (as ascii/ansi goes 0 up)
2) alsways end filepath in a slash after folder name. No slash indicates file
Am I doing it right? What are the actual conventions if any?
or
char *filename?
Personally I have a few rules:
1) I always use unsigned char (as ascii/ansi goes 0 up)
2) alsways end filepath in a slash after folder name. No slash indicates file
Am I doing it right? What are the actual conventions if any?