|
-
Dec 6th, 2004, 07:30 PM
#1
Thread Starter
Sleep mode
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.
-
Dec 6th, 2004, 09:51 PM
#2
PowerPoster
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.
-
Dec 7th, 2004, 12:32 AM
#3
Thread Starter
Sleep mode
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 .
-
Dec 7th, 2004, 04:30 AM
#4
Re: Is C# low-level lang ?
 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.
-
Dec 8th, 2004, 10:03 AM
#5
Frenzied Member
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.
-
Dec 8th, 2004, 10:06 AM
#6
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.
-
Dec 8th, 2004, 11:03 AM
#7
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.
-
Dec 9th, 2004, 01:36 AM
#8
Thread Starter
Sleep mode
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 ...
-
Jan 4th, 2005, 11:30 PM
#9
I wonder how many charact
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.
-
Jan 30th, 2005, 05:42 PM
#10
Member
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.
-
Jan 30th, 2005, 06:16 PM
#11
Thread Starter
Sleep mode
Is there any way I can close this thread !!!
-
Jan 30th, 2005, 08:03 PM
#12
I wonder how many charact
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?
-
Jan 30th, 2005, 08:12 PM
#13
Thread Starter
Sleep mode
Ok , you piss me off and I'll ***** ya ....
-
Feb 3rd, 2005, 05:33 PM
#14
Fanatic Member
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.
-
Feb 3rd, 2005, 06:27 PM
#15
Thread Starter
Sleep mode
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|