Forum: C Jul 3rd, 2009 |
| Replies: 13 Views: 1,071 More likely environment variables that can't point to two different places on the filesystem at the same time :) I'm Borland from ages past, but found my self in an MS shop using VS, which I hadn't... |
Forum: C Jul 3rd, 2009 |
| Replies: 9 Views: 443 The strtok() approach will work, just with a little added overhead - specifically, tracking the size of tokens you have already passed and either used or discarded. |
Forum: C Jul 3rd, 2009 |
| Replies: 8 Views: 539 For writing the code, any text editor will do, but a text editor that is designed to work with C/C++ would work better simply for things like syntax highlighting (which shows you visually the... |