Lab Introduction - PowerPoint PPT Presentation

1 / 3
About This Presentation
Title:

Lab Introduction

Description:

pico Helloworld.java emacs Helloworld.java. Check your java ... javac Helloworld.java java Helloworld #You must be familiar with editors (vi/pico/emacs) ... – PowerPoint PPT presentation

Number of Views:38
Avg rating:3.0/5.0
Slides: 4
Provided by: pyun
Category:
Tags: introduction | lab | pico

less

Transcript and Presenter's Notes

Title: Lab Introduction


1
Lab Introduction
  • All projects for this class must be coded in
    Java, C or both depending on the assignment.
  •  You are free to use other tools when working on
    your assignment (e.g. JBuilder, Visual Studio).
    But in the end, all programs must be compile
    using gcc and javac on the department servers.

2
Todays Work
  • Checking your unix account
  • Using putty gt unix.cs.tamu.edu
  • Make CPSC211 Directory
  • gtmkdir CPSC211
  • gtcd CPSC211
  • Editing C Files
  • Using vi/pico/emacs(xwin32)
  • gtvi Helloworld.c
  • gtpico Helloworld.c
  • gtemacs Helloworld.c
  • Check your C compiler
  • gt which gcc
  • Compile and run
  • gtgcc Helloworld.c
  • gta.out
  • gtgcc Helloworld.c o hello
  • gthello

3
Todays Work
  • Make Helloworld.java and compile and run in unix
  • Editing java Files
  • Using vi/pico/emacs(xwin32)
  • gtvi Helloworld.java
  • gtpico Helloworld.java
  • gtemacs Helloworld.java
  • Check your java compiler
  • gt which javac
  • Compile and run
  • gtjavac Helloworld.java
  • gtjava Helloworld
  • You must be familiar with editors
    (vi/pico/emacs).
Write a Comment
User Comments (0)
About PowerShow.com