Forum: C++ Feb 12th, 2008 |
| Replies: 3 Views: 3,756 and where could i find these manuals |
Forum: C++ Feb 12th, 2008 |
| Replies: 3 Views: 3,756 Hi
I was wondering if someone could help with linked list. I'm trying to read i a text file in this format:
ID Name PR Salary
339 GOERGE 4 26000
221 SANDY 4 22600
101 RONNY 3 35250
... |
Forum: C Feb 1st, 2008 |
| Replies: 7 Views: 12,318 Hi, I was wonder if someone could give me some help with my program
I have a variable:
char *insert = "abcdefgh"
and i want to split that into chars like so, 'a', 'b', 'c', 'd', etc.
... |