108

the programming class I am currently taking uses Visual C++ 2008, and to work from home, we have the option of getting the express edition. I can't find the download link anywhere on the website, and the Microsoft support was absolutely no help. I also looked into just using Visual C++ 2010 but I heard there isn't much of a chance for compatability to work. If anyone has information on where I can get the Visual Studio 2008 express ISO or the C++ 2008 express download seperately, then let me know.

Tyler Hamsmith
  • 1,209
  • 2
  • 10
  • 7
  • 1
    Express is always updated as soon as new version of VS becomes available. Old versions are removed. VS2012 is current. Talk to your teacher about it. – Hans Passant Mar 10 '13 at 03:50
  • 2
    if you need binary compatibility with visual c++ 2008 for some reason, [windows sdk 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=18950) has visual c++ 2008, but you won't get an IDE with that – Stephen Lin Mar 10 '13 at 03:59
  • 2
    Nowdays, there also a [_Microsoft Visual C++ Compiler for Python 2.7_](http://www.microsoft.com/en-us/download/details.aspx?id=44266). – martineau Jan 29 '15 at 14:59
  • Unfortunately @martineau's link no longer works. It links to an existing page but then the download links don't work. (Thanks as always, Microsoft.) – tripleee Nov 11 '19 at 12:33
  • @tripleee: The link and download still work for me on 2019-11-11. I just tried it again and did a full download of the 83.8 MB pre-selected English language version just completed. – martineau Nov 11 '19 at 17:37
  • @martineau Sorry for the false alarm. It definitely said "This download is no longer available" earlier today, but I was able to fetch it now. – tripleee Nov 11 '19 at 19:44
  • @tripleee: Because Internet… `;¬)` – martineau Nov 11 '19 at 19:48

2 Answers2

206

Direct link no more working for 2008.

Just VS 2008 Express

https://download.microsoft.com/download/8/B/5/8B5804AD-4990-40D0-A6AA-CE894CBBB3DC/VS2008ExpressENUX1397868.iso

VS 2008 Express SP1

https://download.microsoft.com/download/E/8/E/E8EEB394-7F42-4963-A2D8-29559B738298/VS2008ExpressWithSP1ENUX1504728.iso

n611x007
  • 8,952
  • 8
  • 59
  • 102
Nayana Adassuriya
  • 23,596
  • 30
  • 104
  • 147
84

You can download Visual Studio C++ 2008 from this link: Microsoft Visual C++ 2008 Express with SP1

Community
  • 1
  • 1
shf301
  • 31,086
  • 2
  • 52
  • 86