Results 1 to 15 of 15

Thread: Is C# low-level lang ?[Resolved]

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Resolved Is C# low-level lang ?[Resolved]

    I know C# isn't like C/C++ but it could inherits C/C++ abilities that's not in other langs. The question is : Can we categorize C#.NET under the low-level language(even to some extent) ?

    Yes , or No .

    Thanks
    Last edited by Pirate; Dec 9th, 2004 at 01:38 AM.

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464

    Re: Is C# low-level lang ?

    If you use it to write unmanaged code....sure. You have a lot of power when you use it to write unmanaged code, much like C++. But, if you needed to do any large amount of unmanaged code, why not just use C++ because you would be doing the same thing with a language that was really designed from the ground up to be lower level.

  3. #3

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: Is C# low-level lang ?

    Yah , I agree . The thing is, C# won't be typical low-level lang just like C/C++ because it requires framework to run . Like running under DOS (booting stuff) .I don't know , can we just call it half low-level lang.
    Thanks 4 the input .

  4. #4
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Is C# low-level lang ?

    Quote Originally Posted by hellswraith
    If you use it to write unmanaged code...
    Do you mean just using normal API functions and not using the .net libraries?
    I don't live here any more.

  5. #5
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690

    Re: Is C# low-level lang ?

    Just butting in here, but I'll venture a guess that when hellswraith says "write unmanged code", it means writing code in an unsafe code block. I guess calling APIs would be accessing unmanged code, though.

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: Is C# low-level lang ?

    Would still be running under the JIT though even if you used nothing but API's.

    C# is never completely unmanaged and therefore nowhere near a low level language.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Is C# low-level lang ?

    Since C# is tied into a framework, it is as high level as VB, however; since C# is standardized, someone could make a compiler that uses no framework at all but then you'd have to make all sorts of standard libraries and such for it to even be usable.

    So C# could be as low level as C++ if someone wanted to basically reinvent the wheel, but as it stands it's quite high level.

  8. #8

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Resolved Re: Is C# low-level lang ?

    Thanks all . It's weird we all ended up to the same point . No fighting or lengthy nonsense discussion ...

  9. #9
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: Is C# low-level lang ?[Resolved]

    We should fight and argue just for the sake of it though, otherwise this thread appears far less than a well discussed topic.

    So I argue its as high a level as VB.Net.. but with the look and nuances (annoyances?) of low-level languages.

  10. #10
    Member AMDPwred's Avatar
    Join Date
    Mar 2002
    Location
    Richmond, VA
    Posts
    48

    Re: Is C# low-level lang ?[Resolved]

    C# is certainly not a low level language. As stated above, it has the ability to execute unmanaged code. But considering it requires a framework and runs in a managed environment, it should not be classified as a low level language.

  11. #11

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Is there any way I can close this thread !!!

  12. #12
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: Is C# low-level lang ?[Resolved]

    I think if you say something very naughty and some reports it... it will get locked - that's just as good right?

  13. #13

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Ok , you piss me off and I'll ***** ya ....

  14. #14
    Fanatic Member Graff's Avatar
    Join Date
    Jan 2002
    Location
    Calgary
    Posts
    668

    Re: Is C# low-level lang ?[Resolved]

    C# is lower than assembly language... don't ask how it just accept it. It's the Jesus of code.
    If wishes were fishes we'd all cast nets.

  15. #15

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Quote Originally Posted by Graff
    C# is lower than assembly language... don't ask how it just accept it. It's the Jesus of code.
    I'd take it as a joke.

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