473,671 Members | 2,327 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which Visual C++ should I buy

Hi,

I'm really confused; Visual C++ comes in so many flavors that I don't
really know what to choose. First of all, I want to buy a commercial
version because the Express editions, however nice they are, cause too
much trouble to develop Win32 in pure C, and that is what I want to
do. The book I'm following is Charles Petzold's book Programming
Windows, in which he suggests Visual C++ 6.0, which is 10 years old
today. I'm purposely avoiding .NET and all the things around that
framework, I'm saving that for later.

Before investing in something where I have more to lose than gain, I
want your opinion.

Thanks a lot in advance.
Jan 8 '08 #1
13 2000
On Jan 7, 7:42 pm, "noagbodjivic.. .@gmail.com"
<noagbodjivic.. .@gmail.comwrot e:
Hi,

I'm really confused; Visual C++ comes in so many flavors that I don't
really know what to choose. First of all, I want to buy a commercial
version because the Express editions, however nice they are, cause too
much trouble to develop Win32 in pure C, and that is what I want to
do. The book I'm following is Charles Petzold's book Programming
Windows, in which he suggests Visual C++ 6.0, which is 10 years old
today. I'm purposely avoiding .NET and all the things around that
framework, I'm saving that for later.

Before investing in something where I have more to lose than gain, I
want your opinion.

Thanks a lot in advance.
You state that you wish to learn pure C. I think thats a great idea.
Unfortunately, this newsgroup is not about C.
Consult the FAQ's list of newsgroups, you'll find comp.lang.c in that
list and maybe a few others that will have the expertise you seek.
[5.9] Which newsgroup should I post my questions?
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9
Jan 8 '08 #2
No comment.

But my question was not about C, but Visual C++.
Jan 8 '08 #3
On Jan 8, 1:28 pm, "noagbodjivic.. .@gmail.com"
<noagbodjivic.. .@gmail.comwrot e:
No comment.

But my question was not about C, but Visual C++.
Still, Visual C++, which is part of a development environment, is also
offtopic here :) Maybe you're better off in a microsoft-related group.
(or windows, which might propose some suitable, non-Visual Studio
related compilers - borland's or whatever, i don't know).

BTW, I am not sure if you are interested in C or C++, but Visual C++
6.0 has a reputation of having a non-standard-conforming compiler due
to its age, so I'd avoid it.
Jan 8 '08 #4
On Tue, 08 Jan 2008 03:28:03 -0800, no************* @gmail.com wrote:
No comment.

But my question was not about C, but Visual C++.
Neither of which is on-topic here. Did you actually read the FAQ entry
linked by the previous respondent?

--
Lionel B
Jan 8 '08 #5
no************* @gmail.com wrote:
Hi,

I'm really confused; Visual C++ comes in so many flavors that I don't
really know what to choose. First of all, I want to buy a commercial
version because the Express editions, however nice they are, cause too
much trouble to develop Win32 in pure C, and that is what I want to
do. The book I'm following is Charles Petzold's book Programming
Windows, in which he suggests Visual C++ 6.0, which is 10 years old
today. I'm purposely avoiding .NET and all the things around that
framework, I'm saving that for later.

Before investing in something where I have more to lose than gain, I
want your opinion.

Thanks a lot in advance.
You can use VC++ Express for win32 development. You just need to also
download and install the MS Platform SDK.

http://msdn2.microsoft.com/en-us/lib...26(VS.80).aspx

--
SM
rot13 for email
Jan 8 '08 #6
Shadowman wrote:
no************* @gmail.com wrote:
>Hi,

I'm really confused; Visual C++ comes in so many flavors that I don't
really know what to choose. First of all, I want to buy a commercial
version because the Express editions, however nice they are, cause too
much trouble to develop Win32 in pure C, and that is what I want to
do. The book I'm following is Charles Petzold's book Programming
Windows, in which he suggests Visual C++ 6.0, which is 10 years old
today. I'm purposely avoiding .NET and all the things around that
framework, I'm saving that for later.

Before investing in something where I have more to lose than gain, I
want your opinion.

Thanks a lot in advance.
You can use VC++ Express for win32 development. You just need to also
download and install the MS Platform SDK.

http://msdn2.microsoft.com/en-us/lib...26(VS.80).aspx
Actually, that applied to the 2005 version, it seems now that with the
latest 2008 version, the platform SDK is included with the installation.

--
SM
rot13 for email
Jan 8 '08 #7
On 2008-01-08 01:42, no************* @gmail.com wrote:
Hi,
Hi, please note that discussions of both C and specific implementations
are off-topic in this group.
I'm really confused; Visual C++ comes in so many flavors that I don't
really know what to choose. First of all, I want to buy a commercial
version because the Express editions, however nice they are, cause too
much trouble to develop Win32 in pure C, and that is what I want to
do.
There should be no problem with developing Win32 with the Express
editions, what they lack is MFC support, but AFAIK that is C++ anyway.
The book I'm following is Charles Petzold's book Programming
Windows, in which he suggests Visual C++ 6.0, which is 10 years old
today.
Perhaps it is more than VC++ 6 that is too old, a newer book might also
be a good investment.

--
Erik Wikström
Jan 8 '08 #8
Erik Wikström wrote:
On 2008-01-08 01:42, no************* @gmail.com wrote:
>Hi,

Hi, please note that discussions of both C and specific implementations
are off-topic in this group.
>I'm really confused; Visual C++ comes in so many flavors that I don't
really know what to choose. First of all, I want to buy a commercial
version because the Express editions, however nice they are, cause too
much trouble to develop Win32 in pure C, and that is what I want to
do.

There should be no problem with developing Win32 with the Express
editions, what they lack is MFC support, but AFAIK that is C++ anyway.
>The book I'm following is Charles Petzold's book Programming
Windows, in which he suggests Visual C++ 6.0, which is 10 years old
today.

Perhaps it is more than VC++ 6 that is too old, a newer book might also
be a good investment.
Maybe, maybe not. That book is still probably the best out there as far
as pure win32 programming goes. Although one could argue that it might
be a better investment to learn a newer technology altogether these days...
--
SM
rot13 for email
Jan 8 '08 #9
On 2008-01-08 20:29, Shadowman wrote:
Erik Wikström wrote:
>On 2008-01-08 01:42, no************* @gmail.com wrote:
>>Hi,

Hi, please note that discussions of both C and specific implementations
are off-topic in this group.
>>I'm really confused; Visual C++ comes in so many flavors that I don't
really know what to choose. First of all, I want to buy a commercial
version because the Express editions, however nice they are, cause too
much trouble to develop Win32 in pure C, and that is what I want to
do.

There should be no problem with developing Win32 with the Express
editions, what they lack is MFC support, but AFAIK that is C++ anyway.
>>The book I'm following is Charles Petzold's book Programming
Windows, in which he suggests Visual C++ 6.0, which is 10 years old
today.

Perhaps it is more than VC++ 6 that is too old, a newer book might also
be a good investment.
Maybe, maybe not. That book is still probably the best out there as far
as pure win32 programming goes. Although one could argue that it might
be a better investment to learn a newer technology altogether these days...
I was more thinking about the fact that the Win32 API, just like most
other things in the IT industry, have evolved a bit since then. Sure the
basic stuff is the same but there are new ways to take advantage of new
stuff in new versions of Windows. Unless you plan to support Windows 9x
you might miss out on some stuff with an old book. However I have not
read neither that nor any other Win32 programming book so I can not
comment on the quality of any of them.

--
Erik Wikström
Jan 8 '08 #10

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

Similar topics

15
7679
by: Herman | last post by:
Hi everyone, I'm currently studying for my Master's in Computer Science, and I will be working on my thesis this summer. I've been thinking about constructing a web services application for my thesis, as I've been interested in this technology, and I haven't had a chance to work with it in my last job. The issue is what platform to use: ..NET or J2EE? Prior to starting my MSc course, I worked for a software developer for five years...
9
4230
by: CY FOK | last post by:
Hi I am planning to open a software company to develop client-server apps and web applications for my client. Now, i am in a difficult situation to determine what is the best platform i should use to develop the application for my end users. Should I use Java or MS.Net technology or should I mix both of them ? Basically, I have these criteria in mind before I decide which platform I should adopt : 1. Ease of use - which one is easy to...
22
2166
by: larry | last post by:
I was just looking at a demo training that mindleaders has on .net training: http://www.mindleaders.com/products/democourse3.asp And I don't believe this is correct or at least is misleading to me: "The search for an easy, productive, and very powerful programming language led to the birth of Visual C#. Visual C# incorporates the best features of Visual C++ and Visual Basic. Visual C# enables you to
2
1402
by: anthony | last post by:
hello, I'm new to c and have the following question, the software i am using requires me to develop apps in c++ v 7.0 (see below) is this the same as c.net? thanks in advance Anthony.
4
1847
by: wASP | last post by:
Hi, I am contemplating the purchase of Microsoft Visual Studio .NET, and I've noticed that the prices range anywhere from $200 to $600 USD: <+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+>-<+> http://www.calibex.com/Microsoft-Visual-Studio-NET--zz57175175z0znz1zvisual _studio_netzcalibex1zB9bz2--COMPARE-PRICES-html Microsoft Visual Studio .NET Lowest Price:
4
2316
by: clintonG | last post by:
I've already checked out Microsoft's current build information resource and went to the MSDN subscriber downloads. The subscriber downloads menu indicates two separate downloads for Visual Studio 2005... - Visual Studio 2005 + Visual Studio Beta 2 + Visual Studio 2005 Community Technology Preview ** Which menu section do I want to download from to obtain the latest Professional Edition release with no dependencies requiring Team...
4
2390
by: Skc | last post by:
We have a developer who has made an application in Visual Studio 2003 and this will not work in our version of Visual Studio 2002. Error message: Solution file loading error: The selected file is not a valid Visual Studio Solution file. When we try to load a project file, we get: Unable to read the project file. The project was created with a newer
8
4470
by: Frank Callone | last post by:
Until now I programmed a lot with C++ and Java. Now I want (have) to do some programming with Visual Basic. Which software do I need for this ? Which is the best GUI development tool for Visual Basic? When I search through Google it seems to me that most of the introduction think that Visual Basic is pre-installed. But I did not found a Visual Basic compiler on my Win2000 system. Where can I download the VisualBasic environment for...
7
1643
by: dktekno | last post by:
I have long wondered what the reason is that the majority of companies chose Visual C++ instead of Borland C++ Builder. In my opinion, C++ Builder or Delphi gives you a much more easy understanding of your own programs, and more flexibility in how to operate everything. What is the reason people use Visual C++ instead of C++ Builder? Visual C++ is slowy, and when I am designing programs, I don't have the same kind of freedom to move...
4
1918
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
We have to upgrade our Visual Studio .NET 2003 enterprise edition to .NET 2005. However, there is no enterprise edition for Visual Studio .NET 2005. There are 4 versions available for visual studio team edition 2005, Software Architect, Software Developer, Software Tester, and Team Suite which includes all three architect, developer, and tester. There are also professional and standard. Which is one is equivalent to Visual Studio .NET...
0
8481
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8400
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
8823
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8602
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7441
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
6234
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
4227
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
4412
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1814
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.