CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cengineer

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    6,112

    Re: if statement parser

    Thanks, appreciate your responses.
  2. Replies
    7
    Views
    6,112

    Re: if statement parser

    Would it be possible for you to take a look at my code in private. I read over recursive parsing and I have tried to implement it.
  3. Replies
    7
    Views
    6,112

    Re: if statement parser

    Pardon me, I should be more concise with my question. After validating the tokens, I'mnot sure how to check the order of the tokens to validate the syntax, since I only have flags to verify the...
  4. Replies
    7
    Views
    6,112

    if statement parser

    I managed to code thus far the tokenizer which breaks the if statement into tokens and validates each one according to a set of grammar rules. I am having trouble validating the syntax of the...
  5. Replies
    2
    Views
    604

    Re: format output

    Thanks for the response. I did try that initially and again as you suggested but that last column is still out of whack. I understand that the column before that has values of inconsistent size but...
  6. Replies
    2
    Views
    604

    format output

    I understand this to be an age old question but I have tried all the iomanip manipulators to correct this issue. My output consists of 4 columns with the last two containing float values (dollar...
  7. Replies
    3
    Views
    1,021

    Re: [RESOLVED] parsing conditional statements

    Sorry to mark it resolved already; but I started coding it and it seems to be a rather tedious way of doing it. I read in the string (if statement) and break it into tokens and then validate each...
  8. Replies
    3
    Views
    1,021

    Re: [RESOLVED] parsing conditional statements

    thanks
  9. Replies
    3
    Views
    1,021

    [RESOLVED] parsing conditional statements

    I need to write a program that will input a series of 'if else statements' and the code needs to validate the statements based on grammar rules defined.
    Now I realise this program is easy and maybe...
  10. Replies
    2
    Views
    761

    Re: url parsing

    Thank you for your response. Yes doing some searches before seeing your post, I found that it was indeed javascript running and from which I was able to trace the source from there and find the...
  11. Replies
    2
    Views
    761

    [RESOLVED] url parsing

    I am a newbie with regards to vb programming and have recently started programming with parsers, robots etc. I am familiar with fetching url html pages and parsing for links and text. i came across a...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured