Re: usp10: Resend - Add funtionality for ScriptStringAnalyse
30 Jul
2006
30 Jul
'06
8:09 a.m.
On Sunday 30 July 2006 09:30, Jeff L wrote:
+ Script_string_analysis *pScript_str_analysis; + void *pAnalysis_ptrstr;
Uniscribe is about scripts, so why not leave off these 'Script' prefixes? Furthermore, I think encoding the type in the variable name is redundant, you get that information from reading the declaration. Also, the void pointer variable is not needed, you can cast *pssa straight away. So, what about something like this instead?: string_analysis *analysis; -Hans
7076
Age (days ago)
7076
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker