Thread: pattern checking in a string question..

  1. #31
    Banned
    Join Date
    Oct 2008
    Posts
    1,535
    i got only this "working code"

    is there other codes to rely on?

  2. #32
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by transgalactic2 View Post
    i got only this "working code"

    is there other codes to rely on?
    You mean "can I copy some other code" - I'm sure you can. The example of a recursive descent parser should be searchable.

    But I think, judging from your questions, that you need to study more of the basics of programming and (more importanly perhaps) troubleshooting - both compiler errors and logical errors. This is a HUGE part of programming to understand what the code does, and figure out why it doesn't work - and you can't go through the rest of your life asking on forums.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. char Handling, probably typical newbie stuff
    By Neolyth in forum C Programming
    Replies: 16
    Last Post: 06-21-2009, 04:05 AM
  2. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  3. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  4. RicBot
    By John_ in forum C++ Programming
    Replies: 8
    Last Post: 06-13-2006, 06:52 PM
  5. String array question
    By gogo in forum C++ Programming
    Replies: 6
    Last Post: 12-08-2001, 06:44 PM