-
Cprogramming.com doesn't explain some thngs well. I understand everything up to pointers...I understand function, the basics etc. But I can't make out what their tutorials are saying now. Does anyone have some further readng (I don't have much money for a book at the moment).
:) :(
-
what do you need to know?
pointers.... linked lists.... binary trees.... classes...file i/o..?
I can help you with all of that bun linked lists, and binary trees... I haven't gotten around to learning those yet...
-
Well linked lists and binary trees aren't really something you learn for the language, they're general algorithms.
Steve, you're using C not C++ are you? Look at classes if you're using C++, they're not that complicated unless you want them to be :)
Kedaman's been reading some good tutorials, I don't know where though.... I'll see if I can find out.
-
Try this:
http://www.itknowledge.com/reference...8/htm/ch03.htm
It's Sam's Teach Yourself C++ in 21 Days, available for reading online :)
-
Oh yes that gives me some ideas for things to learn - dynamic memory allocation and overloading functions. If you're using C++ you can use function templates too.
-
Oh yeah if someone wonders why that link points to the third chapter and not the toc, is because i bookmarked it on the third chapter, i've just read thought it, it's great ;)