also:
datei -> neu -> Project -> Console App
MIT einem haken bei c++ projekt
und folgendem code
funzt.
Code:
#include <cstdlib>
#include <windows.h>
#include <iostream>
#include <stdlib.h>
#include <sql.h>
#include <sqlext.h>
using namespace std;
int main(int argc, char *argv[])
{
system("PAUSE");
return EXIT_SUCCESS;
}