Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DuplicateToken & DuplicateTokenEx Pin
Blake Miller15-Jul-05 8:32
Blake Miller15-Jul-05 8:32 
GeneralRemove duplicates Pin
Andrew Admire15-Jul-05 6:38
Andrew Admire15-Jul-05 6:38 
GeneralRe: Remove duplicates Pin
Blake Miller15-Jul-05 6:51
Blake Miller15-Jul-05 6:51 
GeneralRe: Remove duplicates Pin
Andrew Admire15-Jul-05 6:59
Andrew Admire15-Jul-05 6:59 
GeneralRe: Remove duplicates Pin
Blake Miller15-Jul-05 7:09
Blake Miller15-Jul-05 7:09 
GeneralRe: Remove duplicates Pin
Andrew Admire15-Jul-05 7:27
Andrew Admire15-Jul-05 7:27 
GeneralRe: Remove duplicates Pin
Blake Miller15-Jul-05 7:34
Blake Miller15-Jul-05 7:34 
GeneralRe: Remove duplicates Pin
Jose Lamas Rios15-Jul-05 7:32
Jose Lamas Rios15-Jul-05 7:32 
That's what uniq in Unix systems does. It requires the input file to be sorted, but you can of course pipe sort and uniq.

If command line utilies are acceptable, just download one of the many free kits of Unix tools for DOS/Windows. Then you can do, for example, something like:

C:\somewhere>type yourfile.txt | sort | uniq > output.txt


--
jlr
http://jlamas.blogspot.com/[^]
GeneralRe: Remove duplicates Pin
Roland Pibinger15-Jul-05 8:55
Roland Pibinger15-Jul-05 8:55 
GeneralRe: Remove duplicates Pin
Michael Dunn15-Jul-05 10:19
sitebuilderMichael Dunn15-Jul-05 10:19 
GeneralDLL Pin
act_x15-Jul-05 6:16
act_x15-Jul-05 6:16 
GeneralRe: DLL Pin
Michael Dunn15-Jul-05 6:24
sitebuilderMichael Dunn15-Jul-05 6:24 
GeneralRe: DLL Pin
berndg15-Jul-05 7:01
berndg15-Jul-05 7:01 
GeneralRe: DLL Pin
AntonlioX15-Jul-05 19:50
AntonlioX15-Jul-05 19:50 
Generalstring in .mc file or as IDS_ resource Pin
xcavin15-Jul-05 4:36
xcavin15-Jul-05 4:36 
GeneralRe: string in .mc file or as IDS_ resource Pin
David Crow15-Jul-05 4:59
David Crow15-Jul-05 4:59 
GeneralRe: string in .mc file or as IDS_ resource Pin
Michael Dunn15-Jul-05 6:25
sitebuilderMichael Dunn15-Jul-05 6:25 
GeneralRe: string in .mc file or as IDS_ resource Pin
xcavin15-Jul-05 18:30
xcavin15-Jul-05 18:30 
GeneralIE Settings Pin
Usman Tasleem Akshaf15-Jul-05 4:32
Usman Tasleem Akshaf15-Jul-05 4:32 
Generalexplorer bar Pin
mks_codeproject15-Jul-05 4:27
mks_codeproject15-Jul-05 4:27 
Generalcombobox event in propertypage Pin
stevy8215-Jul-05 4:08
stevy8215-Jul-05 4:08 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 4:20
David Crow15-Jul-05 4:20 
GeneralRe: combobox event in propertypage Pin
stevy8215-Jul-05 4:37
stevy8215-Jul-05 4:37 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 4:53
David Crow15-Jul-05 4:53 
GeneralRe: combobox event in propertypage Pin
stevy8215-Jul-05 5:05
stevy8215-Jul-05 5:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.