473,378 Members | 1,577 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Microsoft Vc++

10
I don't knw on what basis different project type are selected in Microsoft Visual C++ ? What is difference of each project type in Microsoft Visual C++?
Dec 29 '07 #1
7 1744
oler1s
671 Expert 512MB
I think I know what you are asking, but to be certain, can you give examples of what you think are different "project types"? Especially the ones you are most curious in getting an explanation about.
Dec 29 '07 #2
jenni
10
I think I know what you are asking, but to be certain, can you give examples of what you think are different "project types"? Especially the ones you are most curious in getting an explanation about.

There are different types like
MFC Appwizard(dll),
MFC Appwizard(exe),
Win32 Application,
Win32 console Application.... knw. I want to know what types of application are created using these project type i.e Plz tel me clearly what is the use of each project type and when and how it is used?
Dec 30 '07 #3
oler1s
671 Expert 512MB
I'll answer your question. But...

Plz tel me clearly what is the use of each project type and when and how it is used?
Just a warning: that kind of sentence will annoy many people. Don't use IM speak ("plz" for "please") and don't demand people tell you anything. Ask your question, and you'll get the response the question warrants. No one is obligated to tell you anything.

Now, an application requires various settings, like whether it uses the MFC libraries, whether it relies on there being a console to start with, whether the application is really a library of code, and so on. As such, there are some logical categories to divide applications into. Code is either made to run (an application) or is created as a library (shared "dll" or static "lib"). Applications in windows either rely on the OS supplying a console "console application" or do everything themselves from the Windows API "Win32 Application".

Beginners will not touch anything other than the console application. As your experience grows, you will have to start working with other types of applications.
Dec 30 '07 #4
jenni
10
I'll answer your question. But...

Just a warning: that kind of sentence will annoy many people. Don't use IM speak ("plz" for "please") and don't demand people tell you anything. Ask your question, and you'll get the response the question warrants. No one is obligated to tell you anything.

Now, an application requires various settings, like whether it uses the MFC libraries, whether it relies on there being a console to start with, whether the application is really a library of code, and so on. As such, there are some logical categories to divide applications into. Code is either made to run (an application) or is created as a library (shared "dll" or static "lib"). Applications in windows either rely on the OS supplying a console "console application" or do everything themselves from the Windows API "Win32 Application".

Beginners will not touch anything other than the console application. As your experience grows, you will have to start working with other types of applications.




Ok. Here after I won't use Plz.I will ask question alone.Do you know any good book on Visual C++ for beginners?
Jan 1 '08 #5
Andr3w
42
Hi there,

I don't know what level you want the book you will read to be but one of the best books for both experts and beginners for VC++ is the following (in my humble opinion of course and I am a pretty happy owner of it too :P)

Ivor Horton's Book
Jan 1 '08 #6
oler1s
671 Expert 512MB
However, if you do not know C++ itself, relying on a "Visual C++" book is a bad bad idea. Given that any knowledgeable expert on C++ would stress platform independence, it's a big red flag for trying to learn C++ from a platform specific book.

If you are completely new to C++, I recommend Accelerated C++ by Koenig or C++ Primer by Lippman. The books are structured differently, so you can benefit from getting both. They are suitable for people completely new to C++. Both books are written by authors who actually know C++ inside out. They are also reflective of modern, correct C++ programming, not the old C idiomatic C++ programming.
Jan 1 '08 #7
jenni
10
However, if you do not know C++ itself, relying on a "Visual C++" book is a bad bad idea. Given that any knowledgeable expert on C++ would stress platform independence, it's a big red flag for trying to learn C++ from a platform specific book.

If you are completely new to C++, I recommend Accelerated C++ by Koenig or C++ Primer by Lippman. The books are structured differently, so you can benefit from getting both. They are suitable for people completely new to C++. Both books are written by authors who actually know C++ inside out. They are also reflective of modern, correct C++ programming, not the old C idiomatic C++ programming.

I am not new to C++ I know C++ already. I asked books only for Microsoft Visual C++ because I am new to this only.I have to soon work on this platform. So tell me book for Microsoft Visual C++ which help me to learn quickly.
Jan 2 '08 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Medi Montaseri | last post by:
Hope this is a right forum, else route me... I'm using map STL in Microsoft Visual C++ 6.0 and am getting warning C4786 which seems to have to do with truncating symbols as VC++ is building a...
12
by: Bob Nelson | last post by:
The November 2003 edition of the ``C/C++ Users Journal'' contains a multi-paged advertising section for Microsoft's Visual C++. NET 2003 product. One section focuses on the compiler as being one...
3
by: Bill Hoy | last post by:
Hi, I have a few years of experience using MFC and Microsoft Visual C++ 6.0. As my company gets further into the software business they now want to start moving away from MFC, and use pure...
182
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
10
by: Divvy Ballacks | last post by:
I just downloaded this "can't give it away" pile of sick on my 56Kbps modem (460Mb) and I can't believe how difficult it is to write a really simple program. All I wanna do is have a form with a...
17
by: Fabry | last post by:
Hi All, I'm new of this group and I do not know if this is the correct group for my question. I have a DLL with its export library (.lib) wrote in Borland C++ 6. In borland everything is OK and...
5
by: farshid.roumi | last post by:
Hi, How one can make more meory available to Microsoft visuall studio 2005? How should I change the vc++ settings? P.S. Please do not tell me, windows does it automatically, blah, blah, ........
3
by: vvj | last post by:
Hi Is Microsoft Visual studio 2005 upgraded version of Microsoft VC++ 6? Is that way apps. compiled in VS2005 wont work on VC++6?? But here apps. compiled in VS2005 in debug mode, wont work on...
9
by: =?Utf-8?B?UmFqZXNoYXowOQ==?= | last post by:
I heared that microsoft give technical support to vb upto this year end. Can any one microsoft stops techinical support for vc++(6.0)? was microsoft announced any official date?
3
by: Kerem Gümrükcü | last post by:
Hi, until today i always forced users to download/install the complete package of the Microsoft Visual C++ 2008 Redistributable Package (x86), but mostly my applications only need the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.