GiD - The personal pre and post processor

Multi-line phrases

In C/C ++ it is possible to mark a string with more than one line with the _( ) command: the preprocessor joins the lines into one:

sprintf(buf,_("this"
"it's an example");

It would be valid for compilation and execution purposes. However, for ease of processing, it is advisable to use single-line strings.

COPYRIGHT © 2022 · GID · CIMNE