Click here to Skip to main content
16,013,918 members
Home / Discussions / C#
   

C#

 
GeneralRe: sprintf equivalent in c# Pin
Kannan Kalyanaraman16-Mar-02 5:04
Kannan Kalyanaraman16-Mar-02 5:04 
General@#$%(#($ Microsoft and GDI+ Pin
Christian Graus15-Mar-02 1:08
protectorChristian Graus15-Mar-02 1:08 
GeneralRe: @#$%(#($ Microsoft and GDI+ Pin
Jason Hooper15-Mar-02 3:55
Jason Hooper15-Mar-02 3:55 
GeneralRe: @#$%(#($ Microsoft and GDI+ Pin
James T. Johnson15-Mar-02 8:01
James T. Johnson15-Mar-02 8:01 
GeneralRe: @#$%(#($ Microsoft and GDI+ Pin
Eric Gunnerson (msft)15-Mar-02 14:25
Eric Gunnerson (msft)15-Mar-02 14:25 
GeneralRe: @#$%(#($ Microsoft and GDI+ Pin
Christian Graus15-Mar-02 14:32
protectorChristian Graus15-Mar-02 14:32 
GeneralC# vs VB.NET. Facts not opinions please :) Pin
David Wengier15-Mar-02 0:49
David Wengier15-Mar-02 0:49 
GeneralRe: C# vs VB.NET. Facts not opinions please :) Pin
Christian Graus15-Mar-02 1:01
protectorChristian Graus15-Mar-02 1:01 
To be honest, I went right for C# because

a/ it's been marketed to me,
b/ it's been presented as the ease of VB/the power of C++,
c/ I have the resources here, and
d/ (sorry, but) I'd be embarrased to choose VB unless I had compelling reasons I could argue for it.

I've discovered tonight that you can use pointers in C#, although I'm not yet sure of the implications of using the unsafe keyword. It appears though that 'unsafe' is the only way I can use the BitmapData class as anything other than a hood ornament.

The very existence of C# AND VB.NET AND Managed C++ to me means that we have two transitional languages to pull people into what M$ want us to develop CLR code in, and that is C#. I am not bailing no C++ at ALL (EVER), but I refuse to use Managed C++ unless a compelling reason arises, because it makes no sense to me to use it. If I want powerful native code, I go to C++, that's why I never learned VB. If I want CLR code, then I will go to C#. I know Managed C++ is optimised, but I think there is more advantage in using the language designed from the ground up with the task in mind.

And in a night I've learned enough to write a program that loads and saves a bitmap, displays it in the dialog and offers an invert filter. Most of that time has been spent figuring out how to use BitmapData, by far, and the answer is in the good old fashoined pointer way, which I didn't realise was possible. As I say, I need now to find out if there are any repercussions of using it.


Christian

The tragedy of cyberspace - that so much can travel so far, and yet mean so little.

"I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
GeneralRe: C# vs VB.NET. Facts not opinions please :) Pin
James T. Johnson15-Mar-02 7:42
James T. Johnson15-Mar-02 7:42 
GeneralRe: C# vs VB.NET. Facts not opinions please :) Pin
James T. Johnson15-Mar-02 7:56
James T. Johnson15-Mar-02 7:56 
GeneralC# - my first stupid question Pin
Christian Graus14-Mar-02 23:27
protectorChristian Graus14-Mar-02 23:27 
GeneralRe: C# - my first stupid question Pin
James T. Johnson15-Mar-02 7:40
James T. Johnson15-Mar-02 7:40 
GeneralRe: C# - my first stupid question Pin
Christian Graus15-Mar-02 9:11
protectorChristian Graus15-Mar-02 9:11 
GeneralRe: C# - my first stupid question Pin
James T. Johnson15-Mar-02 9:26
James T. Johnson15-Mar-02 9:26 
GeneralRe: C# - my first stupid question Pin
Christian Graus15-Mar-02 9:24
protectorChristian Graus15-Mar-02 9:24 
GeneralRe: C# - my first stupid question Pin
Eric Gunnerson (msft)15-Mar-02 14:28
Eric Gunnerson (msft)15-Mar-02 14:28 
GeneralRe: C# - my first stupid question Pin
Christian Graus15-Mar-02 14:33
protectorChristian Graus15-Mar-02 14:33 
GeneralByte representation of integer Pin
14-Mar-02 17:29
suss14-Mar-02 17:29 
GeneralRe: Byte representation of integer Pin
Serge Krynine14-Mar-02 17:58
Serge Krynine14-Mar-02 17:58 
GeneralCustom Controls for ProgressBar Pin
BLaZiNiX14-Mar-02 16:39
BLaZiNiX14-Mar-02 16:39 
GeneralUpdate status of toolbar buttons Pin
paulb14-Mar-02 13:36
paulb14-Mar-02 13:36 
GeneralRe: Update status of toolbar buttons Pin
James T. Johnson14-Mar-02 13:45
James T. Johnson14-Mar-02 13:45 
QuestionHow to pronounce C#? Pin
Aleksey Suvorov14-Mar-02 9:51
Aleksey Suvorov14-Mar-02 9:51 
AnswerRe: How to pronounce C#? Pin
Larry Antram14-Mar-02 10:34
Larry Antram14-Mar-02 10:34 
GeneralRe: How to pronounce C#? Pin
Christopher Duncan14-Mar-02 10:36
Christopher Duncan14-Mar-02 10:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.