Thread: c to c++ converter

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    75

    c to c++ converter

    is there a c to c++ source code converter...ive heard of such a thing, but dont know where to get it from??? do any of you guys know?
    thanks alot

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    The design methodology for C++ is totally different, so I doubt you'll find anything that will magically create classes for you.

    You could always just rename your source file from *.c to *.cpp
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Currency Converter - stream pull
    By verbity in forum C# Programming
    Replies: 3
    Last Post: 10-18-2008, 05:29 PM
  2. converter currency in C
    By MyRedz in forum C Programming
    Replies: 7
    Last Post: 10-16-2008, 10:39 PM
  3. Base10 to Base n converter
    By P4r4digm in forum C++ Programming
    Replies: 1
    Last Post: 10-04-2006, 09:34 PM
  4. Help with Error - Binary to Character Converter
    By dvldrmmr in forum C++ Programming
    Replies: 7
    Last Post: 04-30-2004, 01:21 PM
  5. Hex converter?
    By Nasimov in forum C++ Programming
    Replies: 2
    Last Post: 11-10-2003, 01:44 PM