Aktualizovat du3/README.md
This commit is contained in:
parent
356f6fc2c4
commit
e7ce9b2c92
@ -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*,
|
||||
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*,
|
||||
Loading…
Reference in New Issue
Block a user