 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jackie Guest
|
Posted: Fri Jan 27, 2006 3:50 pm Post subject: source files vs. resource files |
|
|
Hi all, I am new to visual c++, and found that each C++ project
automatically generates source files and resource files, what are their
roles, respectively? Thanks a lot.
|
|
| Back to top |
|
 |
roberts.noah@gmail.com Guest
|
Posted: Fri Jan 27, 2006 3:58 pm Post subject: Re: source files vs. resource files |
|
|
Jackie wrote:
| Quote: | Hi all, I am new to visual c++, and found that each C++ project
automatically generates source files and resource files, what are their
roles, respectively? Thanks a lot.
|
Resource files are specific to the development environment and OS, they
have nothing to do with C++. They are what they say, resources. The
often contain icons, strings, and version information. Fankly I hate
them...too much in Windows programming is done with some stupid static
string embedded in a resource file.
There is a whole OS specific API for dealing with resources in all the
languages you can code in. You need to see a windows specific
newsgroup for more information on them.
|
|
| Back to top |
|
 |
red floyd Guest
|
Posted: Fri Jan 27, 2006 4:19 pm Post subject: Re: source files vs. resource files |
|
|
Jackie wrote:
| Quote: | Hi all, I am new to visual c++, and found that each C++ project
automatically generates source files and resource files, what are their
roles, respectively? Thanks a lot.
|
Your question is specific to Visual C++, and as such, is off topic in
this newsgroup, which is the dedicated C++ language as defined by the
ISO standard.
Microsoft has several newsgroups, dedicated to Visual C++. May I
suggest trying
microsoft.public.vc.ide_general
For a general discussion of the IDE (the wizards and such are on-topic
there as well).
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|