Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to make a simple web browser in c++  (Read 3754 times)

0 Members and 1 Guest are viewing this topic.

batchmaster60

  • Guest
how to make a simple web browser in c++
« on: July 28, 2009, 01:33:34 PM »
Hi,
I was wondering how to make a simple web browser using c++.

thanks in advance.

batchmaster60

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: how to make a simple web browser in c++
« Reply #1 on: July 28, 2009, 02:29:58 PM »
 ::)
I was trying to dereference Null Pointers before it was cool.

fgdn17



    Hopeful

    Thanked: 3
    Re: how to make a simple web browser in c++
    « Reply #2 on: July 28, 2009, 03:22:23 PM »
    why reinvent the wheel??? There are many available already...!!!

    ????????????????

    see here as example...

    http://www.dillo.org/


    computeruler



      Egghead

      Thanked: 63
      • Yes
      • Yes
    • Experience: Experienced
    • OS: Mac OS
    Re: how to make a simple web browser in c++
    « Reply #3 on: July 28, 2009, 05:17:27 PM »
    I have a vb book which tells you how to make one based of ie

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: how to make a simple web browser in c++
    « Reply #4 on: July 28, 2009, 05:21:45 PM »
    I have a vb book which tells you how to make one based of ie

    It takes like five seconds.... add it to the components dialog and plop one on the form.... then write one line of code to .navigate2() to the starting address.

    However he asked how to write a Webbrowser, not glue one together.

    The main problem here is that he has just started using C++ and hasn't a clue how to create windows programs or how to do networking, or graphics, or in fact a number of necessary skills for creating a web browser.

    Even the control method would require the ability to work with COM components and create windowed applications.
    I was trying to dereference Null Pointers before it was cool.

    Quantos



      Guru
    • Veni, Vidi, Vici
    • Thanked: 170
      • Yes
      • Yes
    • Computer: Specs
    • Experience: Guru
    • OS: Linux variant
    Re: how to make a simple web browser in c++
    « Reply #5 on: July 28, 2009, 05:56:01 PM »
    Hi,
    I was wondering how to make a simple web browser using c++.

    thanks in advance.

    batchmaster60

    Do your own homework.
    Evil is an exact science.