When porting C headers which include function declarations with
using char* types. Is it best to use const char* or const(char)*
as the type in the D declaration?
- const char* or const(char)* when porting C headers? Gary Willoughby
- Re: const char* or const(char)* when porting C hea... Adam D. Ruppe
- Re: const char* or const(char)* when porting C hea... Alexandr Druzhinin
- Re: const char* or const(char)* when porting C... Gary Willoughby
- Re: const char* or const(char)* when porti... Gary Willoughby
- Re: const char* or const(char)* when p... Benjamin Thaut
- Re: const char* or const(char)* w... Gary Willoughby
- Re: const char* or const(char... Benjamin Thaut
- Re: const char* or const(... Gary Willoughby
- Re: const char* or const(... Benjamin Thaut
- Re: const char* or const(char)* when porting C... Alexandr Druzhinin