Coder Social home page Coder Social logo

p's Introduction

1 c1.
2 int type is a built-in type, which means that is one of the types the language defines.
3 semicolons mark the end of most statements.
4 obtain status after program execution: UNIX, $ echo $? ; Windows, $ echo %ERRORLEVEL%.
5 cerr for warning and error messages. generate warnings: GNU, -Wall ; Windows, /4.
6 clog for for general information about the program execution.
7 << output operator.
8 :: scope operator, >> input operator.
9 comments.
10 comment pairs do not nest.
11 while statement.
12 {} block statement, += compound assignment operator, ++ operator, <= operator, while statement.
13 -- operator, for statement.
14 for statement.
15 end of file: UNIX, ctrl-d ; Windows ctrl-z.
16 edit-compile-degug cycle.
17 if statement.
18 = assignment operator, == equality operator.
19 class: intro.
20 class: type.
21 class: read, write, add.
22 class: file redirection: $program outfile.
23 class: member function, . operator, () operator.
24 class: program ex1
25 class: program ex2
26 c1 sum1.
27 c1 sum2.
28 c1 sum3.
29 p1.1.
30 p1.2.
31 c2.

p's People

Contributors

mbertolutti avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.