I want to program in Windows in VC++
I am very fluent in C++ but I don't know how to use Visual C++. I want to
be able to program things with windows and clickable buttons and
images and
all that fun stuff. Right now, i only know how to do standard text-only
stuff. Can any of you reccommend a book (preferably) or web site
that describes
how to do these things.
Thanks,
Jason
[384 byte] By [
Jason] at [2007-11-10 12:51:34]

# 1 Re: I want to program in Windows in VC++
"Jason" <ziolo@uiuc.edu> wrote:
>
>I am very fluent in C++ but I don't know how to use Visual C++. I want
to
> be able to program things with windows and clickable buttons and
>images and
> all that fun stuff. Right now, i only know how to do standard text-only
> stuff. Can any of you reccommend a book (preferably) or web site
>that describes
> how to do these things.
>
> Thanks,
> Jason
Yeah. I have a website about a project I'm working on that has three Ebooks
you can download that
explain everything about Windows programming. There's a beginner book learn
visual c++ in 21 days,
Using Visual c++, and Advanced subjects in visual c++. All of these books
are viewable with Acrobat Reader
that you can get at my site and everything is downloadable ( all of these
books are over 700pgs. long and
very thorough) . You can also help me with the project but it's not mandatory.
Just go to http://casinoproject.homestead.com/
Kevin D.
# 2 Re: I want to program in Windows in VC++
"Jason" <ziolo@uiuc.edu> wrote:
>
>I am very fluent in C++ but I don't know how to use Visual C++. I want
to
> be able to program things with windows and clickable buttons and
>images and
> all that fun stuff. Right now, i only know how to do standard text-only
> stuff. Can any of you reccommend a book (preferably) or web site
>that describes
> how to do these things.
>
> Thanks,
> Jason
You should read the "Rules of Etiquitte" and please don't "crosspost," that
is put the same question in more than one bulliten board.
# 3 Re: I want to program in Windows in VC++
Not to be a jerk or anything, but I've been reading this group for only 1
day and their are some anal people on these newsgroups. I crossposted.
It made my quesiton available to much more poeple and has a beter chance
of being answered. It takes a reader an extra 15 seconds to disregard what
they've already read, but it helps me a lot. Its not like I posted the question
15 times. Here's some "every-day etiquette": Loosen up.
"Bill Heffner" <bill@sonora-sw.com> wrote:
>
>"Jason" <ziolo@uiuc.edu> wrote:
>>
>>I am very fluent in C++ but I don't know how to use Visual C++. I want
>to
>> be able to program things with windows and clickable buttons and
>>images and
>> all that fun stuff. Right now, i only know how to do standard
text-only
>> stuff. Can any of you reccommend a book (preferably) or web site
>>that describes
>> how to do these things.
>>
>> Thanks,
>> Jason
>You should read the "Rules of Etiquitte" and please don't "crosspost," that
>is put the same question in more than one bulliten board.
Jason at 2007-11-11 20:43:07 >

# 4 Re: I want to program in Windows in VC++
"Jason" <ziolo@uiuc.edu> wrote:
>
>Not to be a jerk or anything, but I've been reading this group for only
1
>day and their are some anal people on these newsgroups. I crossposted.
>It made my quesiton available to much more poeple and has a beter chance
>of being answered. It takes a reader an extra 15 seconds to disregard what
>they've already read, but it helps me a lot. Its not like I posted the
question
>15 times. Here's some "every-day etiquette": Loosen up.
>
>
>"Bill Heffner" <bill@sonora-sw.com> wrote:
>>
>>"Jason" <ziolo@uiuc.edu> wrote:
>>>
>>>I am very fluent in C++ but I don't know how to use Visual C++. I want
>>to
>>> be able to program things with windows and clickable buttons and
>>>images and
>>> all that fun stuff. Right now, i only know how to do standard
>text-only
>>> stuff. Can any of you reccommend a book (preferably) or web site
>>>that describes
>>> how to do these things.
>>>
>>> Thanks,
>>> Jason
>>You should read the "Rules of Etiquitte" and please don't "crosspost,"
that
>>is put the same question in more than one bulliten board.
>
That's one opinion, but the fact remains that the sponsor of this forum,
Devx, asks in the Rules that you don't do it. Seems to me that knowingly
refusing to honor the host's wishes is very impolite.
The fact is that crossposting may make your question more available (although
I question how you know that), but according to Devx, your host, it makes
other people's questions less available. Is that your policy, "I'm going
to do what's good for me and I don't care how many other people I screw in
the process." ?
# 5 Re: I want to program in Windows in VC++
Read Windows Programming, the definite guide to the Win32 api by Charles Petzold.
It is published by microsoft programming press. It has been a very useful
book and will get you programming windows applications quickly
Neil at 2007-11-11 20:45:08 >
