Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Books :)

Books :)

Scheduled Pinned Locked Moved C / C++ / MFC
algorithmsoophelptutorialquestion
7 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SilverShalkin
    wrote on last edited by
    #1

    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:

    S C L B M 5 Replies Last reply
    0
    • S SilverShalkin

      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:

      S Offline
      S Offline
      Shog9 0
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • S SilverShalkin

        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:

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        • S SilverShalkin

          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:

          L Offline
          L Offline
          l a u r e n
          wrote on last edited by
          #4

          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?"

          S 1 Reply Last reply
          0
          • L l a u r e n

            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?"

            S Offline
            S Offline
            SilverShalkin
            wrote on last edited by
            #5

            Thanks,... ill go and check them out... Mastering Algorithms in c Introduction to Algorithms Code Complete And read up on STL. :) Thanks! ~SilverShalkin :rose:

            1 Reply Last reply
            0
            • S SilverShalkin

              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:

              B Offline
              B Offline
              Brian Delahunty
              wrote on last edited by
              #6

              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.

              1 Reply Last reply
              0
              • S SilverShalkin

                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:

                M Offline
                M Offline
                Michael P Butler
                wrote on last edited by
                #7

                Writing Solid Code Code Complete Michael :-) Communication is the first step towards enlightenment.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups