PLEASE I need help about
source code of identifing token in C++

Recommended Answers

All 2 Replies

What is your description of a token? That would be a logical place to start.

if (something == token)
    cout << "You have a token.  It is: " << token;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.