Visual C++ Problem

Hello.. Im new in C++, i have problem on my C++ because i am running a 64bit windows 7 ultimate, and everytime i input a code, my source is from the internet and from the book..it always say that the header is always error.. is the virtual C++ is compatible with 64bit version? even simple hello world wont run on may visual c++ hope you can help with my problem..thanks a lot
Last edited on
I'm not exactly 100% about this but I had similiar problem because even simpliest hello world did not compile.

To create simple "hello world" in console do next:

1. Create New Project (in wizard window click 'next')
2. Check 'Empty Project'
3. Ctrl+Shift+A to add new file to projet since it's completely empty project
4. Put your code in .cpp etc etc
Topic archived. No new replies allowed.