Home > Programming > C Programming Language



INFORMATION SYSTEMS & COMPUTER PROGRAMMING

Sort Desciption:

C++ Programming: From Problem Analysis to Program Design D. S. Malik 2004 ... 04/03 Windows GUI Programming. Handout to be supplied ...



Content Inside:

INFORMATION SYSTEMS & COMPUTER PROGRAMMINGPage 1COMPUTER INFORMATION SYSTEMSSyllabus for CIS 266 C++ II Spring 2006 Instructor: Prof. R. O. ForemanOffice: Anderson 302Office Hours: See the last pagePhone: (219) 9893254 Email: foreman@calumet.purdue.eduCourse Description: Emphasis in this course will be on objectoriented programming using C++. Topics include objectoriented paradigm classes objects instantiation class members operator overloading inheritance aggregation polymorphism templates exception handling stream input and output pointers and introduction to eventdriven programming. Extensive programming exercises in C++ will be assigned. Course Objectives: Upon successful completion of the course a student will be able to understand and master: Basic concepts of objectoriented programming Principle of objectoriented analysis and design Abstract Data Types (ADT) Characteristics of an object UML class diagrams Relationship between the objects and classes Member variables and functions Relationships among objects Reuse of existing implementation using Inheritance Operator overloading Virtual functions and polymorphism Exception Handling in C++ File Processing Function and class templates Types of applications can be created using C++ Eventdriven programming Course Specifics:Prerequisites: CIS 166 or equivalent programming experience Hours:Lecture 1 hours per week (approximately) Lab 2 hours per week (approximately) (The instructor reserves the right to adjust and switch lecture and lab sessions.) Credit:3 Hours Texts: Reading assignments will be based upon the first semester text: C++ Programming: From Problem Analysis to Program Design D. S. Malik 2004 published by Course Technology ISBN 061916042X Any intro to C++ textbook will do if you adjust the reading assignments. Supplies: 1. Microsoft Visual Studio.NET 2003: available at bookstore ($10) installed on all our Lab computers 2. Zip disk(s) or any types of media t ...

Source: www.calumet.purdue.edu


add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us

 

Related Files

C Programming

Filed under: Programming and C Programming Language
The C Programming Language ANSI C. By Brian W. C. Kernighan & Dennis M. Ritchie. K and R. "Practical C programming". By Steve ...

Programming in C C++ Java

Filed under: Programming and C Programming Language
Programming in C C++ Java. Course Overview. Object oriented programming languages are widely used for the development of complex software systems. ...

C Programming Fundamentals

Filed under: Programming and C Programming Language
1 C Programming Fundamentals C is a compiled language. The user creates source code (often ... exe extension). Below is typical C program called LED.C that illustrates some fundamental C ...