#learningcpp 搜索结果

未找到 "#learningcpp" 的结果

Day 6 of My 100daycoding Challenge. Day6 - Today I learned Nested loops and solved some pattern questions. #100DaysOfCode #LearningCpp #DSA #ApnacollegeX

KumarAkash69928's tweet image. Day 6 of My 100daycoding Challenge.

Day6 - Today I learned Nested loops and solved some pattern questions.

#100DaysOfCode #LearningCpp #DSA #ApnacollegeX
KumarAkash69928's tweet image. Day 6 of My 100daycoding Challenge.

Day6 - Today I learned Nested loops and solved some pattern questions.

#100DaysOfCode #LearningCpp #DSA #ApnacollegeX
KumarAkash69928's tweet image. Day 6 of My 100daycoding Challenge.

Day6 - Today I learned Nested loops and solved some pattern questions.

#100DaysOfCode #LearningCpp #DSA #ApnacollegeX

show class and vtable layout by compiler switch! #cpp #learningCpp

I just learned about gcc's -fdump-lang-class=<file> option, and ... 🤯 This is awesome for learning the C++ object model. Class and vtable layout is all there. You can see how the compiler implements dynamic polymorphism, multiple inheritance, and virtual inheritance.



What's the best place to learn C++ with some real world projects...? #cpp #learningCpp #cpp23


C++20, the good parts #cpp #cpp20 #learningcpp enum class LongEnumNname { hello, world, coding }; using enum LongEnumNname; ... case hello: cout << "hello"; break; case world: cout << "world"; break; case coding: cout << "coding "; break; (by @fenbf)


looks like I won't be buying this book 🫤 #cpp #learningcpp


"...Because copying std::runtime_error is not permitted to throw exceptions, this message is typically stored internally as a separately-allocated reference-counted string." #cpp11 #learningcpp

C++ trivia is fun. Here's an obscure one: Since C++11, the Standard Library has had a reference-counted string type. What is it?



Portable assumptions proposal (removed from C++23 so far): int divide_by_32(int x) { [[assume]](x >= 0); return x/32; } existing: __builtin_assume (Clang) and __assume (MSVC, ICC) #learningcpp #performance open-std.org/jtc1/sc22/wg21…


std::hardware_destructive_interference_size ... - 1) Minimum offset between two objects to avoid false sharing. Guaranteed to be at least alignof(std::max_align_t) - Note: These constants provide a portable way to access the L1 data cache line size #learningcpp #cpp17

此推文不再可用。

true, already heard about it but forgot! #learningcpp

此推文不再可用。

This means: you can cast between float and it's bit representation #cpp20 #learningcpp

此推文不再可用。

Heterogenous Lookup in C++: - recap C++14's heterogenous lookup in ordered cont. - new C++20's heterogenous lookup in unordered cont. #cpp14 #cpp20 #learningcpp cppstories.com/2021/heterogen…


in C++20: " you cannot create variables which requires dynamic allocation and which will be still available at runtime..." "constexpr allocation support in C++20 is limited - you can only have transient allocation..." #cpp20 #learningCpp

C++20 constexpr vector and string not working [Score:9] bit.ly/3BKbnCZ



As much as I don't like the design of this feature, spaceship op is quite easy to use: auto operator <=>(const Data& rhs) const = default; 👍😀🙌#cpp #cpp20 #learningcpp youtube.com/watch?v=0SeUPb…


Kwarantanna dzień 28, czyli KoderNaStrychu#6, Kung-fu master w konsoli w C++, 1:23h.. youtu.be/njmb59WjYAs #learningCPP #programowanie #cplusplus


未找到 "#learningcpp" 的结果
Loading...

Something went wrong.


Something went wrong.


United States Trends