- Joined
- Feb 15, 2003
- Location
- College Park, MD
Well, what is the difference between C and C#?
Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!
XWRed1 said:No.
VB.net is VB in C#.
Deathknight said:
Ehh? vb.net and c# are not even close to the same language, about the only similarity they have is that they both use the CLR (as do all .net languages).
My point is this... The compiler in C#, based on what I've heard, supposedly reallocates RAM you've allocated so when you call previous pointers they've already been written and replaced somewhere else...
VeryFirstSMP said:
Almost any line of VB.NET code can be converted into an equivalent line in C#. Both compile to the same Intermediate Language. Both languages use the same data types (which are standard across the .NET framework). Both use the same .NET class library.
Apart from syntax, I really have yet to see much difference between the two. Then again, I haven't built any real application with either.
Please tell me if I am wrong...
f012t12 said:If you like pointers and use them well with C, C# will ruin your appetite.
My point is this... The compiler in C#, based on what I've heard, supposedly reallocates RAM you've allocated so when you call previous pointers they've already been written and replaced somewhere else...
My post was in response to someone saying that C# was the next version of VB