jagomart
digital resources
picture1_Chapter06 Elj


 105x       Filetype PDF       File size 0.38 MB       Source: www.cis.famu.edu


File: Chapter06 Elj
chapter 6 functions starting out with c early objects seventh edition by tony gaddis judy walters and godfrey muganda copyright 2011 pearson education inc publishing as pearson addison wesley copyright ...

icon picture PDF Filetype PDF | Posted on 03 Feb 2023 | 2 years ago
Partial capture of text on file.
                    Chapter 6:  Functions
                         Starting Out with C++ 
                             Early  Objects 
                            Seventh Edition
                      by Tony Gaddis, Judy Walters, 
                          and Godfrey Muganda
   Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
          Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
                                                        Topics
        6.1 Modular Programming
        6.2 Defining and Calling Functions
        6.3 Function Prototypes
        6.4 Sending Data into a Function
        6.5 Passing Data by Value
        6.6 The return Statement
        6.7 Returning a Value from a Function
        6.8 Returning a Boolean Value
     Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley                                        6-2
                                         Topics (continued)
     6.9 Using Functions in a Menu-Driven Program
     6.10 Local and Global Variables
     6.11 Static Local Variables
     6.12 Default Arguments
     6.13 Using Reference Variables as Parameters
     6.14 Overloading Functions
     6.15 The exit() Function
     6.16 Stubs and Drivers
     Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley                                        6-3
                            6.1 Modular Programming
      • Modular programming: breaking a program 
           up into smaller, manageable functions or 
           modules
      • Function: a collection of statements to 
           perform a specific task
      • Motivation for modular programming
            –Simplifies the process of writing programs
            –Improves maintainability of programs
     Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley                                        6-4
The words contained in this file might help you see if this file matches what you are looking for:

...Chapter functions starting out with c early objects seventh edition by tony gaddis judy walters and godfrey muganda copyright pearson education inc publishing as addison wesley topics modular programming defining calling function prototypes sending data into a passing value the return statement returning from boolean continued using in menu driven program local global variables static default arguments reference parameters overloading exit stubs drivers breaking up smaller manageable or modules collection of statements to perform specific task motivation for simplifies process writing programs improves maintainability...

no reviews yet
Please Login to review.