Online Tools Every C++ Developer Should Know
ONLINE TOOLS EVERY C++ DEVELOPER SHOULD KNOW Thamara AndradeHELLO! 2 https://thamara.dev @thamyk I am Thamara Andrade (she/her) Lead Software Engineer @ CadenceHELLO! 3 https://thamara.dev @thamyk0 码力 | 11 页 | 1.11 MB | 5 月前3Undefined Behavior: What Every Programmer Should Know and Fear
incremented, ever ● In this example, depends on the value of n, which compiler can’t know – In general, it is impossible to know if a program terminates for all inputs ● C++ standard: assume that it terminates0 码力 | 38 页 | 2.56 MB | 5 月前3Did you know …? 15 less known webpack features in 15 minutes
Did you know …? 15 less known webpack features in 15 minutes Goals Goals • Overview over less known features • Short • Learn something new • Code Samples Non-Goals • Detailed How-to-Use the features0 码力 | 21 页 | 695.29 KB | 1 年前3The Roles of Symmetry And Orthogonality In Design
Roles of Symmetry And Orthogonality In Design cppcon 2021 •Q: What Does “Design” Provide? •A: We “Know”: How the structure and behavior achieves a desired resultCharley Bay - charleyb123 at gmail dot Roles of Symmetry And Orthogonality In Design cppcon 2021 •Q: What Does “Design” Provide? •A: We “Know”: How the structure and behavior achieves a desired result Is “obvious” or “clear” Our “First” customer-specific environment • Projection of personal bias independent of actual system: • “I don’t know, but this is how I would have done it” • “Seems like it shouldn’t happen, but it does” Guarantee0 码力 | 151 页 | 3.20 MB | 5 月前3The Rust Programming Language,2nd Edition
(without the !). We’ll discuss Rust macros in more detail in Appendix E, but for now you just need to know that when you see a ! that means that you’re calling a macro instead of a normal function. Next is sections. The next three lines set the three bits of configuration that Cargo needs to see in order to know that it should compile your program: its name, what version it is, and who wrote it. Cargo gets your comment that continues until the end of the line. Rust ignores everything in com- ments. Now you know that let mut guess will introduce a mutable variable named guess. On the other side of the equal sign0 码力 | 617 页 | 1.54 MB | 1 年前3Build web application with Golang
learn how to build a web application with Go. For those of you who are working with C/C++, you will know how the web works. I believe the purpose of studying is sharing with others. The happiest thing in but useless for version control. go fmt and gofmt The people who are working with C/C++ should know that people are always arguing about which code style is better: K&R-style or ANSI-style. However python should we use 4 spaces or 6 spaces or a tab or two tabs and other user preferences. If you know python then you might be aware of PEP8, which is a set of guidelines about how to write elegant code0 码力 | 327 页 | 1.63 MB | 1 年前3Ubuntu Desktop Training 2009
the GNU General Public License (GPL), which is the most widely used free software license. Nice to Know: For more information on Richard Stallman and the GNU project, refer to the following URL: http:// Ubuntu Desktop Course Copyright © 2009 Canonical Limited Figure 1.1. Linus Benedict Torvalds Nice to Know: Minix is a UNIX-like OS built with open source code that Prof. Andrew S. Tanenbaum created with of the X Window System made a graphical user interface (GUI) available at a later stage. Nice to Know: Linux is not owned by any individual or company, not even Linus Torvalds who started Linux. However0 码力 | 428 页 | 57.45 MB | 1 年前3Back to Basics Casting
Change types and do not cast Does it compile with static_cast and you know the original variable type? Use static_cast Do I not know the original variable type and want to check if a pointer or reference examine the bits of a type using a different type of the same size? Use bit_cast (C++20 only) Do I know exactly what is in memory and need to treat it differently? Use reinterpret_castWhich cast to use Change types and do not cast Does it compile with static_cast and you know the original variable type? Use static_cast Do I not know the original variable type and want to check if a pointer or reference0 码力 | 117 页 | 1.57 MB | 5 月前3Computer Programming with the Nim Programming Language
introduction to fundamental concepts. Most people may skip that part, but you should be really sure that you know these foundations. This book is divided into seven parts — part VII is the Appendix. It is possible improved grammar or even expanded content. Some possible tasks you can ask ChatGPT to do: Do you know the Nim programming language? What does the Nim statement 'echo 1 + 2' print to the screen? And INTRODUCTION Give me a video; I get a headache from reading.[6] Initially, you do not need to know many details to use computers and write computer programs. It’s much like driving a car. Even though0 码力 | 865 页 | 7.45 MB | 1 年前3Computer Programming with the Nim Programming Language
introduction to fundamental concepts. Most people may skip that part, but you should be really sure that you know these foundations. This book is divided into seven parts — part VII is the Appendix. It is possible improved grammar or even expanded content. Some possible tasks you can ask ChatGPT to do: Do you know the Nim programming language? What does the Nim statement 'echo 1 + 2' print to the screen? And INTRODUCTION Give me a video; I get a headache from reading.[6] Initially, you do not need to know many details to use computers and write computer programs. It’s much like driving a car. Even though0 码力 | 784 页 | 2.13 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100