x
Menu

An Introduction To Programming Through C++

IIT Bombay, , Prof. Prof. Abhiram G Ranade

Updated On 02 Feb, 19

Overview



Includes

Lecture 1: Lecture 1 Part 1: Introduction

4.1 ( 11 )

Lecture Details

Course Details

COURSE LAYOUT

WEEK 1:   Introduction to computers using graphics. Notions of program organization, control flow. Introduction to a repeat macro statement and its use for drawing interesting pictures. Basics of computer hardware and how numbers and other information are represented and processed on computers.
WEEK 2:   Basic data types. Variables. Assignment statement. Introduction to program design using examples such as summing infinite series. Introduction to coordinate based graphics and elementary animation. The repeat macro is used for looping.
WEEK 3-4:   Statements of C++ for conditional execution and looping. Applications such as computing mathematical functions, root finding.
WEEK 5:   Functions. Parameter passing. Pointers and references. Recursion basics.
WEEK 6: Recursive algorithms and recursive drawings. Breaking larger programs into functions. Passing functions as arguments to other functions.
WEEK 7:  Arrays. Basic array processing strategies including passing arrays to functions. Pointers. Applications illustrating use of arrays to store sets and sequences. Iterating over pairs of objects from an array. Selection sort.
WEEK 8: Use of arrays to represent textual data. Multidimensional arrays. Command line arguments. Binary search. Mergesort.
WEEK 9:  Structures. Pointers with structures. Structure examples. Basics of classes: member functions, constructors, operator overloading and
access control.
WEEK 10: Dynamic memory allocation. Basic mechanisms and pitfalls. Design of a String" class that has automated memory management. Copy constructors and destructors. Introduction to the standard library.
WEEK 11-12: Use of the standard library in designing programs. Design of medium size programs. A miniature program for marks and ranks display. A program for gravitational simulation. A program for designing and solving resistive circuits with a graphical user interface.


Ratings

0


0 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send