Chap 0: Overview
- Overview of basic C++ syntax
- Refresh programming basics
- C++ Vs. Java differences
- Coding conventions used
EECS 268 Programming II 1
Chap 0: Overview Overview of basic C++ syntax Refresh programming - - PowerPoint PPT Presentation
Chap 0: Overview Overview of basic C++ syntax Refresh programming basics C++ Vs. Java differences Coding conventions used EECS 268 Programming II 1 Basics - 1 Comments single line: // multi- line: /* */
EECS 268 Programming II 1
EECS 268 Programming II 2
EECS 268 Programming II 3
EECS 268 Programming II 4
EECS 268 Programming II 5
see A1-basics.cpp
EECS 268 Programming II 6
EECS 268 Programming II 7
EECS 268 Programming II 8
see A1-CppJava.cpp
EECS 268 Programming II 9
see A1-fcopy.cpp
– http://people.eecs.ku.edu/~miller/Courses/JavaToC++.html
EECS 268 Programming II 10
see A1-BookStoreCustomer.cpp
EECS 268 Programming II 11
EECS 268 Programming II 12
EECS 268 Programming II 13
EECS 268 Programming II 14
EECS 268 Programming II 15