Ponteiro em C

Beschreibung

Mindmap am Ponteiro em C, erstellt von juninho.bq am 10/09/2015.
juninho.bq
Mindmap von juninho.bq, aktualisiert more than 1 year ago
juninho.bq
Erstellt von juninho.bq vor mehr als 9 Jahre
8
1

Zusammenfassung der Ressource

Ponteiro em C
  1. Ponteiros para structs
    1. struct nodo { int item,}
    2. Ponteiro para structs
      1. typedef struct nodo { int item; struct nodo *prox }
        1. typedef struct nodo { int item; struct nodo *ant, *prox }
        2. Ponteiro para Arrays
          1. int *pa; pa = &a[0];
            1. pa = pa + 1;
            2. Atenção
              1. Permitido
                1. pa = a; pa++;
                2. Não permitido
                  1. a = pa; a++;
                3. Código com o mesmo significado
                  1. pa = &a[0]; pa = a;
                    1. a+i; &a[i]
                  2. Declaração do ponteiro: int *p; Endereço de uma variável: p = &c;
                    1. p "aponta" para c
                    2. Operações
                      1. *ip += 10;
                        1. y = *ip + 1;
                          1. ++*ip; (*ip)++;
                          Zusammenfassung anzeigen Zusammenfassung ausblenden

                          ähnlicher Inhalt

                          ExamTimes Erste Schritte Anleitung
                          max.grassl
                          Grundbegriffe der Kostenrechnung
                          etsab1982
                          Die Verwandlung von Franz Kafka
                          barbara91
                          WERB Univie
                          Sandra S.
                          Vetie - Pharma 2017
                          Fioras Hu
                          Vetie Mibi 2018
                          Tropsi B
                          GESKO A PR WS 2018/19
                          Caroline Hannah
                          Vetie Para Tropfpräparate
                          Kristin E
                          Vetie Reprospaß2
                          Tropsi B
                          Vetie: Berufsrecht Altfragen 2013-2017 Teil 2
                          Johanna Tr
                          Vetie Geflügel 2019
                          Mascha K.