27
You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit http://www.bloodshed.net to download the programming tool. How to create and run a program

You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

Embed Size (px)

Citation preview

Page 1: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device

you can visit http://www.bloodshed.net to download the programming tool.

How to create and run a program

Page 2: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

HOW TO ACCESS DEV C++After the download, click the start button at the bottom of your computer screen ‘the task bar’ . Then click on

Bloodshed Dev C++.

Page 3: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

HOW TO ACCESS DEV C++ (CONTINUED)After you select Dev C++ the screen which

can be viewed on the following slide will appear.

Now it’s time to begin writing and/ or creating your program.

Page 4: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit
Page 5: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

SOURCE FILENow, go up to the tool bar at the top of the screen and click on file. Select New and then Source File.

Page 6: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit
Page 7: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

WRITING A PROGRAMStart typing, then click on the execute button on the tool bar, after which you will

select the compile button. Then you will be given the chance to save this file. Create a name for the file if you wish and press save to continue. This will be demonstrated

on the following slides.

Page 8: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit
Page 9: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit
Page 10: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

ERRORSThis is an error message. If you see this screen it means you need to

review what you wrote to see if you misspelled something or just wrote the incorrect thing. If you look to the bottom of this screen you

will see that the errors are listed for you.

Page 11: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

COMPILEAfter you read and correct your error repeat the process. Select

compile and the little table on the slide below “Compile Process” will appear, click close. And then go back to compile to select RUN. This

can be seen in the following slides.

Page 12: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit
Page 13: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit
Page 14: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

CONTINUING THE WRITING PROCESS

You can click enter to go to another line to continue the writing process.

Page 15: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

CORRECTIONSMake corrections as you go along to reduce

errors so that you will be able to RUN properly.

Page 16: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

Run again

Page 17: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

ADDING HOURLY RATE

Page 18: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

CONTINUE TYPING

Page 19: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

THIS STEP ALLOWS USER TO ENTER HOURLY RATE

Page 20: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

RUN PROGRAM

Page 21: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

Another error the errors are listed at the bottom.

Page 22: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

CALCULATING GROSS PAY

Page 23: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

RUN PROGRAM AGAIN

Page 24: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

GROSS PAY IS CALCULATED

Page 25: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

THIS LINE TELLS PROGRAM TO LEAVE A SPACE AFTER GROSS PAY

Page 26: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

RUN PROGRAM AGAIN

Page 27: You will need Dev C++ to help you with this project. If you do not already have this programming tool on your device you can visit

COMPLETE PROGRAM WITH TAX AND NET PAYThis is an example of how a program looks. This is the written

part of the program which is written in a programming language. Depending on what is written, when the users of this new

program try to execute specific tasks specific responses will result.