January 2nd, 2012 11:42 PM
Thanks a lot. I'm doing advised by paul and bkelly. I have installed Microsoft Visual Studio 8.
I'll soon share the proceedings.
Thanks a lot again.
December 28th, 2011 11:05 AM
Thanks a lot dear Paul McKenzie. Can you please name a few compilers more ? Can I use C++ (not Visual C++) code in Visual Studio 8 as well ? If yes please tell me initial steps for this. Thanks...
December 28th, 2011 01:37 AM
Thanks Amleto. Your reply is really helpful.
1. I am using Turbo C++, 3.0. How can I know if it contains the regexp header ? or where can I get it if not included with Turbo C++ 3.0 ?
2. Can...
December 24th, 2011 10:12 PM
Hello there,
I want to write a program for a specific finite automata, e.g., for the RegExp = (a+b)*b. The program should ask for a string input and tell whether the string is VALID or INVALID.
...