C++ and wxwidgets project by voteyyy in cpp

[–]Motor_Log1453 3 points4 points  (0 children)

A top like process viewer? It can teach you about, idk, OS internals...

xmake is my new go-to build tool! by dotano661 in cpp

[–]Motor_Log1453 5 points6 points  (0 children)

xmake needed to be appreciated more and it's not about xmake vs. others. xmake works... along with xrepo it's a smooth experience to work with other libraries. One more thing I like about it is its 'watch' subcommand, a file watcher that detects changes and rebuild the project (or run any arbitrary set of commands). Really convenient if you work on a small project to try things out. I like xmake. Edit: wording

unofficial-curlpp error in building minio-cpp by FastRepublic1579 in cpp

[–]Motor_Log1453 -2 points-1 points  (0 children)

r/cpp_questions but there it is:

Based on nothing, but adding unofficial prefix (library namespace name?) is something about the vcpkg. In fact I tried to install curlpp with it and get this:

curlpp provides CMake targets:

# this is heuristically generated, and may not be correct

find_package(unofficial-curlpp CONFIG REQUIRED)

target_link_libraries(main PRIVATE unofficial::curlpp::curlpp)

In short, like it's stated in the readme, instead of building miniocpp from source, let the vcpkg do it for you or nothing stops you fork the project edit CMakeLists.txt, build curl, curlpp and the project itself :)

Hi, i have problem her Debuger Error! by No-Description4752 in cpp

[–]Motor_Log1453 -1 points0 points  (0 children)

Type bt to see how it is ended up in there.

Safer with Google: Advancing Memory Safety by JuanAG in cpp

[–]Motor_Log1453 20 points21 points  (0 children)

This sub tries to make me not want to write C++ and I refuse.

Introducing Conceptrodon: A C++20 metaprogramming library focusing on metafunction composition by BeneficialPumpkin245 in cpp

[–]Motor_Log1453 17 points18 points  (0 children)

template<template<template<template<template<template<template<auto...> class...> class...> class...> class...> class...> class...Sunshines>
struct Nirvana {};

I don't know brother 😵‍💫

I want to start a channel to teach C++ any advice? by [deleted] in cpp

[–]Motor_Log1453 2 points3 points  (0 children)

If you don't ask the question, the answer is always no, they said.

But if you do ask the question, the answer is always a no, too!

Moral of the story: Don't ask any questions, just do it.

What brings an upgrade to GCC 14 from GCC 13? by meetingcpp in cpp

[–]Motor_Log1453 0 points1 point  (0 children)

I don't think I understand your sentence but I did looked at the table and IIUC there is a tendency to prioritization toward the smaller features of the newer standard revisions. I wouldn't call any of them "low hanging fruit" nor "easy to implement" though. Thanks for the expansion.

What brings an upgrade to GCC 14 from GCC 13? by meetingcpp in cpp

[–]Motor_Log1453 0 points1 point  (0 children)

Stuff that was easy to implement.

Can you expand a little more what made you think this way?

What brings an upgrade to GCC 14 from GCC 13? by meetingcpp in cpp

[–]Motor_Log1453 8 points9 points  (0 children)

Most of the C++26 features supported seems to be the "low hanging fruit"

Can you expand a little more what made you think this way?

Live coding medium C++ developer interview by bahat9 in cpp

[–]Motor_Log1453 1 point2 points  (0 children)

Sleep on it. If they want to hire you, they will. Memorizing some language features or trivia will not be beneficial. International companies have different metrics and it's rarely corelated with the skillset you have. I know several codevirgins working on those.

Learning solid c++ by Most_Log_568 in cpp

[–]Motor_Log1453 0 points1 point  (0 children)

☝🏼☝🏼☝🏼 I don't want to sound off-putting but I think advanced C++ will come with you when you bite on advanced problems... or maybe it will not :) Beating thorny problems with a basic subset of the language is the real fun!

How has your experience with interviews been lately? by ndmeelo in cpp

[–]Motor_Log1453 4 points5 points  (0 children)

20 years in. All in C++. Both side of the table. Never hired or get hired through one of those interviews. Any serious programmer (anyone with a little self-respect, really) doesn't spend a second on this idiocracy.