Ponteiro em C

Description

Mind Map on Ponteiro em C, created by juninho.bq on 10/09/2015.
juninho.bq
Mind Map by juninho.bq, updated more than 1 year ago
juninho.bq
Created by juninho.bq almost 9 years ago
8
1

Resource summary

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)++;
                          Show full summary Hide full summary

                          Similar

                          'Of Mice and Men' - John Steinbeck
                          cian.buckley
                          Social Psychology, Milgram (1963)
                          Robyn Chamberlain
                          The Heart
                          annalieharrison
                          Lord of the Flies Quotes
                          sstead98
                          B7: Further Biology
                          Matthew Law
                          Biology AS Level UNIT 1
                          Valentin Andrei
                          Biological Psychology - Stress
                          Gurdev Manchanda
                          Electrolysis
                          lisawinkler10
                          OCR GCSE History-Paper Two: The Liberal Reforms 1906-14 Poverty to Welfare State NEW FOR 2015!!!
                          I Turner
                          GCSE geography natural environment
                          Archie Horwood
                          Body Systems Revision
                          D Arora