Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Baschey

Pages: [1]
1
System / Re: Thread, function arguments
« on: May 13, 2015, 05:45:26 pm »
Hmm strange, all right, i will use std :: thread.

2
System / Thread, function arguments
« on: May 13, 2015, 03:30:46 pm »
Hi there !  :)
I have a problem with create Thread.

My function - void Func(ObjectSAi obj[],float time,ObjectS &object)


Thread TH(&Func,Mass,time,Player)//is not work(to many arguments of function, or wrong argument of function).

Pls help me  :) . How to pass arguments to functions ?

Pages: [1]