1 of 10

Slide Notes

DownloadGo Live

C++

Published on Nov 30, 2015

No Description

PRESENTATION OUTLINE

C++ PROGRAMMING

WHAT IS C++?

HISTORY

VOCCAB

  • Compiler
  • code
  • variable
  • imput
  • output
  • I/O function

VOCAB

  • cout
  • cin
  • storage
  • program

Untitled Slide

DEBUGGING

“\MAIN.CPP(4) : ERROR C2143: SYNTAX ERROR : MISSING ';' BEFORE '}'

PPROCESS

  • Writing the code
  • Compiling the code
  • Getting the object code
  • Linking the object code
  • Getting the executable code

DEVELOPER ENVIORNMENTS

Untitled Slide