question about c#

Status
Not open for further replies.

spider_007

New Member
hello,

Is there a place on this forum to talk about programming?
if yes, please tell me where because i've looked everywhere...

if not, could anyone (with programing experience) help me?
I have a question about objects colliding with each other

thanks guys,
spider
 
Is there a limit for making new threads? .

I've confronted with this problem before, and there's no really easy way to handle it.
I made a game a while ago, and for collision, i used simple rectangle intersection.. (i'm not sure that's what you want to know about). Anyway, give me more details, and i'll try to help you.
 
Is there a limit for making new threads? .

I've confronted with this problem before, and there's no really easy way to handle it.
I made a game a while ago, and for collision, i used simple rectangle intersection.. (i'm not sure that's what you want to know about). Anyway, give me more details, and i'll try to help you.

There isn't a limit, but we like to cut down on unnecessary threads. Also, we like them to be in the proper section. There are specific threads for programming so he should post his actual question there.
 
As above, there is no real thread limit (from a software point of view it's practically unreachable). But if things are kept together it's easier for others to find should they have a similar question.

That said, I'm wondering if you mean processing threads. In which case, there's sort of limit. After a certain point your code will reach the limits of what paralellizing will do for it.
 
Status
Not open for further replies.
Back
Top