Thread: Problem with vector iterator

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #23
    Programming Ninja In-T...
    Join Date
    May 2009
    Posts
    827
    Quote Originally Posted by Lesshardtofind View Post
    I didn't post anything because grumpy's response and the first google result on the error message were the same which also matched the problem with the code, and I'm sketchy with pointers at best! (need to improve that one)

    Though the code itself opened my mind to programming a browser. Seems like a lot of work having to try and work around all the standards that have existed over time through all the web languages. Seems fun.
    Just to be clear, I'm not programming a web browser. Rather, I am creating a program for creating websites using a GUI. And of course, in order to do that, it is necessary to have code that will write web languages for you, and that's the part I'm working on right now. My plan is, for the first version of the program, to support Html, CSS, Javascript, and PHP. And by "support", I mean provide a fully functional way to write all of those languages using a GUI instead of writing it by hand. In addition, the end-goal is to also make that whole process as easy, fast, and fun as possible, by providing info on each part of each language (so that in a sense, it would also be kinda of a teaching tool, as well...to help one understand code, and to write it better), and giving helpful examples on how to do common things with those languages. However, you are right in that it is a lot of work, and I am indeed going straight from the standards on this one. However, because I'm also thinking about browsers, and how each of them will differ in certain ways with each language, I'm also trying to code for that as well, and make it clear in my program which browser supports which thing from the specification (and that I'm basically figuring out as I go, by testing each thing in each browser).
    Last edited by Programmer_P; 01-06-2013 at 10:31 PM.
    I'm an alien from another world. Planet Earth is only my vacation home, and I'm not liking it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem using a vector iterator in a loop.
    By M.Richard Tober in forum C++ Programming
    Replies: 6
    Last Post: 10-29-2011, 01:53 PM
  2. vector and iterator problem
    By BeBu in forum C++ Programming
    Replies: 10
    Last Post: 03-11-2009, 07:38 AM
  3. Vector Iterator Help
    By (TNT) in forum C++ Programming
    Replies: 5
    Last Post: 11-04-2007, 02:53 PM
  4. vector<object>::iterator Help
    By The Brain in forum C++ Programming
    Replies: 16
    Last Post: 03-26-2006, 07:22 PM
  5. Iterator _ erasing from a vector help
    By Hexxx in forum C++ Programming
    Replies: 1
    Last Post: 03-22-2006, 07:43 PM