기억저장소

기억저장소

Programming Language/C++

[강좌2] 3일차

roaminpixel 2014. 6. 27. 15:34
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 SequenceRepresents
\aBell (alert)
\bBackspace
\fFormfeed
\nNew line
\rCarriage return 해석: 라인의 맨 앞으로
\tHorizontal tab
\vVertical tab
\'Single quotation mark
\"Double quotation mark
\\Backslash
\?Literal question mark
\oooASCII character in octal notation
\xhhhASCII 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