Thread: [Newbie] Quick general questions about C#

  1. #1
    Registered User
    Join Date
    Mar 2009
    Posts
    46

    [Newbie] Quick general questions about C#

    C# has some features that are very appealing to me - particularly the array bounds checking and such. (That and pointers has caused me lots of problems in C)

    Am I mad to consider re-writing a large C program in C#?

    If I do, how easy would it be to get a program written and compiled on Windows with Visual Studios up and running on other operating systems?

  2. #2
    Registered User valaris's Avatar
    Join Date
    Jun 2008
    Location
    RING 0
    Posts
    507
    Well they are technically totally different. A large C program will have a lot of things that need to be changed for sure.

    For anything but trivial programs the answer would be quite hard.

    By the way I definently wouldn't get into C# because you "think" you won't have to deal with pointers or know when your array will be out of bounds. You will find out that C# has it's own idiosyncrasies, and that knowing c/c++ well will help you immensely when writing C#. <--Some extra 2 cents.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A few quick questions
    By Brodie337 in forum C Programming
    Replies: 12
    Last Post: 04-06-2009, 01:00 AM
  2. Couple Quick Questions
    By aresashura in forum C++ Programming
    Replies: 1
    Last Post: 12-15-2001, 05:20 PM
  3. 2 quick questions
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 11-29-2001, 12:32 AM
  4. A few quick questions...
    By cpp4ever in forum C++ Programming
    Replies: 3
    Last Post: 10-21-2001, 09:28 AM
  5. Couple Quick Questions.
    By Darkflame in forum C++ Programming
    Replies: 2
    Last Post: 09-15-2001, 03:44 PM