Thread: got some C++ questions, please help

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    8

    got some C++ questions, please help

    Hi, i have some VS C++ questions to ask around, please help me if you can, thanks!

    1. can i convert the .rc file into .xaml file or how can i take the informations from .rc file and then change to .xaml format.

    2. is it possible to use xml parser to read.xaml format and how to go about it.



    best regards,

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    What is this .xaml format?
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    Registered User
    Join Date
    Apr 2006
    Posts
    2,149
    Surely the you mean xml.
    It is too clear and so it is hard to see.
    A dunce once searched for fire with a lighted lantern.
    Had he known what fire was,
    He could have cooked his rice much sooner.

  4. #4
    Registered User
    Join Date
    Mar 2010
    Posts
    8
    the .xaml is the format that you write using VS C++ 2008, after you compile the code, the out come is xxx.xaml file..

  5. #5
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Xaml is only for WPF AFAIK.

  6. #6
    Registered User
    Join Date
    Mar 2010
    Posts
    8
    so is it possible to use xml parser to read.xaml format to do the user interface..

  7. #7
    Registered User
    Join Date
    Nov 2008
    Posts
    30

    Google it first

    A simple google search for .NET API that reads XML files yields this:
    Reading XML with the XmlReader
    I am assuming when you say VS C++, you mean managed C++.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Several Questions, main one is about protected memory
    By Tron 9000 in forum C Programming
    Replies: 3
    Last Post: 06-02-2005, 07:42 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM