Download presentation
Presentation is loading. Please wait.
Published byRandolf Nash Modified over 9 years ago
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.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.