I want to create a class that uses matrices whose types and sizes are determined by the user during the constructor call. I tried to use a class template whose
I have following picker. The problem is the list Picker shows is scrollable and when selected value is near the end of the array user have to scroll manually. I
I am trying to copy mails from Inbox to a subfolder on live.com. Due limitations of the system, I only can work with the default libraries of python 3.8. The co
I'm experiencing a strange issue with the Restart Manager API. I'm trying to debug a runtime error that is causing my program to crash in the middle of executio
Im trying to map an array to a function. Then map that that array into another function but not sure how to deal with map type object or how to map multidimensi
If i pass @count variable i am getting this error Below is my query DECLARE @Error_Description NVARCHAR(Max) DECLARE @Count VARCHAR(20) DECLARE @x NVARCHAR(Ma
When I open my vs code program I get this message: The .NET Core SDK cannot be located. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is
I am making a multiplayer game using socket.io. Here is a part of my server code. io.on('connection', (socket) => { console.log("socket has connected!!")