CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2004
    Location
    Peterborough, Ontario, Canada
    Posts
    35

    Cool Please suggest tut location

    Hello,

    I have just now finished the chapter in my book that is on pointers, and I've come accross the same basic problem I have with programming since I started. The problem is that when I see a bit of code designed to sort things I can read it and understand it but I don't really understand it in the sense that I could actually sit down and whip out some code without help.

    What I am asking here is does anyone know where I can find some clear and easy to understand tutorials/diagrams/explanations behind the logic of different kinds of sorts (any kinds, preferably many.) If you have a link you would like to share that would be great.

    Thanks,

    Nakor
    ----
    Indolence is Bliss

    College is one big dissapointment. Where's the challenge? Buried somewhere in all the bull**** classes some dumb company I'll never work for says I have to take?

    C, C++, PHP, Perl, VB, QB(lol)

  2. #2
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: Please suggest tut location

    Well, I'm afraid that this is not as easy like that. Everyone has there own precepiton and how they pick things up. You may find one explaination easy while the other not. So, I would say that give yourself a little break and try again from the start. Concentrate on the basics, unless you go all through them don't leave them (even if you know them, you may find something new, which you didn't knew before and can make alot of difference in later chapters).

    In the end, remember that google is your friend.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured