Zobraziť príspevky

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Corleone

Pages: [1]
1
1. ročník / Error pri programovani
« on: 14.04.2012, 18:27:38 »
Prosim vas moze mi niekto pomoct? V netbeans mi stale vypisuje ,,parse error before printf,, v tejto casti pri else:

int main (int argc, char** argv) {
   
     turnOn();
   
    turnLeft();
    if (frontIsClear())
        printf ("ide to");
    else (frontIsBlocked())
            printf ("nejde to");
   
 return (EXIT_SUCCESS);
 
}


(main.c: In function `main':
main.c:37: error: parse error before "printf"
make[2]: *** [build/Windows/Cygwin_1-Windows/main.o] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2)

2
1. ročník / Zaklady elektroniky
« on: 26.03.2012, 18:34:15 »
Zdravim. Chcem sa opytat ci nahodou niekto nevie ako prebieha zapocet z tohto predmetu. Je to pisomka alebo test?

Pages: [1]