Re: gint32



Brooklyn Linux Solutions CEO wrote:


int main(gint32 argc, gchar ** argv){

if(argc < 2){
        g_print("Two integers are needed to work this\n");
        exit(1);
}

#PARSE ERROR ON THIS LINE
gint32 a = -5;

[...]

ansi c also allows deklarations only at the beginning of a block.

regards ...
clemens




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]