I have a json type of file containing the following content: {"c0":"1","c1":"2","c2":"810001000","c3":"A","c10":"A","c11":"2019-02-06"} {"c0":"2","c1":"2","c2":
I am connected to a Windows VM via RDP. The host system is also Windows. On the VM, I run an application that uses SetCursorPos to change the position of the mo
How can i make the area outside the black container untapable . I have used overlay widget to create pop up but the problem is now other area are clickable . Ov
I have the following supercalss BaseRouteBuilder where I am handling the common exception. All my routes extends this class 1234Route extends BaseRouteBuilder.
I'm having an issue where I have multiple JavaScript files, but only some of them allow me to add breakpoints within Visual Studio 2022. Files where I can't giv
I'm dealing with a Postgres table (called "lives") that contains records with columns for time_stamp, usr_id, transaction_id, and lives_remaining. I need a quer
I want to install .netframework 4.7.1 Developer offline pack in windows server core 2019 through docker and run it in a windows container. I have tried this com
We are supposed to return the count of all the positive numbers given an array, and the addition of all the numbers given the same array. Could someone tell me
for (int i = 0; i < m; i++) { getline(cin,que[i]); cout << que[i] << endl; int cnt = 0; string a = que[i].sub