Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tok explanations
#9
str s1 s2 s3 is not ARRAY, it is single block of thread stack memory of size = 3*sizeof(str) which is 3*16.
Usually it's easier to use str, but with lpstr faster because don't need to allocate stack memory for each str string.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)