Forum: C Feb 9th, 2006 |
| Replies: 6 Views: 65,914 I thinks instead of depending on the length of the line (which can be variable depeding on the type of editor and its settings).I think it'll be better to look for '\n' which is line separator. |
Forum: C Nov 29th, 2004 |
| Replies: 7 Views: 3,859 hi,
I'm not sure about your problem but,i guess it will be solve if you change
list< char*> to list< string >. |
Forum: *nix Software Jun 1st, 2004 |
| Replies: 19 Views: 6,050 hi,
When i was trying to install linux in my new system.There is some proble which i'm not able to sort out inpite of all my logical tries plus hit and trial method.
The problem is when... |