![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
Hi, I've only just started learning c++ and compile small apps with the gnu compilier. But I am wanting to start familiarizing myself with the Visual Studio IDE, and want to develop my small console apps within VS.NET from now on.. the only problem is that when I make a new console project a get some extra rubbish and classes that I don't want to use. I only want to use ansi c. anyway... say for instance how do I launch a project in visual studio that creates a workspace and project file for me, but all i want in the source file is; #include <iostream int main() { std::cout << "Hello, world!\n"; } ..i've tried to remove all the extra classes etc that are added, but my app won't compile? do i have to change some settings on the debugger or give it compilation flags? Thanks Simon |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |