Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 02-28-2004, 11:05 AM   #1 (permalink)
Crazy
 
Location: Nova Scotia, Canada
[C] Fscanf Question

I'm having some troubles with what I think are called scansets.
This kind of stuff:
Code:
fscanf(fp, " %*[^0-9]%i %i/%i", &a, &b, &c);
So it ignores anything that's scanned in untill it sees a number.
That's all good, but I don't seem capable enough to get it to work with minuses as well (for a negative number.)

It would be great if someone could give me a hand, or maybe even write a little tutorial covering scansets (so maybe I could actually learn something.)

Thanks!
__________________
Ask a simple question... get pain.
Marburg is offline  
 

Tags
fscanf, question


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 11:02 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38