Translation of "Char" to English language:
Dictionary Portuguese-English
Examples (External sources, not reviewed)
| Seu nome serviu de inspiração para o personagem Char Aznable da mais importante série de ficção científica japonesa, Mobile Suit Gundam. | Aznavour's name was used as the basis for the name of the character Char Aznable by Yoshiyuki Tomino in his 1979 mecha anime series, Mobile Suit Gundam . |
| Aqui está uma uma versão corrigida do código syntaxhighlight lang c include stdio.h include stdlib.h include string.h size_tfoo_len (const char s)intmain (int argc, char argv ) syntaxhighlight Ao recompilar e executar novamente o programa dentro do GDB, agora é possível observar o resultado correto O GDB imprime a saída do comando codice_8 na tela, e então informa ao usuário que o programa terminou normalmente. | Here is a fixed version of the code syntaxhighlight lang c include stdio.h include stdlib.h include string.h size_t foo_len (const char s)int main (int argc, char argv ) syntaxhighlight Recompiling and running the executable again inside GDB now gives a correct result syntaxhighlight lang gdb syntaxhighlight GDB prints the output of codice_8 in the screen, and then informs the user that the program exited normally. |
| Exemplos de código Hello world Ou também Classes, subclasses e métodos virtuais Um exemplo com uso de classes, subclasses e métodos virtuais O exemplo acima tem uma superclasse (Glyph) com duas subclasses (Char e Line). | Classes, subclasses and virtual methods A more realistic example with use of classes, subclasses and virtual methods The above example has one super class (Glyph) with two subclasses (Char and Line). |