:-/I'm getting the following error when I debug this small test programm . I can't find anything wrong with it. Even on MSDN they come up with a two line sample code which generates that fault code. In other words, they have no clue either. I hope that some one can help me to solve this weird problem. I'm using VS 2008 Express. Hier is the code:
#include <stdlib.h>
#include <iostream>
#include <string.h>
#include <stdio.h>
using namespace std;
int a=10;
int b=10;
int main();
{
c=printf(a*b);
scanf(char);
return(0);
}