Support Forums

Full Version: Someone know how to use this ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"Flex " is a tool used in compilers to generate Scanner which is a lexical analyzer , i.e it takes your source code and convert it into tokens , where token is composed of token type and value
like for x , it will produce identifier , x .

it is composed of three specifications

a header fie, a cpp file , and source code

I dont know how to use this in codeblocks ?? do I have to download this Flex ?


someone please help Sad
No, I never even heard of flex until now & always worked good with CodeBlocks.
(02-23-2012, 11:31 AM)///ViNcE Wrote: [ -> ]No, I never even heard of flex until now & always worked good with CodeBlocks.

CodeBlocks is an IDE aur flex is a Scanner generator , there is no comparison between them anyways thanks for replying.
Ya, them we're all my thoughts. If you need any help with anything with CodeBlocks::IDE/C++, ask me ;)
IDK everything about C++ but I can help you out with it all.
(02-27-2012, 08:25 AM)///ViNcE Wrote: [ -> ]Ya, them we're all my thoughts. If you need any help with anything with CodeBlocks::IDE/C++, ask me ;)
IDK everything about C++ but I can help you out with it all.

Ya I'll surely do that , thanks Smile