Search:

Type: Posts; User: Neko Tan

Search: Search took 0.00 seconds.

  1. Replies
    76
    Views
    15,526

    for( c = 0 ; c < 10 ; c++ ) { for(...

    for( c = 0 ; c < 10 ; c++ ) {
    for( d = 0 ; d < m ; d++ )
    {
    scanf("%d",&matrix[c][d]);
    if (matrix[c][d] == 99) // 99 is variable I declared to use...
  2. Replies
    76
    Views
    15,526

    maybe this happen only on my compiler... it seem...

    maybe this happen only on my compiler... it seem like stuck on 2nd scanf (if without fflush)...
  3. Replies
    76
    Views
    15,526

    u miss fflush()... u need to clear ur buffer rite...

    u miss fflush()... u need to clear ur buffer rite after input from user else ur next scanf will still take ur previous entered number as input(in the case that next scanf very close together)

    ...
  4. Replies
    7
    Views
    3,913

    as u said the compiler is looking for lib call...

    as u said the compiler is looking for lib call Util. since it cannot find it so then i delete "-| Util" under Linker option and then it come alive!!! :rolleyes: thank a lot for replys.
    12012
    12013
  5. Replies
    7
    Views
    3,913

    "D:Software for...

    "D:Software for Education\quincy\mingw\bin\gcc.exe" -stiso9899:199409 -pedantic-errors-Wno-write-strings -|"D:\Software for Education\quincy\mingw\include\\"-|"D:\Software for...
  6. Replies
    7
    Views
    3,913

    Quincy 2005 unknown error

    12011

    i receive this error even with a very very simple code. i had try a lot of way but still cannot solve this problem. just for ur information reinstall doesnt help...

    if anyone have any...
Results 1 to 6 of 6