This shows you the differences between two versions of the page.
pc:laboratoare:02 [2022/03/10 09:42] radu.ciobanu [1. Noțiuni teoretice] |
pc:laboratoare:02 [2022/03/23 16:43] (current) vlad_andrei.badoiu [Exercitii] |
||
---|---|---|---|
Line 76: | Line 76: | ||
} | } | ||
| | ||
- | for (int i = 0; i < max_byte; i++) { | + | for (int i = 0; i < max_size; i++) { |
char byte = recv_byte(); | char byte = recv_byte(); | ||
| | ||
Line 159: | Line 159: | ||
+ | <note> | ||
+ | O posibila rezolvare a laboratorului se gaseste [[https://ocw.cs.pub.ro/courses/_media/pc/laboratoare/lab2_sol.zip|aici]]. | ||
+ | </note> | ||