ChezZ
ChezZ
CC#
Created by ChezZ on 8/9/2024 in #help
attach console to a non console application?
thank you
9 replies
CC#
Created by ChezZ on 8/9/2024 in #help
attach console to a non console application?
oh yeah I believe you're right I somewhat remember this being the issue i ran into a few nights ago when i tried
9 replies
CC#
Created by ChezZ on 8/4/2024 in #help
Generate a unique number given two other numbers between -10 and 10
that works btw thank you
10 replies
CC#
Created by ChezZ on 8/4/2024 in #help
Generate a unique number given two other numbers between -10 and 10
wait what thats generated by chat gpt?
10 replies
CC#
Created by ChezZ on 8/4/2024 in #help
Generate a unique number given two other numbers between -10 and 10
I want to pass two numbers in and generate one single number
10 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Question regarding thread safety
so I guess calling a method on object references is just a read operation?
10 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Question regarding thread safety
Alright thank you very much
10 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Question regarding thread safety
so if i was to spin up two threads i could call foo.instanceA.DoSomething() from both the threads?
10 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Question regarding thread safety
Could you elaborate a little what you mean? I know the code going on in DoSomething is thread safe im just worried if the foo object is going to cause any issues executing it
10 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Creating a thread that lives for as long as the application.
oops
18 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Creating a thread that lives for as long as the application.
yeah my system runs out of memory after so many instances
18 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Creating a thread that lives for as long as the application.
ok prior to calling thread.start my custom pool allocator was failing to allocate the memory needed
18 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Creating a thread that lives for as long as the application.
let me try something
18 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Creating a thread that lives for as long as the application.
hmm
18 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Creating a thread that lives for as long as the application.
each app calls new thread twice, after exactly 4 instances of my app is running the 5th will get null reference exceptions when calling thread.Start cause var thread = new Thread returns null
18 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Creating a thread that lives for as long as the application.
im not using c# sockets its using a c library no awaiting
18 replies
CC#
Created by ChezZ on 8/1/2024 in #help
Creating a thread that lives for as long as the application.
aren't tasks just meant for one time operations? The threads live for the life of the application.
18 replies