This is stupid

Okay, I've downloaded the Microsoft Visual C++ 2005 Express Edition. I cannot, no matter what I do, find the f***ing input window where I actually INPUT the code to actually WORK and practice my C++ coding. Why is this program so retarded that it doesn't OPEN THE INPUT WINDOW WHEN YOU OPEN A NEW PROJECT Old versions of Microsoft Visual C++ did that, why the hell doesn't this retarded program do it

Answer this question

This is stupid

  • rmann7

    What type of project did you create

    Thanks,
      Ayman Shoukry
      VC++ Team

  • Damian Otway

    No problem! I appreciate your patience.

    Thanks,
      Ayman Shoukry
      VC++ Team

  • David Tran

    Thank you very much. :) I again apologize for how I spoke.
  • ifrit

    I did what I did on MS Visual C++ 2003: Creating an empty project from the "general" category when I select "New Project" option. And nothing comes up. Sorry for the rudeness in the last post, it's just annoying how sometimes an "updated" version of an old program makes things harder instead of easier.


  • pyerwoh

    What you need to do is to Right click on your project, select Add --> New Item and then choose code on the left hand side. On the right hand side you can choose C++ File (.cpp) for just a source file.

    If you to choose other sort of projects, you can explore the non General types under Visual C++.

    Thanks,
      Ayman Shoukry
      VC++ Team

  • This is stupid