Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~234 People Reached
Favorite Forums
Favorite Tags
c x 3
java x 1
Member Avatar for candoc

Is there a way to split a string every 30 characters and store them in smaller strings without looking for a token?

Member Avatar for jephthah
0
85
Member Avatar for candoc

If i am writing a java game and it has multiple people playing together, is there a way to find out how many people are at the same table/room playing?

-1
37
Member Avatar for candoc

If I am fread()'ing through a file and want to append it when i find a particular item, can i just do an fwrite() when i find it or do i have to first fseek() to that location and then do an fwrite()?

Member Avatar for Tom Gunn
0
112