venustar 0 Report post Posted September 19, 2004 Why do we use C++.net for and why C# was created so ?Can't we do the same applications in C++.Net rather than C# and vice versa ?What sort of applications do we generally develop in C++.Net and the same question in C# ? Share this post Link to post Share on other sites
helix1405241470 0 Report post Posted September 20, 2004 I don't understand your question. Are you talking about Visual Studio .Net (which is what I'll assume)? There is no such thing as C++.net. Visual Studio is a development environment and isn't necessarily tied to any specific language. You can program C++, C#, and any number of other languages in it. I have no experience with C# but what I've heard about it sounds really neat. It's very much tied to the windows OS so forget multiplatform stuff with it. But if you need to make a tool or a rapid prototype for something, there are tons of system calls in the language you can use so you don't have to reinvent the wheel or try to find some obscure system call in some library somewhere. Share this post Link to post Share on other sites
venustar 0 Report post Posted September 21, 2004 sorry i'm not talking about Visual Studio .Net and his multiple support languages but just about why do we use C++.Net language for a application development and not C# that can do (maybe) the same things...Is it because C# is more reliable or more RAD or else... ? Share this post Link to post Share on other sites
qwijibow 0 Report post Posted September 21, 2004 sorry i'm not talking about Visual Studio .Net and his multiple support languages but just about why do we use C++.Net language for a application development and not C# that can do (maybe) the same things... Is it because C# is more reliable or more RAD or else... ? <{POST_SNAPBACK}> The .NET languages are new languages based on tried and tested languages geared todwards building software for microsoft windows .NET framework... think MFC but to a greater degree. but be warned, programming a .NET language is locking you into microsoft software. Share this post Link to post Share on other sites
helix1405241470 0 Report post Posted September 21, 2004 What exactly is c++.net? I have never heard of such a thing. Share this post Link to post Share on other sites
qwijibow 0 Report post Posted September 22, 2004 What exactly is c++.net? I have never heard of such a thing. <{POST_SNAPBACK}> http://forums.xisto.com/no_longer_exists/ you would be suprised by the info you can get on google. Share this post Link to post Share on other sites
aliem 0 Report post Posted September 22, 2004 try real C/C++ : The GNU Compiler Suite go to : http://forums.xisto.com/no_longer_exists/. C# is the java implementation of micro$oft; instead of it you should use the GCJ by GNU Share this post Link to post Share on other sites
marijnnn 0 Report post Posted September 23, 2004 gcj is indeed more compatible. but c# is nice when you have to work with asp .net and you hate vb.net as scripting language... just like me right now hehe. Share this post Link to post Share on other sites
lxcid 0 Report post Posted October 9, 2004 look at it this way...c/c++: Neutraljava: sun product... improvement of c/c++c#: microsoft product... improvement of java...c# was heard to be portable too... but its aren't... i guess u already noe they answer...my way of explaining maybe abit misleading... java is ever improving... so can't actually say java is lousier den c#... u can expect a tough fight among the c# and java... which will only benefit us Share this post Link to post Share on other sites
shahzadkhandotcom 0 Report post Posted October 10, 2004 C++ is great when we using in PHP , ASP Etc , then C, C++ is completly fine to use , even i made some games in Share this post Link to post Share on other sites