Support Forums
Someone know how to use this ? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: Someone know how to use this ? (/showthread.php?tid=25284)



Someone know how to use this ? - prince76 - 02-22-2012

"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


RE: Someone know how to use this ? - ///ViNcE - 02-23-2012

No, I never even heard of flex until now & always worked good with CodeBlocks.


RE: Someone know how to use this ? - prince76 - 02-27-2012

(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.


RE: Someone know how to use this ? - ///ViNcE - 02-27-2012

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.


RE: Someone know how to use this ? - prince76 - 02-28-2012

(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