Daily Assignment B03 - PowerPoint PPT Presentation

1 / 3
About This Presentation
Title:

Daily Assignment B03

Description:

We will be using the C compiler so the file extension must be .cpp. To compile the program use g -o b03.out b03.cpp. To run the program enter ./b03.out ... – PowerPoint PPT presentation

Number of Views:23
Avg rating:3.0/5.0
Slides: 4
Provided by: marke168
Category:
Tags: assignment | b03 | cpp | daily

less

Transcript and Presenter's Notes

Title: Daily Assignment B03


1
Daily Assignment B03
  • We will be using a Linux Virtual Machine (VM).
    This is a virtual computer running the Linux
    operating system from within Windows.
  • Windows is the host and Linux is the guest
  • Start the VM by double clicking on the FEH Linux
    icon on your desktop
  • Once the VM is loaded, log in to Linux using your
    Windows username and password.

2
Daily Assignment B03
  • In assignment B03, you will
  • learn some basic Linux commands
  • get some experience working in the Linux
    environment
  • enter, compile, and run a program
  • In Part A, write down the command you typed for
    each of the seven steps.
  • Remember that this environment is case sensitive!

3
Daily Assignment B03
  • In Part B, choose an editor and type in the given
    computer program.
  • Linux editor choices include
  • vi or vim
  • emacs
  • nano
  • We will be using the C compiler so the file
    extension must be .cpp
  • To compile the program use g -o b03.out b03.cpp
  • To run the program enter ./b03.out
Write a Comment
User Comments (0)
About PowerShow.com