MIS 24053 Lecture Notes - Lecture 2: Computational Science, Year 2000 Problem

18 views4 pages

Document Summary

C is a programming language developed in the 1970"s alongside the unix operating system. C provides a comprehensive set of features for handling a wide variety of applications, such as systems development and scientific computation. programs are also c++ programs. C++ is an extension of the c language, in that most c. C++, as opposed to c, supports object-oriented programming. #include directives int main() constant declarations variable declarations executable statements return 0; Each keyword has a predefined purpose in the language. Do not use keywords as variable and constant names! The complete list of keywords is on page 673 of the textbook. We shall cover the following keywords in this class: bool, break, case, char, const, continue, do, default, double, else, extern, false, float, for, if, int, long, namespace, return, short, static, struct, switch, typedef, true, unsigned, void, while. #include using namespace std; int main() cout << "peter: hey frank, i just learned how to add .

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents