C and C++ for Non-Programmers( SL-100C )
| Course Description |  |
This first course, of a two-part course sequence, teaches people with little or no programming experience how to program using the C and C++ languages in a non-object-oriented manner. After taking this course and "C and C++ for Non-C Programmers" (SL-145), students will be prepared to take "C++ and Object-Oriented Programming" (SL-240).
The C++ language consists of four parts: (1) ANSI/ISO C, (2) C++ procedural enhancements to ANSI/ISO C that enable programmers to use "C++ as a better C," (3) data abstraction capabilities and (4) object-oriented programming capabilities. "C and C++ for Nonprogrammers" (SL-100) and "C and C++ for Non-C Programmers" (SL-145) rigorously teach only the first part of C++, namely ANSI/ISO C.
Important: People with "thin" programming experience should take SL-100 before proceeding to SL-145 (SL-145 is intended for practicing programmers).
| Course details |
| id:
SL-100C |
| duration:
5 days
| | list price: $
1995.00 |
|
Prerequisites |
 |
To succeed fully in this course, students should be able to: Use basic Solaris[tm] commandsEmploy the OpenWindows user interfaceEdit text files using vi or the OpenWindows Text Editor
|
Skills Gained |
 |
Upon completion of this course, you should be able to: Write elementary, non-object-oriented C and C++ programs Understand algorithmic thinking and apply it to programmingUnderstand problem-solving techniquesRead, write, and debug substantial C and C++ programs Write programs using structured programming techniques Program C and C++ input and output using the stdio and iostream libraries including simple formatting capabilitiesCode with C and C++ arithmetic, increment, decrement, assignment, conditional, relational, equality, and logical operatorsCode C and C++ control structures (if, if/else, switch, while, do/while, for) and use built-in data typesWrite user-defined functions and use library functions Understand and manipulate single-subscripted arraysPass single-subscripted arrays to functionsProcess single-subscripted character arrays as stringsUse the const qualifier to create constant data Use the SPARCworks debugger to analyze and fix program logic errors
|
Related Courses |
 |
After: SL-145: C and C++ for Non-C ProgrammersAfter: SL-240: C++ and Object-oriented Programming |