From 5b1f284ec43b21bdf54dcc1609c19b1b74eed7f9 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:29:03 +0000 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20du3/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du3/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 du3/README.md diff --git a/du3/README.md b/du3/README.md new file mode 100644 index 0000000..e651cc0 --- /dev/null +++ b/du3/README.md @@ -0,0 +1,9 @@ +Použitý AI model: 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