{ALL PAGES}:
{Post List}:
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope…
Emniyetevleri su kaçak tespiti Hizmetlerinden çok memnun kaldım, herkese öneririm. https://topstours.com/2012/10/18/uskudar-su-tesisat-tuvalet-acma/
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Thanks for sharing such an informative post! I’ve learned a lot from your explanation. For those looking to explore the…
(c) 2025 THE SATELLITE CORPORATION
{USER PROFILES}:
{C++ RSS FEED}:
- by IWannaAskQuestionsIn C++ this is a pointer which refers to the current object/instance. Inside every member function the this keyword is a pointer that holds the address of the current implicit object. But i am very very curious: How does C++ set the this keyword? Like how is it defined in […]
- by sakcakocaI am trying to create a thread safe observer pattern implementation by keeping pointers of observer instances as std::weak_ptrs in the publisher. When I compile it with -fsanitize=thread and run it, thread sanitizer creates a warning indicating a race condition. Is there a way to fix this race condition and […]
- by WoodenplankI have a program where a user can write (append) to a chosen text file for storing information. Each line should be two numbers, and a date string (YYYY-MM-DD). There a multiple different text files that the program might write to, say "foo.txt" "bar.txt", "stroustrup.txt," and the file contents might […]
- by hopeless-programmerLet's say I have an std::vector arr of 5 elements { 1, 2, 3, 4, 5 }. Is it safe to get a subrange from it like sub = std::span{ arr.begin() + 2, arr.end() } and dereference element at -1 like *(sub.begin() - 1)? In terms of pointers this looks […]
- by jozxyqkLets assume the code doesn't need the index, but something interesting happened during debugging and I want to know the position of the item in the container. for (int item : myarray) doSomething(item); //
- by Tomáš ZatoMy clang_format mandates the following behavior: namespace test { namespace inner { int test; int test2; } // namespace inner namespace small { } class MockSerializeWriter { }; } // namespace test Via this config: BasedOnStyle: Google IndentWidth: 4 ColumnLimit: 120 AlignConsecutiveAssignments: true BreakBeforeBraces: Allman NamespaceIndentation: Inner FixNamespaceComments: true ShortNamespaceLines: […]
- by bitsI have made a graph using PoseDetectionCpu from mediapipe in a C++ library. I can run the graph and detect on my PC but the paths are hardcoded to mediapipe/modules/pose_landmark as mentioned at /mediapipe/modules/pose_landmark/pose_landmark_cpu.pbtxt#L10 I have tried numerous ways incl. setting --resource_root_dir as discussed here mediapipe/issues/4040 and setting absl::SetFlag(&FLAGS_resource_root_dir, "/path/to/mymodels/dir") […]
- by zecuseI'm limited to C++17. I need to make a tree structure (not necessarily binary) that can be deep copied into 2 independent clones. Currently, I have an interface Node class where there's 2 implementations: An Operation class holds an enum representing the boolean operation to perform on its std::vector operands. […]
- by Mig15I'm trying to build the Mig Alley source code, and it needs an old version of DirectX. The issue is that DirectX is now included with the Windows SDK, so it keeps conflicting with the old DirectX SDK I'm trying to use. I've tried excluding the path, and rearranging my […]
- by emb3dd3dI am trying to read the GPIOB / GPIOA values through my program. This is a threaded program that gets messages over tcp/ip as a signal to change the pins. unsigned char gpioMon::subtractiveLookup(gpioMon::gpio_data gpio_data_in, unsigned char registry, unsigned char value) { std::lock_guard lock(i2c_mutex_); unsigned int handle = i2cOpen(gpio_data_in.i2c_bus,gpio_data_in.i2c_addr,0); std::this_thread::sleep_for(std::chrono::microseconds(50)); int […]
{BREADCRUMBS}:
Home » Login
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope…
Emniyetevleri su kaçak tespiti Hizmetlerinden çok memnun kaldım, herkese öneririm. https://topstours.com/2012/10/18/uskudar-su-tesisat-tuvalet-acma/
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Thanks for sharing such an informative post! I’ve learned a lot from your explanation. For those looking to explore the…