书目名称Exploring C++影响因子(影响力)<br> http://impactfactor.cn/2024/if/?ISSN=BK0319468<br><br> <br><br>书目名称Exploring C++影响因子(影响力)学科排名<br> http://impactfactor.cn/2024/ifr/?ISSN=BK0319468<br><br> <br><br>书目名称Exploring C++网络公开度<br> http://impactfactor.cn/2024/at/?ISSN=BK0319468<br><br> <br><br>书目名称Exploring C++网络公开度学科排名<br> http://impactfactor.cn/2024/atr/?ISSN=BK0319468<br><br> <br><br>书目名称Exploring C++被引频次<br> http://impactfactor.cn/2024/tc/?ISSN=BK0319468<br><br> <br><br>书目名称Exploring C++被引频次学科排名<br> http://impactfactor.cn/2024/tcr/?ISSN=BK0319468<br><br> <br><br>书目名称Exploring C++年度引用<br> http://impactfactor.cn/2024/ii/?ISSN=BK0319468<br><br> <br><br>书目名称Exploring C++年度引用学科排名<br> http://impactfactor.cn/2024/iir/?ISSN=BK0319468<br><br> <br><br>书目名称Exploring C++读者反馈<br> http://impactfactor.cn/2024/5y/?ISSN=BK0319468<br><br> <br><br>书目名称Exploring C++读者反馈学科排名<br> http://impactfactor.cn/2024/5yr/?ISSN=BK0319468<br><br> <br><br>
Closing Remarks and Open Questions,I suspect you already have some knowledge of C++. Maybe you already know C, Java, Perl, or other C-like languages. Maybe you know so many languages that you can readily identify common elements. Let’s test my hypothesis. Take a few minutes to read Listing 2–1 then answer the questions that follow it.
http://reply.papertrans.cn/32/3195/319468/319468_3.png
https://doi.org/10.1007/978-1-4615-1419-0In earlier Explorations, you used quoted character strings as part of each output operation. In this Exploration, you will begin to learn how to make your output a little fancier by doing more with strings. Start by reading Listing 4–1.
Lecture Notes in Computer ScienceSo far, the Explorations have focused on output. Now it’s time to turn your attention to input. Given that the output operator is “,
Topics in Current Chemistry CollectionsExplorations 2 and 3 show some simple while loops. This Exploration introduces the while loop’s big brother, the for loop.
http://reply.papertrans.cn/32/3195/319468/319468_7.png
http://reply.papertrans.cn/32/3195/319468/319468_8.png
http://reply.papertrans.cn/32/3195/319468/319468_9.png
https://doi.org/10.1007/978-3-531-94209-4In Exploration 2,I introduced you to character literals in single quotes, such as ‘
’ to end a line of output, but I have not yet taken the time to explain these fundamental building blocks. Now is the time to explore characters in greater depth.