Click here to Skip to main content
16,010,394 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow Can i control net (LAN)connection? Pin
zhangyifei23-Jun-03 2:05
zhangyifei23-Jun-03 2:05 
GeneralConvert CString to UINT Pin
rohit.dhamija23-Jun-03 0:21
rohit.dhamija23-Jun-03 0:21 
GeneralRe: Convert CString to UINT Pin
John M. Drescher23-Jun-03 0:35
John M. Drescher23-Jun-03 0:35 
GeneralRe: Convert CString to UINT Pin
rohit.dhamija23-Jun-03 0:48
rohit.dhamija23-Jun-03 0:48 
GeneralRe: Convert CString to UINT Pin
nfactorial23-Jun-03 3:14
nfactorial23-Jun-03 3:14 
GeneralRe: Convert CString to UINT Pin
John M. Drescher23-Jun-03 3:47
John M. Drescher23-Jun-03 3:47 
GeneralRe: Convert CString to UINT Pin
Trollslayer23-Jun-03 1:24
mentorTrollslayer23-Jun-03 1:24 
GeneralLink Problem Pin
Bernhard23-Jun-03 0:12
Bernhard23-Jun-03 0:12 
I've posted this question to the tokenizer class itself.. but the article is pretty old and the author put an updated version on boost (i don't want to want any discussions on boost.. it is a great lib.. but i don't wanna use the whole shebang just for string tokenization).. but i want to use the version, which is downloadable on codeproject..

my problem:
i want to use the tokenizer in some classes in my project.. if i include the header a second time the linker says that the symbols:
const char* WT_Whitespace = " \t\n";
const char* WT_Punctuation1 = "/?.>,<\'\";:\\|]}[{=+-_)(*&^%$#@!`~";
const char* WT_Punctuation2 = "/?.>,<\";:\\|]}[{=+_)(*&^%$#@!`~";
are already defined in another obj file (the first file i've included the header.

(those are constants he put in his namespace.. the tokenizer is just one single header file)

any quick ideas (without using the whole boost stuff, otherwise i start using strtok again)?
bernhard




"I'm from the South Bronx, and I don't care what you say: those cows look dangerous."
U.S. Secretary of State Colin Powell at George Bush's ranch in Texas
GeneralRe: Link Problem Pin
John M. Drescher23-Jun-03 0:32
John M. Drescher23-Jun-03 0:32 
Generaldetecting if a text file is ansi or unicode Pin
Jeremy Pullicino23-Jun-03 0:03
Jeremy Pullicino23-Jun-03 0:03 
GeneralRe: detecting if a text file is ansi or unicode Pin
Jonas Larsson23-Jun-03 0:57
Jonas Larsson23-Jun-03 0:57 
GeneralRe: detecting if a text file is ansi or unicode Pin
Johnny ²23-Jun-03 0:59
Johnny ²23-Jun-03 0:59 
GeneralRe: detecting if a text file is ansi or unicode Pin
Jeremy Pullicino23-Jun-03 1:43
Jeremy Pullicino23-Jun-03 1:43 
GeneralRe: detecting if a text file is ansi or unicode Pin
Johnny ²23-Jun-03 2:31
Johnny ²23-Jun-03 2:31 
GeneralRe: detecting if a text file is ansi or unicode Pin
RChin23-Jun-03 3:48
RChin23-Jun-03 3:48 
GeneralRe: detecting if a text file is ansi or unicode Pin
Ryan Binns23-Jun-03 1:13
Ryan Binns23-Jun-03 1:13 
GeneralRe: Another Decision Pin
Jeremy Pullicino23-Jun-03 2:04
Jeremy Pullicino23-Jun-03 2:04 
GeneralRe: Another Decision Pin
Jeremy Pullicino23-Jun-03 3:57
Jeremy Pullicino23-Jun-03 3:57 
QuestionClassWizard missing classes? Pin
Mister Transistor22-Jun-03 23:39
Mister Transistor22-Jun-03 23:39 
AnswerRe: ClassWizard missing classes? Pin
John M. Drescher23-Jun-03 0:16
John M. Drescher23-Jun-03 0:16 
GeneralRe: ClassWizard missing classes? Pin
Mister Transistor23-Jun-03 0:50
Mister Transistor23-Jun-03 0:50 
QuestionGetDocument in a dialog? Pin
Mister Transistor22-Jun-03 23:35
Mister Transistor22-Jun-03 23:35 
AnswerRe: GetDocument in a dialog? Pin
will138323-Jun-03 2:41
will138323-Jun-03 2:41 
GeneralRe: GetDocument in a dialog? Pin
Mister Transistor23-Jun-03 4:09
Mister Transistor23-Jun-03 4:09 
AnswerRe: GetDocument in a dialog? Pin
David Crow23-Jun-03 2:43
David Crow23-Jun-03 2:43 

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.