I've barely even started to write the code down that the build started to fail. I can't seem to find a solution anywhere. Here is my code:
#include <iostream>
using namespace std;
struct personne
{
char nom[30];
int age;
}
;
All I get is the "Undefined symbol: _main" error and I can't do anything with the code...