Skip to content

Computacion II (ABI-4222)

FieldDetail
UniversityUNEXPO — Barquisimeto Vice-Rectorate, Carora campus
CourseComputacion II
CodeABI-4222
FocusC++ with OOP, data structures, and integrative final project

Reference material available for download:

  1. C++ foundations: syntax, types, functions, compilation, and CMake.
  2. Object-oriented programming: classes, encapsulation, inheritance, polymorphism, composition.
  3. Simple data structures: arrays, record arrays (struct), and files.
  4. Course assignments: pair exercises (see Course assignments).
  5. Final project: serial communication between a GUI and Arduino.
  • Work in pairs.
  • Do not use vector in assigned exercises (voids the grade).
  • Use OOP only where the statement explicitly requires it.
  • Submit one .cpp per exercise to mcolombo@unexpo.edu.ve.
  1. Set up your Work environment.
  2. Follow the Study path.
  3. Review Assigned exercises.