Presentation is loading. Please wait.

Presentation is loading. Please wait.

Lecture 0 CIS 208 C Language Lab Wed. January 12, 2005.

Similar presentations


Presentation on theme: "Lecture 0 CIS 208 C Language Lab Wed. January 12, 2005."— Presentation transcript:

1 Lecture 0 CIS 208 C Language Lab Wed. January 12, 2005

2 Getting a CIS account Must have one for this class http://support.cis.ksu.edu/docs/user/gu ide/accounts.html If you have one, make sure it’s still viable

3 Getting on Unix Solaris Machines Linux Machines SSH from remote machines (puTTY.exe) cisunix.cis.ksu.edu / cislinux.cis.ksu.edu

4 Hello World #include int main(void) { printf(“%s\n”,”Hello World”); return 0; }

5 Compiling %> gcc helloworld.c returns a.out %> gcc –o helloworld helloworld.c returns helloworld

6 Executing %> a.out %>./a.out %> helloworld %>./helloworld

7 Assignment 0 On the webpage Compile and execute the program Turn in a copy of the output Due Friday.


Download ppt "Lecture 0 CIS 208 C Language Lab Wed. January 12, 2005."

Similar presentations


Ads by Google