update
This commit is contained in:
11
ChangeLog
11
ChangeLog
@ -1,5 +1,16 @@
|
||||
2025-01-06 Mert Gör <mertgor@masscollabs.xyz>
|
||||
|
||||
* c-basic/CSD-C-Basic-Book/C.pdf: Ters bölü karakterinin kendisi '\\' ile belirtilir. '\' ifadesi geçersizdir. Örneğin:
|
||||
#include <stdio.h>
|
||||
int main()
|
||||
{
|
||||
printf("c:\temp\a.dat\n");
|
||||
printf("c:\\temp\\a.dat\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
* c-basic/tab.c: tab and new line example
|
||||
|
||||
* c-basic/CSD-C-Basic-Book/C.pdf: Sabitler(Literals) page 31
|
||||
|
||||
* c-basic/sin_cos_tan.c (main): other mathematical operations like sin cos asin acos tan atan functions
|
||||
|
Reference in New Issue
Block a user