Issue with Header file in Visual Studio (C++), very stuck [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 2 days ago. Improve this question I’m a beginner creating a clock project with … Read more

Getting a 401 error when trying to logout from React frontend, but it works fine in Postman

I’m encountering an issue with my React frontend application when trying to implement the logout functionality. When I attempt to logout from the frontend using a logout component, I consistently receive a 401 error. However, when I perform the logout operation directly from Postman, it works perfectly fine without any errors. Here’s a bit more … Read more

Live location tracking and saving path in Flutter

I want to create a flutter app that tracks my live location and at the same time it stores the path I followed from the time I started tracking. I’ve found online how to do the live tracking app but nowhere how to store the path followed.

How can I get these images not overlap?

Note how the two images in the blog posts below overlap, What I want is that the height of the whole blog post determined by the height of the text and the height of the image, whichever is more. Here is the html that my system currently is generating. I have some control over it … Read more

Stuck in LAB: Exact Change [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed yesterday. … Read more

Echarts on legend selection event not working

I am fixing a chart used in a product. The issue is when the legend is selected the x-axis should change the dates according. Currently, the code of my graph is: // initializing graph var months_graph_by_visitors = ec.init(document.getElementById(“analytify_months_graph_by_visitors”)); // graph functionality var months_graph_by_visitors_option = { tooltip: { position: function (p) { if ( $(“#analytify_months_graph_by_visitors”).width() – … Read more

How do I get the last number to create a new line?

I am working on a lab for a C++ course. My current code gives me most but not all points available for this lab. I can’t quite seem to get the code to print correctly. I’ve tried many possible ways of printing the code. On my closest attempts, the printed output seems to be missing … Read more