can i import a C++ program in the webpage?

  • Thread starter Thread starter Jasonc
  • Start date Start date
-----Original Message-----
can i import a C++ program in the webpage?

You can use c++ to create programs that run on the Web
server or on the browser, but those programs must conform
to certain specifications and use certain APIs. Most
developers, however, use higher-level languages such as
Visual Basic, C#, Java, or Perl.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
C++ syntax will not work in web pages. C++ (today mainly used as
Microsoft Visual C++ or Borland C++ Builder) is for producing software
such as word processing packages, operating systems, games and many
other applications to help business. If you are familiar with C++ (or
C) you can more easily learn JavaScript which is a simpler language
than C++ and the syntax is similar. JavaScript can be used to animate
and add user interactivity to web pages.

Andre Rodziewicz
WimbledonVisitor.Com
Helping your business reach the world
The Wimbledon Business Directory
Search Engine Optimisation and Web Design
http://www.wimbledonvisitor.com/products
 
No.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top