From e7ce9b2c9298ee3a51d5558a2a3ee320a251b025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Thu, 19 Mar 2026 22:31:28 +0000 Subject: [PATCH] Aktualizovat du3/README.md --- du3/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/du3/README.md b/du3/README.md index c1de0bb..f86826b 100644 --- a/du3/README.md +++ b/du3/README.md @@ -1,9 +1,10 @@ Použitý AI modely: Google Gemini a ChatGPT (individualne) -Prompty: 1. ,,I have this line of code for calculating two numbers and I am getting bogus 6 digit numbers when trying to calculate them (i debugged the numbers individually with multiple printf() statements)" *skopirujem mu moj kod na citanie -,,Can I declare multiple char[] arrays at once in a single statement like this? char num1Temp[10], num2Temp[10], resultTemp[10];" -,,What characters does the ispunct() function return" -,,given that ispunct() function returns these values, does the same return logic apply to the rest of 'is...' functions in the ctype library"? - ,,Could you give me a float equivalent of the atoi() function?" - ,,Why does strtof() return an invalid float number like this?" *poslem mu screenshot vystupu na ktory som si dal vytlacit vstup* - ,,Could you explain to me this error please?" *poslem mu screenshot erroru, kde som nespravne castoval, resp. passoval do strtof() funkcie smerník a nechcel sa mi program prelozit*, \ No newline at end of file +Prompty: +1. ,,I have this line of code for calculating two numbers and I am getting bogus 6 digit numbers when trying to calculate them (i debugged the numbers individually with multiple printf() statements)" *skopirujem mu moj kod na citanie +2. ,,Can I declare multiple char[] arrays at once in a single statement like this? char num1Temp[10], num2Temp[10], resultTemp[10];" +3. ,,What characters does the ispunct() function return" +4. ,,given that ispunct() function returns these values, does the same return logic apply to the rest of 'is...' functions in the ctype library"? +5. ,,Could you give me a float equivalent of the atoi() function?" +6. ,,Why does strtof() return an invalid float number like this?" *poslem mu screenshot vystupu na ktory som si dal vytlacit vstup* +7. ,,Could you explain to me this error please?" *poslem mu screenshot erroru, kde som nespravne castoval, resp. passoval do strtof() funkcie smerník a nechcel sa mi program prelozit*, \ No newline at end of file