CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Posts
    1

    Technology issues

    I am a teachers assistant for a C++ class and this is really the only language that I know. Some of my students have been asking me about Java and XML. What are the differences between the three languages and what are the advantages of using one over another. What are the good and bad points of Java and XML compared to C++.



  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Technology issues

    JAVA is a language which should run on every platform. JAVA uses most of the programing principles of c++. The only differences is that you won't find the 'difficult' things from c++ like pointers and so on in JAVA. XML is an enhancement set of instructions for HTML. XML allows you to define new tags for building HTML-sites.

    Andreas Masur

    I'm not looking for ratings but they'll tell me how useful my help is.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured