Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
~357 People Reached
Favorite Forums
Favorite Tags
c x 12
Member Avatar for jeffhorton1965

In the following code I am calling a function from a pthread: [CODE]pthread_create(&threads[t], NULL, dnssearch, (void *)buffer)[/CODE] I need to pass the string (buffer) to a function and the have the function pass a string back. What am I doing wrong in the function: [CODE]void *dnssearch (void *buf) { char …

Member Avatar for jeffhorton1965
0
198
Member Avatar for jeffhorton1965

Help please.. I need some help in C to open a file and search for a string. If the string is found then move one space and copy the next string to end-of-line back to buffer. I am creating a program using pthreads and need to search this file in …

Member Avatar for jeffhorton1965
0
135
Member Avatar for jeffhorton1965

My name is Jeff Horton.. I am from Huntsville, AL.. I have decided to go back to school and get my Masters Degree. I have been working with computer networks for about 22 years and now that I have decided to get my MS, I have to relearn programming since …

Member Avatar for jephthah
0
24