Skip to content

Commit

Permalink
docs: ๐Ÿ“ update hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
nyj001012 committed Oct 17, 2023
1 parent 23cdcdd commit 16f9de1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _posts/42_seoul/2023-10-17-cpp06.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ void ScalarConverter::strToChar() {

### std::stringstream
> ์ฐธ๊ณ : [std::stringstream: cpluscplus.com](https://cplusplus.com/reference/sstream/stringstream/)
> ์ฐธ๊ณ : [์”น์–ด๋จน๋Š” C++ - <7 - 1. C++ ์—์„œ์˜ ์ž…์ถœ๋ ฅ (istream, ostream)>
](https://modoocode.com/213)
> ์ฐธ๊ณ : [์”น์–ด๋จน๋Š” C++ - <7 - 1. C++ ์—์„œ์˜ ์ž…์ถœ๋ ฅ (istream, ostream)>](https://modoocode.com/213)
`std::stringstream` ํด๋ž˜์Šค์˜ ๊ฐ์ฒด๋Š” ์ผ๋ จ์˜ ๋ฌธ์ž๋“ค์ด ๋“ค์–ด์žˆ๋Š” ๋ฌธ์ž์—ด ๋ฒ„ํผ๋ฅผ ์‚ฌ์šฉํ•œ๋‹ค. ๋ฉค๋ฒ„ ๋ณ€์ˆ˜์ธ `str`์„ ์‚ฌ์šฉํ•˜์—ฌ ๋ฌธ์ž์—ด ๊ฐ์ฒด๋กœ ์ด ๋ฌธ์ž๋“ค์— ์ง์ ‘ ์ ‘๊ทผํ•  ์ˆ˜ ์žˆ๋‹ค.

Expand Down Expand Up @@ -99,10 +98,8 @@ Data *Serializer::deserialize(uintptr_t raw) {
## Exercise 02: Identify real type
### dynamic_cast
> ์ฐธ๊ณ : [dynamic_cast conversion
: ๊ณต์‹ ๋ฌธ์„œ](https://en.cppreference.com/w/cpp/language/dynamic_cast)
> ์ฐธ๊ณ : [dynamic_cast ์—ฐ์‚ฐ์ž
: Microsoft](https://learn.microsoft.com/ko-kr/cpp/cpp/dynamic-cast-operator?view=msvc-170)
> ์ฐธ๊ณ : [dynamic_cast conversion: ๊ณต์‹ ๋ฌธ์„œ](https://en.cppreference.com/w/cpp/language/dynamic_cast)
> ์ฐธ๊ณ : [dynamic_cast ์—ฐ์‚ฐ์ž: Microsoft](https://learn.microsoft.com/ko-kr/cpp/cpp/dynamic-cast-operator?view=msvc-170)
์ด๋ฒˆ ๊ณผ์ œ๋Š” ์–ด๋–ค ๊ฐ์ฒด๊ฐ€ ์ฃผ์–ด์งˆ ๋•Œ, ์ด ๊ฐ์ฒด์˜ ํด๋ž˜์Šค ํƒ€์ž…์„ ์•Œ์•„๋‚ด๋Š” ๋‚ด์šฉ์ด๋‹ค. ์ด๋ฅผ ์œ„ํ•ด `dynamic_cast` ํ˜•๋ณ€ํ™˜์„ ์‚ฌ์šฉํ–ˆ๋‹ค.
Expand Down

0 comments on commit 16f9de1

Please sign in to comment.