Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~758 People Reached
Favorite Tags
c x 1
asp x 1
Member Avatar for CoolAtt

Hi. am using fgets() to read lines from a text file. the file is being updated after a few seconds. i want to read and process the last appended line at the end of the file. i tried the following: [code=c] while(true){ //infinite loop if(fgets(line,size,fp)!=NULL) process line. } [/code] plz …

Member Avatar for CoolAtt
0
703
Member Avatar for sma245

Help! Somehow I've ended up with the task of maintaining a system built around SQL Server, IIS, and ASP. For development I have Visual Interdev 6.0. The trouble is, this is way outside my usual domain, and the system is, as tradition demands, pretty much totally undocumented. Apologies if this …

Member Avatar for jbennet
0
55