Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
~755 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c++ x 1
1 Posted Topic
Quick and dirty explenation, no bs 1) **Lexical Analysis**, This part is basicly changing a string of characters into the first meaningfull chunks/words a compiler can read, also called *Tokenizing* which there are generally six types of Tokens. Identifiers which are basicly user and system defined Types and instances (x, …
The End.