Shoutbox

Annoyed - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Annoyed (/showthread.php?tid=54055)

Annoyed by Dox on 12-19-2005 at 12:37 PM

I am annoyed that people have to install the .net framework to use applications developed with a new microsoft language. I think it would be ok if windows came packages with it but nearly all of my MSN contacts dont have it installed.

Anyway I want to know if I make a program with VC++.net will they need the .net framework installed like they do for the new VB and C#?


RE: Annoyed by Mnjul on 12-19-2005 at 01:06 PM

No, if you don't touch Managed C++, and use the old (not necessarily old, it's still getting updated) ATL, MFC blah balh libraries. Hopper is coded with Visual Studio .Net 2003 in Visual C++ using MFC 7.1, and it does not require .net framework redistributable to be installed. I believe Plus! itself is coded with Visual Studio .Net in VC++ too , and it doesn't either ;)

quote:
Originally posted by Dox
I think it would be ok if windows came packages with it
* Mnjul looks at Windows Vista.
RE: Annoyed by Dox on 12-19-2005 at 01:33 PM

ok thanks, btw where is the best place to learn C++?


RE: Annoyed by [MR] on 12-19-2005 at 11:16 PM

C++ tutorials


RE: Annoyed by Dempsey on 12-19-2005 at 11:21 PM

C++.com Tutorial


RE: Annoyed by Dox on 12-20-2005 at 09:41 AM

thanks guys