PDA

View Full Version : Visual C++ or C#???


MrSeanKon
06-28-2007, 09:26 AM
C# is easier but it is slower (sometimes) compared with Visual C++ IMHO.
Am I wrong??
On the other hand GKR :mad: I hate Visual C++ syntax; parameters in statements confused me.
What's your opinion guys?? :rolleyes:

cjoyce1980
06-28-2007, 09:41 AM
same language (pretty much) just depends on you! but maybe c#

W1zzard
06-28-2007, 10:02 AM
c# is very nice for quick mockups and simple applications because the time to get something ready is much shorter than when using c++.

personally i use c++ for all bigger applications where i need more flexibility than .net offers me. also the requirement of .net installation for c# applications may turn away some users.

bruins004
07-02-2007, 05:02 PM
Here is what I think.

C# should be used only for web programming.
It provides the necessary functions for this to happen both on the server and Client side.

C++ should mainly be used for creating non-web programming (such as .exe, dlls, etc.).
It is a language with a load of functions (much heavier than C#). Plus it is quicker when the program has lots of more information.

MrSeanKon
07-03-2007, 01:36 PM
Thanks folks for your replies.
W1zzard the only way is Visual C++ if you want to use Windows API or am I wrong? :rolleyes:
But I hate MFC I think it is very complex...:o

bruins004
07-03-2007, 01:44 PM
Thanks folks for your replies.
W1zzard the only way is Visual C++ if you want to use Windows API or am I wrong? :rolleyes:
But I hate MFC I think it is very complex...:o

What are you trying to create?
.NET allows you to access quite a few things within windows (using a Windows API).
Just not sure what you are trying to create.

MrSeanKon
07-04-2007, 03:11 PM
What are you trying to create?It is a program System Reporter (in OcBible package).

.NET allows you to access quite a few things within windows (using a Windows API).I know this cos System Reporter uses many WMI statements.