Yuanming Yu CSCI2100B Data Structures Tutorial 9

Slides:



Advertisements
Similar presentations
C++ Development on Linux Agenda Introduction Editors Debuggers GUI IDEs Make Automake Exploring further.
Advertisements

An Introduction to Programming By :- Vishal Hirani B.Tech II year (CSE)
MS Access 2003 Tutorial By: Juan GUANTENG!!! Y7. Step 1 Launch the Microsoft Access 2003 program. This can be done by clicking an icon on the desktop.
User Registration. Click on ‘Sign Up’ button. Enter Registration details and click on submit button.
Install Software in Ubuntu. Do you have Internet? Everything is on the Internet and Free!
CS201 - Information. CS201 - Laboratories All labs will be done using Linux on the PC’s or esus. All labs MUST use Makefiles. First lab is due NEXT WEEK.
DDD tutorial A GDB Graphical User Interface. DDD Introduction If you find GDB difficult to use, try DDD DDD s GDB but with a Graphical User Interface.
March 9, 2011CS 1921 JavaScript Debbie Bartlett March 9, 2011.
CS0007: Introduction to Computer Programming Setting Up Java.
Marlene Galea.  The JDK (Java Development Kit)  An IDE (Integrated Development Environment) ◦ Different IDEs include:  JCreator  NetBeans  BlueJ.
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Create your own Web Page! Tina Yu & Katie Foote 2/13/09.
Introduction Purpose This course describes the process of installing the KPIT GNU toolchain on your PC. Objective Learn how easy it is to get information.
2INC0 Operating Systems Introduction to Linux
Upload or Embed JING videos to Screencast Blackboard YouTube Wiki By C. Candace Chou JING video tutorial: Revised.
1 N305 C Programming. 2 Objectives for the Lab ä Learn problem solving strategies ä Achieve intermediate knowledge of C Programming Language ä Gain experience.
Compiling & Debugging Quick tutorial. What is gcc? Gcc is the GNU Project C compiler A command-line program Gcc takes C source files as input Outputs.
Active-HDL Interfaces Debugging C Code Course 10.
Active-HDL Interfaces Building VHPI Applications C Compilation Course 9.
Editing & Compiling: UNIX vs. IDE and an Intro to Architecture.
9/2/ CS171 -Math & Computer Science Department at Emory University.
UNIT 7 Describing how an item functions [2] (infinitive with or without ‘to’)
CSE 232: C++ Programming in Visual Studio Graphical Development Environments for C++ Eclipse –Widely available open-source debugging environment Available.
WHAT IS HARDWARE? Hardware refers to the set of components that make up the internal part of a computer. In case of the personal computers, it doesn’t.
Run your first C program.  Bring your computers to class  No prior programming experience is needed  Hours spent  Sakai  TAs.
Robbie CSCI2100A Data Structures Tutorial
PSU Resources
CGS3460 Summer 2011 Programming Using C Andrei Todor.
8/30/2012Copyright Joanne DeGroat, ECE, OSU1 Using ModelSim under LINUX.
Making A Simple Website In 10 Minutes. At the end of this tutorial, you should be able to recreate this page…
Using Simulation Workspaces Michael McLennan HUBzero® Platform for Scientific Collaboration Purdue University 1 This work licensed under Creative Commons.
CSc 352 Debugging Tools Saumya Debray Dept. of Computer Science The University of Arizona, Tucson
Create Windows Setup and Deployment Projects Windows Development Fundamentals LESSON 5.2.
NLD-WRT Brief October 2008 US Army Corps of Engineers NLD-WRT Submission Library Primer.
Intro to CSC27I Software I : Utilities and Internals Pepper.
Programming 2 Intro to Java Machine code Assembly languages Fortran Basic Pascal Scheme CC++ Java LISP Smalltalk Smalltalk-80.
Free Software for Engineers Indian GNU/Linux Users' Group, Chennai Shakthi Kannan MS October 29, 2007 Version 1.1 presents by.
1 N305 C Programming. 2 Objectives for the Lab ä Learn problem solving strategies ä Achieve intermediate knowledge of C Programming Language ä Gain experience.
Topic-Animation and sound Submitted to
Chapter 5: Preparing C Programs
UNIX To do work for the class, you will be using the Unix operating system. Once connected to the system, you will be presented with a login screen. Once.
CSC227: Operating Systems
Chapter 2: The Visual Studio .NET Development Environment
Installing Analysis Tool Pak
Chapter 12 Command-Line Master Class
Binary and AVL Trees in C
CS1101 : Using Course Marker
Editor, Compiler, Linker, Debugger, Makefiles
A New Way to submit Maintenance Requests
Using Equation Editor A Brief Tutorial and Walk-Through
Fix Windows 10 Boot Error Code 0xc
Welcome to CSCI 230! Problem Solving using C
Computer Systems Programming
WordPad Starting WordPad!.
How to Embed Videos into Powerpoint
Lab 00 Discussion Linux Basics
Installing Analysis Tool Pak
CSc 352 Debugging Tools Saumya Debray Dept. of Computer Science
Blackboard Tutorial (Student)
How to Submit Google Docs to the Homework Drop Box
Blackboard Tutorial (Student)
Blackboard Tutorial (Student)
Using and Viewing Homepage
Video Notes.
BlueJ: a very quick introduction
Blackboard Tutorial (Student)
Department of Engineering Science EE 465 (CES 440) - Intro
Microsoft Outlook (Disabling desktop notifications)
Presentation transcript:

Yuanming Yu CSCI2100B Data Structures Tutorial 9 CSCI2100B Midterm Tips Yuanming Yu CSCI2100B Data Structures Tutorial 9

Submit Tool We will use a GUI base tool to help to submit your program —— PC^2 (ACM-ICPC official tools) It is simple and robust. All things can be done by just several clicks.

login to PC^2

Submitting a Program to the Judges Clicking on the SUBMIT RUN Clicking in the Problem box will display a drop-down list of the contest problems Clicking in the Language box to choose Language (only C in our midterm) Click on the Select button, specify the name of the file containing your main program

Test Runs Click the Test button This will make a “TEST RUN”, meaning it will compile and execute your program on your machine. Once you are satisfied with the results of your Test Run, click the Submit button.

Run Results

Environment The operation system will be Ubuntu Linux 12.04 LTS. And the computer configuration will have these basic editors: Vi/VIM Emacs Gedit Nano How to compile: gcc -g progname.c -o progname Tutorial on using the GDB debugger (10mins Video) Arrive to the venue before 5:30 pm.

Thanks & Good Luck!