A apresentação está carregando. Por favor, espere

A apresentação está carregando. Por favor, espere

2003 Prentice Hall, Inc. All rights reserved. 1 Ambientes de Programação C++ Tópicos 1.1 Introdução 1.2 Compiladores C++ 1.3IDEs C++ 1.4Editores de código.

Apresentações semelhantes


Apresentação em tema: "2003 Prentice Hall, Inc. All rights reserved. 1 Ambientes de Programação C++ Tópicos 1.1 Introdução 1.2 Compiladores C++ 1.3IDEs C++ 1.4Editores de código."— Transcrição da apresentação:

1 2003 Prentice Hall, Inc. All rights reserved. 1 Ambientes de Programação C++ Tópicos 1.1 Introdução 1.2 Compiladores C++ 1.3IDEs C++ 1.4Editores de código C++ 1.5Construindo projetos: Makefile 1.6Construindo projetos: SCons

2 2003 Prentice Hall, Inc. All rights reserved. Introdução Plataformas –Linux –Windows –Mac OS/X Hardware –Intel –AMD Padronização de C++ –United States American National Standards Institute (ANSI) –Worldwide International Organization for Standardization (ISO)

3 2003 Prentice Hall, Inc. All rights reserved. Compiladores C++ Multi-Plataforma –GNU C++ (g++) –CodeWarrior C++ –Intel C++ Windows –Visual Studio.Net

4 2003 Prentice Hall, Inc. All rights reserved. Entornos Integrados para desenvolvimento Multi-Plataforma –Eclipse (requer que esteja instalado o java) Windows –Visual Studio.Net Linux –Kdevelop

5 2003 Prentice Hall, Inc. All rights reserved. Editores de Código Linux –Kate –SciTE –Anjuta, etc. Windows Crimson, SciTE

6 2003 Prentice Hall, Inc. All rights reserved. Escrevendo Código Indentação (espaçõs x tabs) Codificação de caracteres (utf-8 vs. ISO-8859-1) Documentação –Doxygen

7 2003 Prentice Hall, Inc. All rights reserved. Construindo Projetos: Makefile Por que usar makefile? Variáveis Argumentos Alvos Regras Dependências Regras especiais

8 2003 Prentice Hall, Inc. All rights reserved. Construindo Projetos: SCons O que é SCons? O arquivo Sconstruct –Exemplos


Carregar ppt "2003 Prentice Hall, Inc. All rights reserved. 1 Ambientes de Programação C++ Tópicos 1.1 Introdução 1.2 Compiladores C++ 1.3IDEs C++ 1.4Editores de código."

Apresentações semelhantes


Anúncios Google