dimanche 24 juillet 2016

error: expected initializer before ‘COUNT_TYPE’ in a typedef expression

#include <iostream>
using namespace std;
typedef unsigned int64_t  COUNT_TYPE;
int main()
{
    cout << "Hello world!" << endl;
    return 0;
}

when compiling, it says: main.cpp|4|error: expected initializer before ‘COUNT_TYPE’|

Aucun commentaire:

Enregistrer un commentaire