Jump to content


Directory structure in VC++


3 replies to this topic

#1 scorpionguy

    New Member

  • Members
  • Pip
  • 5 posts

Posted 23 May 2006 - 10:58 PM

Does anybody has any idea about how one can develop a directory strucutre in VC++ with user define names..

Thanks

#2 .oisyn

    DevMaster Staff

  • Moderators
  • 1810 posts

Posted 23 May 2006 - 11:01 PM

Could you be more specific as to what you're trying to accomplish, because I don't understand your problem.

If the problem is include and library directories, you can setup global directories in the options dialog and project-specific directories in the project properties dialog
C++ addict
-
Currently working on: the 3D engine for Tomb Raider.

#3 scorpionguy

    New Member

  • Members
  • Pip
  • 5 posts

Posted 23 May 2006 - 11:07 PM

well i want a structure something like as follows:

Root
|--- a
|---1
|---2
|--- b
|---c

and so on..to be specific something like treeview in .NET

#4 Wernaeh

    Senior Member

  • Members
  • PipPipPipPip
  • 368 posts

Posted 23 May 2006 - 11:34 PM

Treeview controls actually are not a .Net-only thing.
They also are available as standard controls from within the Windows API.
Have a look at the Common Controls documentation within the MSDN,
specifically at the WC_TREEVIEW type controls.

Cheers,
- Wernaeh
Some call me mathematician, some just call me computer guy. Yet, I prefer the term professional weirdo :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users