User Profile

Collapse

Profile Sidebar

Collapse
Scottyous
Scottyous
Last Activity: Mar 12 '11, 06:42 PM
Joined: May 28 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Scottyous
    started a topic problem with multi-threading parameters ( C pthread )
    in C

    problem with multi-threading parameters ( C pthread )

    Hi, I'd like to create thread wich call one function
    this function takes a structure (2dArray) in its parameter and return another structure (Path).

    the prototype looks like this :
    Path function1 (2dArray);


    I have problems because the threads parameters are (void *(void *)) and return void*
    See more | Go to post

  • Scottyous
    replied to How to convert string into an object
    Thank you so much !
    See more | Go to post

    Leave a comment:


  • Scottyous
    started a topic How to convert string into an object

    How to convert string into an object

    Hi, i wrote a table into a .txt file and when i read the line i want to convert this string into an object.

    a table like this one :
    [[-1, -1, -1, -1, -1, -1, -1, -1], [-1, -1, -1, -1, -1, -1, -1, -1], [-1, -1, -1, -1, -1, -1, -1, -1], [-1, -1, -1, 0, 1, -1, 0, -1], [-1, -1, -1, 1, 0, -1, -1, -1], [-1, -1, -1, -1, -1, 1, 0, 1], [-1, -1, -1, -1, -1, -1, -1, -1], [-1, -1, -1, -1, -1, -1, -1, -1]]
    See more | Go to post
No activity results to display
Show More
Working...