473,765 Members | 1,978 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

vc++.net, Server Application?

Hello to all,

I want to know that wat's the future of vc++.net? I mean is it going to
remain there or not, and if does then wud there be big changes to it or
they'll stick with the current one?

I want to know this because there is client/server application
that i want to build. Now the server side has to be very fast in
processing request and efficient in all other server related issues. I
searched on internet(includ ing the google grps) and the answer i found
was that to use vc++ on server side.

But i read in msdn that vc++.net offers the same performance as vc++

So wat wud u guys suggest me on choosing from both of them
vc++ or vc++.net?

BTW, wat if i build the whole application in C# or vb.net?
wat performance issues wud i face then?

Bcoz the server has to be very fast in processig client's requests
and wat language wud provide me with the best performance?

Thanks in advance...
Cheers...

Bye

Nov 17 '05 #1
4 1364
"batista" <sa*********@ya hoo.com> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
Hello to all,

I want to know that wat's the future of vc++.net? I mean is it going to
remain there or not, and if does then wud there be big changes to it or
they'll stick with the current one?

I want to know this because there is client/server application
that i want to build. Now the server side has to be very fast in
processing request and efficient in all other server related issues. I
searched on internet(includ ing the google grps) and the answer i found
was that to use vc++ on server side.

But i read in msdn that vc++.net offers the same performance as vc++

So wat wud u guys suggest me on choosing from both of them
vc++ or vc++.net?

BTW, wat if i build the whole application in C# or vb.net?
wat performance issues wud i face then?

Bcoz the server has to be very fast in processig client's requests
and wat language wud provide me with the best performance?


You're confusing products with technologies.

There's only one product, Visual C++ (currently Visual C++ .NET 2003, soon
to be Visual C++ 2005).

That single product supports three different languages:

1. ANSI C
2. ISO C++
3. Managed Extensions for C++ (aka MC++)

The first two generate "native" (or unmanaged) code (e.g. x86 or x64), while
the latter generates IL for execution on the CLR.

Visual C++ 2005 adds one more language to the list:

4. C++/CLI

which is a new implementation of C++ for managed code.

With that foundation, I can now answer your question: none of these are
going to go away for a very long time.

The performance difference between managed and native code can vary widely,
but is generally within 15-30%. In some cases managed code will be faster
than native.

HTH

-cd
Nov 17 '05 #2
aa
Microsoft has introduced OS/2, C#, J++, J#, COM, DCOM, ADO, etc, promising
an exciting future for all. Microsoft can and will change on a dime.

"batista" <sa*********@ya hoo.com> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
Hello to all,

I want to know that wat's the future of vc++.net? I mean is it going to
remain there or not, and if does then wud there be big changes to it or
they'll stick with the current one?

I want to know this because there is client/server application
that i want to build. Now the server side has to be very fast in
processing request and efficient in all other server related issues. I
searched on internet(includ ing the google grps) and the answer i found
was that to use vc++ on server side.

But i read in msdn that vc++.net offers the same performance as vc++

So wat wud u guys suggest me on choosing from both of them
vc++ or vc++.net?

BTW, wat if i build the whole application in C# or vb.net?
wat performance issues wud i face then?

Bcoz the server has to be very fast in processig client's requests
and wat language wud provide me with the best performance?

Thanks in advance...
Cheers...

Bye

Nov 17 '05 #3
"aa" <ss> wrote in message news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Microsoft has introduced OS/2, C#, J++, J#, COM, DCOM, ADO, etc, promising
an exciting future for all. Microsoft can and will change on a dime.


Yeah, change is ineveitable. And change they do. But like Intel they
maintain compatibility with what came before with a vengeance.

For instance, 16 bit Windows programs written two decades ago -when many
..Net developers were still eating baby food btw - will still run. :-) It
won't be until sometime late next year when there is a platform with Windows
in its name which will finally obsolete support for 16 bit applications.

So, what's your point?

Regards,
Will

Nov 17 '05 #4
aa
"William DePalo [MVP VC++]" <wi***********@ mvps.org> wrote in message
news:uw******** *****@TK2MSFTNG P12.phx.gbl...
"aa" <ss> wrote in message news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Microsoft has introduced OS/2, C#, J++, J#, COM, DCOM, ADO, etc,
promising an exciting future for all. Microsoft can and will change on a
dime.


Yeah, change is ineveitable. And change they do. But like Intel they
maintain compatibility with what came before with a vengeance.

For instance, 16 bit Windows programs written two decades ago -when many
.Net developers were still eating baby food btw - will still run. :-) It
won't be until sometime late next year when there is a platform with
Windows in its name which will finally obsolete support for 16 bit
applications.

So, what's your point?


The OP:

"I want to know that wat's the future of vc++.net? I mean is it going to
remain there or not, and if does then wud there be big changes to it or
they'll stick with the current one?"

Microsoft will do as it pleases; it doesn't particularly care what pleases
its customers. If you heavily invested in Microsoft OS/2, for instance, you
were badly mauled by Microsoft when they chose to change direction. I
understood this to be the concern expressed by the OP.
Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2129
by: charlie | last post by:
I want to code for a webserver using VC++. There will only be a server part. It has to listen to a port and on request display web pages. The request will be like "http://swift.com:<portno>" from a browser. I would like to know how can I send a page to a browser, and whether I should use html or others for this purpose.
12
1261
by: batista | last post by:
Hello there, I am currently working in .net. Now i need to know that in order to build a server/client architecture which one is more suitable Vc++ or ..net. There is a server in our company that has been build over vc++, now we are looking for any chances of shifting it to .net. BTW speed of delievering messages and other networking efficiency issues are very important. So, cud anyone give me any advice on it, or tell me performance...
7
2761
by: ultranet | last post by:
I have cruised around http://msdn.microsoft.com/visualc/ and the rest of the site, and i am not able to find a single C++ or VC++ certification exam that will be available after June 30, 2004. I emailed support, and the reply was: "We understand your concerns in this matter. We would like to inform you that at this moment we do not have any plan or information if there will be replacements for the discontinued exams." Does anybody...
2
2536
by: Itjalve | last post by:
I have a heap problem in my com exe server. When i use windbg as the compiler in application verifier is windbg started and i can press 'g' and the server is running unitil i get the exception. When i'm using VC.net i get an excpetion in the client which starts the server! I have not added the client to appl verifier, so how come that VC is launched with the client.exe? And is it possible to load symbols after VC has started, i.e. like...
1
2468
by: Rob C | last post by:
I want to develop some data access web services in C# that can be accessed from both an ASP.NET web application as well as a VC++ desktop application. i have used web services in the past from VC++ by using the WSDL file provided by the web service. We are migrating our application to the web but still want to be able to access the SQL Server database using the same data access layer. What is the best way to create the web service so...
10
3237
by: rup | last post by:
Hello, This is my first application on socket programming in vc++. I am facing problem that how to make connection to server, & make GET/POST request by HTTP. Please help me. Its urgent.... Thanks
3
4630
by: =?Utf-8?B?Q2luZHk=?= | last post by:
Hi all, I am trying to connect to a electromyograph machine for my thesis project, and I have a VB DDE client whose DDE functionality I want to convert to VC++. However I can't make my VC++ version connect to the DDE server somehow -- DdeConnect(idInst,hszService, hszTopic, NULL) is not working I am not sure if it's because DDEML doesn't support the connection, or if it's because my code is incorrect (I'm not familiar with VB, so I'm...
0
1365
by: ppuniversal | last post by:
I am making a client server application in VC++ 2005. It compiles correctly with 0 errors. But when I execute the executable file say GridServer.exe, it gives the following error : The application has failed to start beacuse MSVCP80D.dll was not found. Reinstalling the application may fix this problem. Then I searched this file in the C:\Program Files\Visual Studio.... folder and got a file with this name. So I copied this file to...
0
1029
by: danj01 | last post by:
Hello all Does anybody know how to set the output file (*.exe) name from with within the source code? I have an application that I would like to compile into two different executables. It is basically a client/server application, built with VC++.net Express edition, and the code for the client and server are so similar that I am using a single project and a #define statement to switch between the client and server outputs. And yes, they do need...
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10164
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8833
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7379
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5277
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.