Thread: help with borland c++ GUI

  1. #1
    Registered User
    Join Date
    Feb 2006
    Posts
    10

    help with borland c++ GUI

    Hi guys
    i m very new to c++ programming so please give me your guidance... i m usin borland version 5 for my c++ programming

    i m supposed to develop a porgram like this one
    i can't post the program

    http://s14.yousendit.com/d.aspx?
    id=0KOMRNKHN53NS3TMGH6O18LSY8

    i do not know how to start?? can anyone help??

  2. #2

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    Here's a good Windows GUI Programmng Tutorial.

    You're trying to make a web form?

    That might not be done in C++. Maybe HTML with a little JAVA or PHP, or C#...

    In C++, graphics and GUI are advanced topics... usually not for beginners. In fact, there are no graphics, color, networking/internet, mouse, or sound in ANSI/ISO standard C++! If you were learning C++ in college, you would probably take 2 semesters of standard C++ before learning any GUI or graphics.

    You can do it with your Borland compiler because it includes the Windows API library in addition to the standard C++ stuff.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Convert Windows GUI to Linux GUI
    By BobS0327 in forum Linux Programming
    Replies: 21
    Last Post: 11-27-2005, 04:39 AM
  2. .NET And GUI Programming :: C++
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 01-27-2002, 04:22 PM
  3. GUI Programming :: C++ Exclusive
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 01-25-2002, 03:22 PM
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM
  5. GUI (Graphical User Interface) Help Needed
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2001, 10:35 AM