Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Someone know how to use this ?
#1
"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
Reply
#2
No, I never even heard of flex until now & always worked good with CodeBlocks.
A developer, thinker & bliss guy that tries his hardest to enjoy life ~~~
Reply
#3
(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.
Reply
#4
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.
A developer, thinker & bliss guy that tries his hardest to enjoy life ~~~
Reply
#5
(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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)