Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C - Strings #12

Open
5 tasks
luizffgv opened this issue Oct 30, 2021 · 0 comments
Open
5 tasks

C - Strings #12

luizffgv opened this issue Oct 30, 2021 · 0 comments
Labels
adição Adição de conteúdo C Relacionado ao conteúdo de C

Comments

@luizffgv
Copy link
Member

luizffgv commented Oct 30, 2021

Strings são um conceito amplamente utilizado no C e sua biblioteca padrão. É importante saber como funcionam.

Esse vai ser difícil.

  • Strings vs. arrays de char
  • Localização de literais string na memória
  • Strings como ponteiros vs. strings como arrays
  • Como utilizar seguramente ponteiros para literais string (char const *)
  • Funções de <string.h>
@luizffgv luizffgv added the adição Adição de conteúdo label Oct 30, 2021
@luizffgv luizffgv added this to the Apresentação milestone Oct 30, 2021
@luizffgv luizffgv added the C Relacionado ao conteúdo de C label Nov 5, 2021
@luizffgv luizffgv removed this from the Apresentação milestone Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adição Adição de conteúdo C Relacionado ao conteúdo de C
Projects
None yet
Development

No branches or pull requests

1 participant