Click here to Skip to main content
15,891,763 members

Comments by LF FF (Top 6 by date)

LF FF 5-Apr-23 22:28pm View    
Awesome, thanks Graeme. I was able to create a blank solution, but then how to add project? I have different folders for each project with a ton of various files in them, like csproj sln suo files etc. What I want to end up doing is being able to access the methods and functionalities of each. I have messed up stuff before so I want to tread carefully. Thanks again!
LF FF 23-Jan-23 21:24pm View    
how much memory do you have to work with, and, how did you end up with such a gigantic (not ordered) array ?
I am not sure how to answer the memory question - it is a basic laptop with 8 or 16 GB of RAM, but the RAM is used by other processes, so the exact memory available is unclear. Let's say Gigabytes. Not sure what the motivation for the memory question is as the bottleneck does not appear to be that (yet).


what is the real world scenario, if any ?
I am building a game and the player's positions are updated in terms of an event.
LF FF 23-Jan-23 8:37am View    
Not familiar with Linq. I have heard of IEnumerable in the context of Sort but I have not directly worked with IEnumerable.
LF FF 19-Jan-23 8:30am View    
Sample = { "Bill", "John", "John", "Bill", "Lee", "Bill", "Flora", "Flora", "Erin".....continues millions of times };

PositionUpdates = {1, 545, 43, 3, 3, 3, 7, 100, 9 ....identical size as Sample }


Each Sample/Position Update Pair represents an update in position (represented as an integer) for the corresponding name in the Sample
LF FF 3-Jun-22 6:14am View    
You are the man!