1 / 7

Packaging Programs

Packaging Programs. Nobody Writes in Machine Code. Binary code – necessary for the computer to understand, impossible for people to understand. Assembler. Computer program which would “assemble” symbolic code Translating codes for operations into numbers (op codes)

monet
Télécharger la présentation

Packaging Programs

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Packaging Programs

  2. Nobody Writes in Machine Code Binary code – necessary for the computer to understand, impossible for people to understand.

  3. Assembler • Computer program which would “assemble” symbolic code • Translating codes for operations into numbers (op codes) • Keep track of our symbol table • Keeping track of places in our program

  4. Compiler • Computer program which would “assemble” symbolic code • Translating codes for operations into numbers (op codes) • Keep track of our symbol table • Keeping track of places in our program • Compiler translates verbs and other constructs into object code

  5. Interpreting • The interpreter reads the code, then does what it says • So…only the source code is necessary. • There is no object code!

  6. Visual Studio • Compiled environment • Includes snippets that create the GUI form • Includes images that you used • …other stude

  7. Turning In a Visual Studio Project • A Visual Studio project is a directory with lots of files in it • Create your project with the correct name, as renaming later can cause problems • Upload the entire project to the Homework Server • For distribution to a user: The .exe file is all you need.

More Related