Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thiru80

    Depth First traversal and Preorder traversal

    Hi all I am traverse a tree (radial)in a certain order.I believe that it is a depth first traversal but preorder traversal also gives me the same result. Now I m confused about the jargon whether to use depth first or preorder. Please advise Thanks
  2. thiru80

    Implementation of a non-binary tree

    Hi everyone Could anyone please provide me an algortihm for building a non-binary(unsymmetrical tree) using C++,I am also interested in traversing the tree. I would be even happy with an outline of how it can be implemented Thanks Thiru
  3. thiru80

    Connecting to MS Access table using C++

    I am trying to access a record of a table.I have written the follwoing code.But when I try to compile it gives some errors fxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex...
  4. thiru80

    Reading MS Access files from C++

    Could you please help me by letting me know how to open a MS Access file(for now a single column of data) and read it. Your response would be of great help to me Thanks Thiru

Part and Inventory Search

Back
Top