Welcome to lab 9!

Link to This Page

babbage.cs.missouri.edu/~mbwxd4

Please include the following at the top of your lab files


// Your name

// Your Pawprint

// Lab Code:


Submission Code


//To zip all the files in your current directory

zip lab10.zip *

cs_submit CS2050_F LAB10 lab10.zip


//Or tar if that's your thing

tar -cvf lab10.tar *

cs_submit CS2050_F LAB10 lab10.tar


Netbeans Quick Start Guides


Simple C Tutorial

Official Netbeans Quick Start Guide

Debugging Tutorial