how

chongjeefattchongjeefatt malaysia
edited September 2005 in Internet & Media
i know that some programing knowledge are require in order to process the information of html form submit by user.

my question now is can c++ programing do the task above?? and how??

thank

Comments

  • Lord_NightLord_Night Piqua Ohio
    edited August 2005
    a PHP submit form is easier, and most server support them,
    front page and most of the top web design programs have a template for them.

    C++ is ok. but I would rather run php. more options.
  • chongjeefattchongjeefatt malaysia
    edited September 2005
    but how to do that? i mean any libary i need to include into my source code?
  • mmonninmmonnin Centreville, VA
    edited September 2005
    If you want to have a form that a user can input data that looks similar in layout to HTML then you are going to have to do it visually with an MFC Dialog application. You could ask the user for input one at a time if you are doing a console app in C++.
  • chongjeefattchongjeefatt malaysia
    edited September 2005
    i choose console app. i know how to create a program that can let user input the information. but i dont know how to "collect" enter by user. can u teach me ?

    thankq
  • sharkydartsharkydart KY Icrontian
    edited September 2005
    like check for when the enter key is pressed and move to the next line instead of entering the information (or vice versa)?
Sign In or Register to comment.