Skip to main content
4 votes
2 answers
140 views

I have a program that I would like to build in Visual Studio 2026, but struggle with the errors appearing. One simplified piece of code is as follows: void f(const void*) {} int main() { ...
Fedor's user avatar
  • 25.4k
-1 votes
0 answers
41 views

I'm working on a project where I make a call using my lambda function which sends a request to client and in return I get a downloadable file (this whole task will be executed only once every 24hrs), ...
Vaibhav Singh's user avatar