Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Filter function problem
#5
Use global variable. Declaration can be like
int+ g_globalVariable
Declare where it is used first time. Can declare same variable in many places.

If the variable will be used in single thread, instead use thread variable.
int- t_threadVariable
Declare in all functions where used.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)