vote up 0 vote down star

Hi Everyone,

I am currently a C# programmer and have been interested in learning more about C++ and data structures. I found the CS106B class offered free online through the Stanford Engineering Everywhere program which seems like it would be a good fit.

I've tried to install the library files they use for the class and keep getting a message that I have to have visual studio 2005 installed for the setup file to run. I don't have 2005, but I've tried the express editions of both vc++ 2008 and vc++2005. Is there any way around this that I can get the proper files installed?

Edit: The zip file containing the libraries came with two files, an exe and an msi.

flag

Could you be more specific about these library files? Are they *.sln files, *.vcproj, *.lib? – Andrew Garrison Jun 18 at 11:39

3 Answers

vote up 0 vote down check

Was having the same problem. I found both the .h and the .c files on line just now (w00t!)

You can find them here: http://www.ime.usp.br/~pf/Roberts/C-library/standard/cslib/

cheers,

nim

link|flag
vote up 0 vote down

Reading through handout 5P makes it seem like the installer will expect the file structure VS2005 will create - especially this sentence: "Run (and quit) Visual Studio (you can go ahead and register your copy if it asks you). It is important that you have done this at least once before proceeding to the next step."

Try creating a folder structure like: (under "My Documents") "Visual Studio 2005\Projects" and see if setup.exe will work.

link|flag
Thanks! I'll try this when I get home tonight and let you know. – Jon Jun 18 at 13:25
Didn't work, I'm getting the same message. Anything else you can think of? – Jon Jun 18 at 23:04
I tried this with VS 2003 and VS 2008, and it refused to install. I can't think of what else to suggest, other than sending Ms Zelenski an email through the "contact us" link. – R Ubben Jun 19 at 20:05
vote up 0 vote down

Hi I have The same problem . Have you found the way out . please tell .

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.