Click here to Skip to main content
15,884,537 members
Articles / Programming Languages / C++

Target Eye Revealed: Part 3 - The Shopping List Mechanism

Rate me:
Please Sign up or sign in to vote.
4.92/5 (42 votes)
12 Jun 2014CPOL10 min read 60.5K   50  
How the Shopping List mechanism was used as part of the Target Eye project
Using the Shopping List Mechanism in Target Eye Monitoring System, the operator can define requests for which criteria needs to be used, and then, to modify these requests on the fly. In this article, we will take a look at the Shopping List Naming and List structures, shopping list related settings, and how to perform fast file searches. We will also see the source code and learn how to manage the shopping list.

Revisions


  

Compare Revision Minor Date Status Editor
23 - publicly available Yes 4-Apr-20 3:24 Available Deeksha Shenoy
Updates in content.
19 No 15-Jun-15 4:56 Available Sean Ewington
Initial creation
18 No 13-Jun-15 8:50 Available Michael Haephrati
Initial creation
17 No 12-Jun-14 9:36 Available Michael Haephrati
Updates in content. Changes: 147
16 No 16-Dec-13 6:59 Available Michael Haephrati
Updates in content. Changes: 61
15 No 4-Oct-13 8:18 Available Michael Haephrati
Updates in content. Changes: 46
14 No 10-Aug-13 6:09 Available Michael Haephrati
Updates in content. Changes: 36
13 No 11-Mar-13 9:57 Available Michael Haephrati
Updates in content. 348 changes had been made.
12 No 11-Mar-13 9:55 Available Michael Haephrati
Updates in content. 699 changes had been made.
11 No 11-Mar-13 7:24 Available Sean Ewington
Updates in content.
10 No 11-Mar-13 7:23 Available Sean Ewington
Updates in content.
7 No 22-Jan-13 20:44 Available Michael Haephrati
Updates in content. 41 changes had been made.
6 No 20-Sep-12 9:59 Available Michael Haephrati
Updates in content. 48 changes had been made.
5 No 20-Sep-12 9:49 Composing Michael Haephrati
Updates in content. 39 changes had been made.
4 No 20-Sep-12 9:47 Composing Michael Haephrati
Updates in content. 7161 changes had been made.
2 No 18-Sep-12 2:08 Available Michael Haephrati
Updates in content. 55 changes had been made.
1 No 18-Sep-12 1:30 Composing Michael Haephrati
Initial creation

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO Secured Globe, Inc.
United States United States
Michael Haephrati is a music composer, an inventor and an expert specializes in software development and information security, who has built a unique perspective which combines technology and the end user experience. He is the author of a the book Learning C++ , which teaches C++ 20, and was published in August 2022.

He is the CEO of Secured Globe, Inc., and also active at Stack Overflow.

Read our Corporate blog or read my Personal blog.





Comments and Discussions