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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

trying to create a new group (c++) , items dont belong to any group

Status
Not open for further replies.
Joined
Jul 1, 2003
Messages
1
Location
US
dear forum,

I have a standlone application (c++/GUI). user has the ability to create reports and name them.

there are various items grouped into different categories. I am trying to make a group of items which dont belong to anyother categories.

for example:

items list: a, b, c, d, e, f, g

group1 group 2 None( items dont belong to any group)
a, b, d a, b,f c,e,g


canyone help me with the code in c++. Please
 
For each "item", enumerate how many "groups" it is a member of, and if that number is zero, add it to the "none" group.

I REALLY hope that helps.
Will
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top