Converting C++ code from VS 2005 to VS 2008? What does that even mean? -


ok, kinda got assignment, , not sure means.

the guy told me "converting" code older version of vs newer one, not sure versions said, lets take these said correct. language c++, , supposed here? mean, differences in vs's?

maybe misunderstood said, anyway i'm lost, anyone?

the following typical sequence of tasks:

  • load old vs2005 project file in vs2008
  • vs2008 prompt convert project file vs2008 format, that
  • build project
  • fix flagged error newer compiler
  • test resulting compiled code

of course c++ language did not change between years. other things vs might have.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -