CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Inputting values.

You may want to inform a value during program execution.

  • ask - input function
  • Cin - simulated input stream.

 

Note:

These functions are NOT available in standard C++. They are part of our support software only.