Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old June 27th, 2008, 05:43 PM
nikhil
Guest
 
Posts: n/a
Default Programming Windows

I'm about to start Windows programming, so before doing that I just
wanted to know is this good place to ask questions about programming
windows.
if yes then what do I need apart from courage :D. is Microsoft Visual C
++ express edition enough or do I need something else.
  #2  
Old June 27th, 2008, 05:43 PM
=?ISO-8859-1?Q?Fernando_G=F3mez?=
Guest
 
Posts: n/a
Default Re: Programming Windows

On May 20, 10:03 am, nikhil <rathod.nik...@gmail.comwrote:
Quote:
I'm about to start Windows programming, so before doing that I just
wanted to know is this good place to ask questions about programming
windows.
Nope. Try microsoft.public.vc.mfc or comp.os.ms-
windows.programmer.win32 groups.
Quote:
if yes then what do I need apart from courage :D. is Microsoft Visual C
++ express edition enough or do I need something else.
VC++ XE is good as long as you download the Windows SDK from MSDN. You
won't be able to use some VC++ libraries like MFC or ATL though.

Regards,
FG.
  #3  
Old June 27th, 2008, 05:43 PM
Aggro
Guest
 
Posts: n/a
Default Re: Programming Windows

nikhil wrote:
Quote:
I'm about to start Windows programming, so before doing that I just
wanted to know is this good place to ask questions about programming
windows.
if yes then what do I need apart from courage :D. is Microsoft Visual C
++ express edition enough or do I need something else.
From here you get suggestion using standard C++, which will work on
many platforms, instead of just Windows. If you want to write programs
that work only on Windows, you need to ask on Windows specific groups.
  #4  
Old June 27th, 2008, 05:43 PM
Juha Nieminen
Guest
 
Posts: n/a
Default Re: Programming Windows

Fernando Gómez wrote:
Quote:
Quote:
>if yes then what do I need apart from courage :D. is Microsoft Visual C
>++ express edition enough or do I need something else.
>
VC++ XE is good as long as you download the Windows SDK from MSDN.
You'll have to also download the DirectX SDK if you want to do
anything related to DirectX.

Note that making MSVC++ to actually use those SDKs is not trivial (or
at least wasn't the last time I had to install them; for whatever
strange reason MS doesn't provide an installer which will automatically
configure MSVC++ to use those SDKs properly).
  #5  
Old June 27th, 2008, 05:43 PM
=?ISO-8859-1?Q?Fernando_G=F3mez?=
Guest
 
Posts: n/a
Default Re: Programming Windows

On May 20, 11:05 am, Juha Nieminen <nos...@thanks.invalidwrote:
Quote:
Fernando Gómez wrote:
Quote:
Quote:
if yes then what do I need apart from courage :D. is Microsoft Visual C
++ express edition enough or do I need something else.
>
Quote:
VC++ XE is good as long as you download the Windows SDK from MSDN.
>
You'll have to also download the DirectX SDK if you want to do
anything related to DirectX.
>
Note that making MSVC++ to actually use those SDKs is not trivial (or
at least wasn't the last time I had to install them; for whatever
strange reason MS doesn't provide an installer which will automatically
configure MSVC++ to use those SDKs properly).
Hehe, that 'whatever strange reason' is to make your life harder so
that you buy their professional version... :P
  #6  
Old June 27th, 2008, 05:43 PM
=?UTF-8?B?RXJpayBXaWtzdHLDtm0=?=
Guest
 
Posts: n/a
Default Re: Programming Windows

On 2008-05-20 18:05, Juha Nieminen wrote:
Quote:
Fernando Gómez wrote:
Quote:
Quote:
>>if yes then what do I need apart from courage :D. is Microsoft Visual C
>>++ express edition enough or do I need something else.
>>
>VC++ XE is good as long as you download the Windows SDK from MSDN.
>
You'll have to also download the DirectX SDK if you want to do
anything related to DirectX.
>
Note that making MSVC++ to actually use those SDKs is not trivial (or
at least wasn't the last time I had to install them; for whatever
strange reason MS doesn't provide an installer which will automatically
configure MSVC++ to use those SDKs properly).
The saying that you can't teach old dogs to sit certainly seems to be
true...

Visual C++ 2008 Express comes with the Windows Platform SDK so you do
not have to do anything to make MSVC++ use it. The DirectX SKD on the
other hand you will have to install manually (a quick search on the MSDN
forums will tell you how).

--
Erik Wikström
  #7  
Old June 27th, 2008, 05:43 PM
nikhil
Guest
 
Posts: n/a
Default Re: Programming Windows

Alright I down loaded Visual Studio 2005 Professional Edition from my
MSDN account. anything else that I need.

Any suggestions for Books or any links that I can use to start with.
Last time I tried starting with Programming Windows, Fifth Edition by
Charles Petzold but was not able to continue long (Just 2 days :D).

I know I should ask these questions in different group bus as I've
started thread here and also I'm getting answers so no point making a
new post in new group :D.

thanks for the help
  #8  
Old June 27th, 2008, 05:43 PM
Victor Bazarov
Guest
 
Posts: n/a
Default Re: Programming Windows

nikhil wrote:
Quote:
Alright I down loaded Visual Studio 2005 Professional Edition from my
MSDN account. anything else that I need.
Ask in the right newsgroup.
Quote:
Any suggestions for Books or any links that I can use to start with.
Links, definitely: news:comp.os.ms-windows.programmer,
news:microsoft.public.vc.ide_general, news:microsoft.public.vc.language,
news:microsoft.public.vc.mfc (if you're into that toolkit).

Books, I am not sure nowadays, there are so many and then there are
numerous interesting technologies... You would have to ask specialists
in the specialized newsgroup.
Quote:
Last time I tried starting with Programming Windows, Fifth Edition by
Charles Petzold but was not able to continue long (Just 2 days :D).
Nobody can't do nothing about that. Petzold has written several books
on Windows programming and all of them are gems, AFAIC.
Quote:
I know I should ask these questions in different group bus as I've
started thread here and also I'm getting answers so no point making a
new post in new group :D.
No, you just put the follow-up to the proper newsgroup, that's all. Who
besides you is interested in this? And if somebody else is, where are
they going to be looking for answers, here or in a Visual C++ forum?
And where is the main knowledge? What if the answers are not correct,
there is no chance for an expert to correct them. Post to the right
newsgroup for best results.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
  #9  
Old June 27th, 2008, 05:43 PM
nikhil
Guest
 
Posts: n/a
Default Re: Programming Windows

On May 20, 2:11 pm, Victor Bazarov <v.Abaza...@comAcast.netwrote:
Quote:
nikhil wrote:
Quote:
Alright I down loaded Visual Studio 2005 Professional Edition from my
MSDN account. anything else that I need.
>
Ask in the right newsgroup.
>
Quote:
Any suggestions for Books or any links that I can use to start with.
>
Links, definitely: news:comp.os.ms-windows.programmer,
news:microsoft.public.vc.ide_general, news:microsoft.public.vc.language,
news:microsoft.public.vc.mfc (if you're into that toolkit).
>
Books, I am not sure nowadays, there are so many and then there are
numerous interesting technologies... You would have to ask specialists
in the specialized newsgroup.
>
Quote:
Last time I tried starting with Programming Windows, Fifth Edition by
Charles Petzold but was not able to continue long (Just 2 days :D).
>
Nobody can't do nothing about that. Petzold has written several books
on Windows programming and all of them are gems, AFAIC.
>
Quote:
I know I should ask these questions in different group bus as I've
started thread here and also I'm getting answers so no point making a
new post in new group :D.
>
No, you just put the follow-up to the proper newsgroup, that's all. Who
besides you is interested in this? And if somebody else is, where are
they going to be looking for answers, here or in a Visual C++ forum?
And where is the main knowledge? What if the answers are not correct,
there is no chance for an expert to correct them. Post to the right
newsgroup for best results.
>
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
If you don’t know then better don’t reply. I knew that this is not the
"PERFECT" place for Windows Programming questions, but I also knew
that people here are not dumb. This is related to C++ I'm not
talking .NET. Thanks to others who tried to help me.
  #10  
Old June 27th, 2008, 05:43 PM
kwikius
Guest
 
Posts: n/a
Default Re: Programming Windows


"nikhil" <rathod.nikhil@gmail.comwrote in message
news:5a6b600d-25b3-4f22-a3b3-de3494b50698@x19g2000prg.googlegroups.com...
Quote:
Alright I down loaded Visual Studio 2005 Professional Edition from my
MSDN account. anything else that I need.
>
Any suggestions for Books or any links that I can use to start with.
Last time I tried starting with Programming Windows, Fifth Edition by
Charles Petzold but was not able to continue long (Just 2 days :D).
I would buy an old version of Visual C++. VC7.1 is pretty good, but even a
very old version I have Microsoft QuickC and MSVC6 and MSVC1.0, which I got
very cheap. Don't bother to use the compilers, but you get a nice boxed set
of manuals all about the SDK, detail description of all the main API calls,
which hasnt changed that much at its heart. If you buy the latest version it
will cost a lot though

Petzold is actually a pretty good book. It is C not C++, but then ultimately
so is the SDK, so if you dont like the book, you probably won't enjoy
windows programming, at least in C any way.

You could also try making a C++/ CLR project also (look in VS2005 IDE),
though many people here are snotty about it, but it has a very good library
for all sorts of things which is simply lacking in standard C++, and you get
garbage collection and so on, which makes life easy too. Also you can
transfer the skills to other languages. Visual Basic, C# and F#, all of
which are easier than C++ and marketable skills. The .Net windows libs is
quite easy to use compared with MFC.

Now I'll stand back and wait for the rotten tomatoes to be hurled :-)

regards
Andy Little






  #11  
Old June 27th, 2008, 05:43 PM
Eagle
Guest
 
Posts: n/a
Default Re: Programming Windows

On Tue, 20 May 2008 18:59:09 UTC, nikhil <rathod.nikhil@gmail.comwrote:
Quote:
Any suggestions for Books or any links that I can use to start with.
Last time I tried starting with Programming Windows, Fifth Edition by
Charles Petzold but was not able to continue long (Just 2 days :D).
I've transistioned to the Windows platform and MSVC++ v6 and done
well for about 8 years. I don't pretend to know or do everything
but it isn't difficult. Take your time and readthe MSDN Help on
subjects that you are familiar with. The microsoft.* groups can
point you to the interfaces you want that may not be obvious to
find.

Good luck,

David

  #12  
Old June 27th, 2008, 05:43 PM
noagbodjivictor@gmail.com
Guest
 
Posts: n/a
Default Re: Programming Windows

On May 20, 11:03*am, nikhil <rathod.nik...@gmail.comwrote:
Quote:
I'm about to start Windows programming, so before doing that I just
wanted to know is this good place to ask questions about programming
windows.
if yes then what do I need apart from courage :D. is Microsoft Visual C
++ express edition enough or do I need something else.
The same old version? Or is there an update?
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles