I am currently trying to create a program where the user gives two values (times, hh:mm:ss) and gets the difference between the two times. This works, if one wo
I know that we can use the user() and current_user() function to get the currently logged in user. But I need just the user without the host-name suffixed. I ca
In my Next.js app, I need to get some parameters from the URL and use them to set a server-side cookie. But I'm not even sure if I can set a server-side cookie
I'm trying to create an SQL query that will fetch only one row, even if multiple exist. My DB looks like: Name | Page | Date John | 2201 | 22.05 John | 2202 | 2
My code is as follows: std::cin >> str; for ( char c : str ) if ( c == 'b' ) vector.push_back(i) //while i is the index of c in str Is this doable?
Okay, idk if this is a weird/simple question, but I'm confused about something. So I took this file, and I wanted to sort of extract the data for a specific cou
In C/C++, I have a bunch of functions that I call from main(), and I want to rewrite this in C#. Can I have stand alone functions(methods) or do I have to put t
I noticed an error on the MS documentation website: xlChart as a VBA constant in Excel is not defined with the correct value (the "sheet.type" for a chart sheet
I have an entity with composite primary key, and I want to add a additional foreign key and its navigation property to it. But I always get an error: The ALTER