change code to c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nkhosinathie
    New Member
    • May 2007
    • 91

    change code to c++

    i'm doing C LANGUAGE and i've been asked to do a struct movie to a c++ language so i did this part from a C LANGUAGE so may anyone please help to me to change this code to a c++ language please.i haven'r done this c++ language so please anyone please help.


    ::snipped a whole lot of code::
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Nkhosinathie-

    You are a member now, and as such, you are expected to know how and when to use code tags. If you need to, please review how and when to use them.

    Okay, so you posted an extremely large program, did you expect it to be magically changed by us, or did you have a question on how to do it? Most of the keywords and control structures are the same from C to C++, so I would recommend you start by changing the libraries, changing the print statements (though if you put the right include in, you don't really have to), and going from there.

    Unless there was a more specific question?

    Comment

    Working...