About 50 results
Open links in new tab
  1. .net - C# Set collection? - Stack Overflow

    Oct 8, 2008 · Does anyone know if there is a good equivalent to Java's Set collection in C#? I know that you can somewhat mimic a set using a Dictionary or a HashTable by populating but ignoring the …

  2. How to set a folder to the path environment variable in Windows 11

    Nov 10, 2024 · Here is a video tutorial I created that shows how to set a folder to the path environmental variable in Windows 11. Alternatively, below is a step-by-step description of the process with …

  3. How to enable execution of PowerShell scripts? - Super User

    I then tried to run set-executionpolicy Bypass to verify, and I get Windows PowerShell updated your execution policy successfully, but the setting is overridden by a policy defined at a more specific …

  4. How can I create a Set of Sets in Python? - Stack Overflow

    3 So I had the exact same problem. I wanted to make a data structure that works as a set of sets. The problem is that the sets must contain immutable objects. So, what you can do is simply make it as a …

  5. c++ - How to iterate std::set? - Stack Overflow

    Oct 12, 2012 · One more thing that might be useful for beginners is since std::set is not allocated with contiguous memory chunks if someone want to iterate till kth element normal way will not work.

  6. How do I get and set Environment variables in C#?

    Oct 8, 2008 · How can I get Environment variables and if something is missing, set the value?

  7. How can I get Remote Desktop (RD) to scale properly AND set …

    Sep 26, 2025 · If I set it to 1920 x 1080, I end up with a small window on my 4k monitor and can't drag it larger than 1920 x 1080. If I set the dimensions slightly less than 3840 x 2160, I can get it windowed …

  8. What is the difference between set vs map in C++?

    Feb 28, 2014 · I am still confused by the differences between the map and set datastructures in STL. I know set is storing the values in a sorted way, what about map? Does it store the values in sorted …

  9. Word will not set the Numbering Value that I choose

    Select 'Numbering -> Set numbering value...' Select 'Continue from previous list' Tick the 'Advance value (skip numbers)' box Set the numbers to 1.2.1 Long winded, but it seems that I was unable to do this …

  10. Change the default terminal in Visual Studio Code

    Jun 8, 2017 · I am using Visual Studio Code on my Windows 10 PC. I want to change my default terminal from Windows PowerShell to Bash on Ubuntu (on Windows). How can I do that?