Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Event Properties Pin
leppie7-Sep-03 9:44
leppie7-Sep-03 9:44 
GeneralRe: Event Properties Pin
J. Dunlap7-Sep-03 9:55
J. Dunlap7-Sep-03 9:55 
GeneralRe: Event Properties Pin
leppie7-Sep-03 13:06
leppie7-Sep-03 13:06 
GeneralRe: Event Properties Pin
J. Dunlap7-Sep-03 16:18
J. Dunlap7-Sep-03 16:18 
GeneralScreen Saver Pin
Ivan Vasic7-Sep-03 6:27
Ivan Vasic7-Sep-03 6:27 
GeneralRe: Screen Saver Pin
cduced7-Sep-03 6:57
cduced7-Sep-03 6:57 
GeneralA question about c# Pin
Snyp7-Sep-03 5:42
Snyp7-Sep-03 5:42 
GeneralRe: A question about c# Pin
Alvaro Mendez8-Sep-03 9:38
Alvaro Mendez8-Sep-03 9:38 
Snyp wrote:
what is different about c# compared to visual c++ 6

One is a .NET language, the other a development tool which uses Microsoft's C+ compiler and has support for MFC.

Snyp wrote:
does the c# enviornment use the .net framework

Yes, of course. C# is a .NET language.

Snyp wrote:
what are some disadvantages and advantages to it

Some advantages of C#:
- syntactically very similar to C/C++/Java.
- simpler than C/C++ -- no need to deal with pointers and memory management.
- code written in C# can be used and extended by other .NET languages.
- has a few features not found in C/C++/Java, such as Properties.

Some disadvantages of C#:
- Some C++ features, such as multiple inheritance, default parameters, preprocessor macros, and templates (which are coming soon) are not there.
- Garbage collection scheme may not be suitable for some real-time, performance critical apps.

I hope to have shed some light on your doubts. Several people have brought up this issue in other forums, such as the Lounge. I recommend you do a Search on the topic to help you decide your direction.

Regards,
Alvaro


Hey! It compiles! Ship it.
Generalsimple question - Windows Services Pin
SHenin7-Sep-03 5:37
SHenin7-Sep-03 5:37 
Generalcan't finalize an object which holds a System.Timers.Timer Pin
MeisterBiber7-Sep-03 2:53
MeisterBiber7-Sep-03 2:53 
GeneralRe: can't finalize an object which holds a System.Timers.Timer Pin
leppie7-Sep-03 3:53
leppie7-Sep-03 3:53 
GeneralRe: can't finalize an object which holds a System.Timers.Timer Pin
MeisterBiber7-Sep-03 10:11
MeisterBiber7-Sep-03 10:11 
GeneralMS Script Control Pin
Anonymous7-Sep-03 1:53
Anonymous7-Sep-03 1:53 
GeneralRe: MS Script Control Pin
Uwe Keim7-Sep-03 8:20
sitebuilderUwe Keim7-Sep-03 8:20 
GeneralRe: MS Script Control Pin
Roger Alsing7-Sep-03 22:44
Roger Alsing7-Sep-03 22:44 
GeneralInstalling Windows Media Player 9 during deployment of .NET application. Pin
Jonas Follesø7-Sep-03 1:35
Jonas Follesø7-Sep-03 1:35 
GeneralRe: Installing Windows Media Player 9 during deployment of .NET application. Pin
Mazdak7-Sep-03 1:50
Mazdak7-Sep-03 1:50 
GeneralRe: Installing Windows Media Player 9 during deployment of .NET application. Pin
Meysam Mahfouzi7-Sep-03 17:39
Meysam Mahfouzi7-Sep-03 17:39 
GeneralHelpProvider Class Pin
Mazdak6-Sep-03 22:04
Mazdak6-Sep-03 22:04 
GeneralRemoting - Custom objects Pin
Tatham6-Sep-03 19:42
Tatham6-Sep-03 19:42 
GeneralRe: Remoting - Custom objects Pin
Ranjan Banerji8-Sep-03 6:00
Ranjan Banerji8-Sep-03 6:00 
GeneralRe: Remoting - Custom objects Pin
Tatham10-Sep-03 4:37
Tatham10-Sep-03 4:37 
Generalsnmp Pin
johnhill6-Sep-03 19:05
johnhill6-Sep-03 19:05 
GeneralA question...(?) Pin
Snyp6-Sep-03 16:00
Snyp6-Sep-03 16:00 
GeneralRe: A question...(?) Pin
theJazzyBrain7-Sep-03 3:49
theJazzyBrain7-Sep-03 3:49 

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.