Article | Talk | Edit | History  

CE - Intro to programming/Application of concepts

From the World Wide Wiki

Time's fun when you're having flies

Jump to: navigation, search
Computer Engineering
Index of articles in the Computer Engineering Curriculum
Prereqs
*Science prereqs
*Calc I - derivatives and intergrals
* Electrostatics
100 level
*Intro to computer engineering
*Intro to programming
*Intro to electricty
*Calc II - limits and series
200 level
*Linear circuits
*Intro to digital logic
*Intro to Object Oriented Programming with Java
300 level
*Computer architecture
*Intro to electronic devices
*Programming in C and C++
400 level
*Embedded systems
*Networks
*Programming Data Structures and Algorithms
*Signal processing
Electives
*Additional topics in computer programming

This article is part of a series of articles intending to offer a curriculum of Computer Engineering. For information, please see Category:Computer engineering curriculum.

Now that we've become familiar with some of the basic concepts behind programming in C++, we will put these concepts into practice by developing several small programs. As we go, we will place the things we've learned into context in order to better understand them, and we will continue to learn more about the C++ programming language, and programming in general.

Index

  1. Cout - printing to the console
  2. primitive types
  3. loops
  4. functions
  5. arrays
  6. strings