728x90
시험은 오픈북?, ~~~
- CPP 파일에서 컴파일, 링크, exe 파일 만드는 과정을 알자.
- 키워드,
Write a program to calculate how much a student center earns during its fund raising lemonade sale.
The Program should prompt the user to enter the number of lemonades sold and the amount the student center earns for each lemonade sold.
It should then calculate and display the total amount earned.
- using namespace std??
- \t \a \\ \' \'' \n \r
Escape Sequence | Represents |
\a | Bell (alert) |
\b | Backspace |
\f | Formfeed |
\n | New line |
\r | Carriage return 해석: 라인의 맨 앞으로 |
\t | Horizontal tab |
\v | Vertical tab |
\' | Single quotation mark |
\" | Double quotation mark |
\\ | Backslash |
\? | Literal question mark |
\ooo | ASCII character in octal notation |
\xhhh | ASCII character in hexadecimal notation |
728x90
반응형
'Programming Language > C++' 카테고리의 다른 글
[계절학기 C++] Array (0) | 2014.07.09 |
---|---|
[강좌#3] Expressions and Interactivity (0) | 2014.06.30 |
vector... (0) | 2013.07.10 |
c++ 동기화객체 (0) | 2013.07.08 |
explict (0) | 2013.07.08 |