Programowanie w systemie UNIX/Kodowanie: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎Typy: format
m format
Linia 456:
printf("\xef\xbb\xbf");
 
=String czyli łańcuchy znaków=
* [https://hackernoon.com/what-every-programmer-should-know-about-string-a6611537f84e What every programmer should know about ‘String’ by Ahmed shamim hassan]
* [https://www.nayuki.io/page/knuth-morris-pratt-string-matching knuth-morris-pratt-string-matching by Nayuki]
 
 
==Wczytywanie danych z pliku - parser==
 
=info o pliku =
Linia 474 ⟶ 472:
* konwersje:
** [http://pandoc.org/ Pandoc a universal document converter]
 
==String czyli łańcuchy znaków==
* [https://hackernoon.com/what-every-programmer-should-know-about-string-a6611537f84e What every programmer should know about ‘String’ by Ahmed shamim hassan]
* [https://www.nayuki.io/page/knuth-morris-pratt-string-matching knuth-morris-pratt-string-matching by Nayuki]
 
=Źródła=