Books :)
-
ok... "doesnt matter by opinion of what is over my head" i am wondering if there is any really good books that go over the following info: ~How to represent data ~data abstraction ~programming concepts ~Algerithms ~Searching, sorting - abstract data types Titles of the books are great, links are cool, opinions are best "with titles :)" Thanks for the help "and opinions" ~SilverShalkin :rose:
-
ok... "doesnt matter by opinion of what is over my head" i am wondering if there is any really good books that go over the following info: ~How to represent data ~data abstraction ~programming concepts ~Algerithms ~Searching, sorting - abstract data types Titles of the books are great, links are cool, opinions are best "with titles :)" Thanks for the help "and opinions" ~SilverShalkin :rose:
There are a lot of good books out there... i hope to read them someday ;) A couple that i feel helped me quite a bit: The C Programming Language Brian W. Kernighan and Dennis M. Ritchie Starting Forth Leo Brodie No the last one has nothing to do with C or C++. It is still a very good book. :) --------_**
And we die young. Faster we run.
**_
Alice in Chains, We Die Young
-
ok... "doesnt matter by opinion of what is over my head" i am wondering if there is any really good books that go over the following info: ~How to represent data ~data abstraction ~programming concepts ~Algerithms ~Searching, sorting - abstract data types Titles of the books are great, links are cool, opinions are best "with titles :)" Thanks for the help "and opinions" ~SilverShalkin :rose:
SilverShalkin wrote: How to represent data Surely the current trendy answer to that is XML :-) SilverShalkin wrote: programming concepts What do you mean ? SilverShalkin wrote: Algerithms For both algorithms and data representation, you probably should start with a book on the STL, rather than reinvent the whell. I have an O'Reilly book called Mastering Algorithms in C that I am glad I read, but I won't do any of it, because the STL does it for me. The C++ Programming Language by Bjarne Stroustrup has a good intro to STL, otherwise, STL Tutorial and Reference from Addison Wesley is a good place to start. SilverShalkin wrote: Searching, sorting - abstract data types Again, you should be using the STL, but Mastering algorithms in C is a good book to help you understand what it is doing for you. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. And you don't spend much time with the opposite sex working day and night, unless the pizza delivery person happens to be young, cute, single and female. I can assure you, I've consumed more than a programmer's allotment of pizza, and these conditions have never aligned. - Christopher Duncan - 18/04/2002
-
ok... "doesnt matter by opinion of what is over my head" i am wondering if there is any really good books that go over the following info: ~How to represent data ~data abstraction ~programming concepts ~Algerithms ~Searching, sorting - abstract data types Titles of the books are great, links are cool, opinions are best "with titles :)" Thanks for the help "and opinions" ~SilverShalkin :rose:
introduction to algorithms by thomas cormen et al is a seminal work imho code complete by steve mcconnell is a must have as well :)
situations to avoid #37:
"good morning ... how many sugars do you take in your coffee ... and what was your name again?"coming soon: situations to avoid #38: "...and the dog was there too?"
-
introduction to algorithms by thomas cormen et al is a seminal work imho code complete by steve mcconnell is a must have as well :)
situations to avoid #37:
"good morning ... how many sugars do you take in your coffee ... and what was your name again?"coming soon: situations to avoid #38: "...and the dog was there too?"
Thanks,... ill go and check them out... Mastering Algorithms in c Introduction to Algorithms Code Complete And read up on STL. :) Thanks! ~SilverShalkin :rose:
-
ok... "doesnt matter by opinion of what is over my head" i am wondering if there is any really good books that go over the following info: ~How to represent data ~data abstraction ~programming concepts ~Algerithms ~Searching, sorting - abstract data types Titles of the books are great, links are cool, opinions are best "with titles :)" Thanks for the help "and opinions" ~SilverShalkin :rose:
There is a good book called C++ Plus Data Structures... it covers all of what you've asked about above but it doesn't go into massive detail. SilverShalkin wrote: ~Algerithms ~Searching, sorting - abstract data types Try the STL... :-D
Now taking suggestionsfor a new sig. please email me all suggestions.
-
ok... "doesnt matter by opinion of what is over my head" i am wondering if there is any really good books that go over the following info: ~How to represent data ~data abstraction ~programming concepts ~Algerithms ~Searching, sorting - abstract data types Titles of the books are great, links are cool, opinions are best "with titles :)" Thanks for the help "and opinions" ~SilverShalkin :rose:
Writing Solid Code Code Complete Michael :-) Communication is the first step towards enlightenment.