S
Scirious
People, what are the advantages of C# over C++?
Thanks,
Scirious.
Thanks,
Scirious.
Scirious said:People, what are the advantages of C# over C++?
Thanks,
Scirious.
If you are talking about an unmanaged context, then C# is worlds
apart
from C++, in the sense that the code you compile in C# runs in an
execution environment which provides services such as verification,
security, memory management, etc, etc, all things in C++ you would
have to roll on your own.
CLR
(like C#). You have to use a set of extensions to the language to
enable this, so in reality, it gives you two options for the output.
Scirious said:Ok, now from a personal point of view. I know only Java and a little of C.
If I will start sutding a new language like C++ or C# waht would you
recommend?
Scirious said:Ok, now from a personal point of view. I know only Java and a little of C.
If I will start sutding a new language like C++ or C# waht would you
recommend?
different beasts. They are both good languages and there are reasons
for learning either one.
Andrew
It seems that C# would be easier to learn and easier to develop. But
with C++ I can use QT for GUI what would allow me to port my code to
Linux easyly. It will be very useful to have a plethora of libraies and
collections and an easy system to create threads.
What do you say about it?
Scirious said:Ok, now from a personal point of view. I know only Java and a little of C.
If I will start sutding a new language like C++ or C# waht would you
recommend?
Scirious said:I want to switch from Java for two reasons:
1. I think Java's GUI is too ugly. Too square.
2. Also, Java doesn't support unsigned numbers.
And I want to implement a NNTP client and a mail analyzer at the moment,
but I don't want to do it with Java. So I thought about C# or C++, but
I'm not sure.
It seems that C# would be easier to learn and easier to develop. But
with C++ I can use QT for GUI what would allow me to port my code to
Linux easyly. It will be very useful to have a plethora of libraies and
collections and an easy system to create threads.
What do you say about it?
^^^^mastered java, I would consider learning something totally different.
Something like Ruby or Python.
andrew queisser said:^^^^
+1
Scirious said:People, what are the advantages of C# over C++?
Scirious said:I want to switch from Java for two reasons:
1. I think Java's GUI is too ugly. Too square.
2. Also, Java doesn't support unsigned numbers.
It seems that C# would be easier to learn and easier to develop. But
with C++ I can use QT for GUI what would allow me to port my code to
Linux easyly. It will be very useful to have a plethora of libraies and
collections and an easy system to create threads.
What do you say about it?