copyright © 2006-2012 – curt hill windows files to hand-in and other things you should know

17
Copyright © 2006-2012 – Curt Hill Windows Files to Hand- In And other things you should know

Upload: stacy-normington

Post on 15-Dec-2015

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Copyright © 2006-2012 – Curt Hill

Windows Files to Hand-In

And other things you should know

Page 2: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Windows• The design and evolution of Windows

is to make the computer more user friendly

• It is intended for the– Computer illiterate– Computer semi-literate– And not for the computer sophisticated

• Developers are supposed to be able to see through the lies that Windows tells us

Copyright © 2006-2012 – Curt Hill

Page 3: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Developers• Those who:

– Design, write, test and document programs

• Developers use programs to make programs– Programs are also known as applications

• The person who designs a car must know more about the car and the highway than those who merely drive– Same with applications

Copyright © 2006-2012 – Curt Hill

Page 4: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Does Windows really lie?• The desktop is the root of the

computer– Actually the desktop is a subdirectory on

the C disk

• Documents (files) are the center of the world– The files are worthless without an

application to manipulate them

• It also conceals files that we are interested in

Copyright © 2006-2012 – Curt Hill

Page 5: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Files• Files need three pieces to identify

them• Directory – this includes the drive• File name• Extension• Windows Explorer or My Computer

will hide the extension by default• We need to expose it

Copyright © 2006-2012 – Curt Hill

Page 6: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Explorer Selecting Tools

Copyright © 2006-2012 – Curt Hill

Page 7: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

The View Tab

Copyright © 2006-2012 – Curt Hill

Page 8: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Copyright © 2006-2012 – Curt Hill

CheckBox• The important check box is labeled:

Hide extensions for known file types• By default it is checked• This means that most of you will

send me one or more files that I do not need and not send me the ones needed

• Unchecking it is persistant

Page 9: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

wxDev-C++• There are lots of files

– 9 in the main directory– More in the two subdirectories

• The easiest way is to zip the entire directory and email it

Copyright © 2006-2012 – Curt Hill

Page 10: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

The Process• Have Dev-CPP show the directory• Select directory with Windows

Explorer• Right click and choose Send to

Compressed file• It will then compress it

– The file allows a rename when done

• Consider the following screens

Copyright © 2006-2012 – Curt Hill

Page 11: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Finding Directory

Copyright © 2006-2012 – Curt Hill

Page 12: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Zipping Directory (1)

Copyright © 2006-2012 – Curt Hill

Page 13: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Zipping Directory (2)

Copyright © 2006-2012 – Curt Hill

Page 14: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

The zip file

Copyright © 2006-2012 – Curt Hill

Page 15: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Directories• The dialog may ask you where the

file is stored• Attach this to an email to me• This also works in the debugging

process

Copyright © 2006-2012 – Curt Hill

Page 16: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Addendum on Executables• The spam and malware filters are

getting better and better• Prior to 2012 they would always

remove a .EXE from email• Now they actually scan .ZIP files and

remove entire file if it contains one executable

• How do we get around this?

Copyright © 2006-2012 – Curt Hill

Page 17: Copyright © 2006-2012 – Curt Hill Windows Files to Hand-In And other things you should know

Removing executables• Prior to the zip operation delete the

executable or its directory• In Dev-CPP this is the Output

directory– Just delete the entire directory– The next time you run it will rebuild it

• This may be different between VCSU and WSC– WSC will pass through a stiffer spam

filter

Copyright © 2006-2012 – Curt Hill