You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
(TR / Türkçe)
4
4
5
-
* C programlama dilinde komut satırı uygulama geliştirmek için bir geliştirme kiti
6
-
* Grafik Kullanıcı Arayüzü (GUI) Geliştirmesi yapılamaz / veya Kullanıcı Arayüzü (UI) geliştirmesi yapılamaz
5
+
* C programlama dilinde proje/uygulama geliştirmeyi kolaylaştırmak için bir geliştirme kiti.
6
+
*CADK (C App Developer Kit) Grafik Kullanıcı Arayüzü (GUI) Geliştirmek için veya Kullanıcı Arayüzü (UI) geliştirmek için özel olarak tasarlanmamıştır ancak Grafik Kullanıcı Arayüzü (GUI) ve Kullanıcı Arayüzü (UI) projesi/uygulaması geliştirirken kod yazmayı kolaylaştırması için kullanıma uygundur.
7
7
8
8
Önemli Uyarılar:
9
9
* CAppDevKit ile Uygulama geliştirirken cappdevkit_info() fonksiyonu program içinde kullanılmalı ve bu programın "CAppDevKit" kullanılarak yazılmıştır ibaresi eklenmelidir. (CAppDevKit proje linki verilmesi zorunludur)
10
10
11
11
(EN / English)
12
12
13
-
* A development kit for developing command line applications in the C programming language
14
-
* Graphical User Interface (GUI) Development cannot be done / or User Interface (UI) development cannot be done
13
+
* A development kit to facilitate project/app development in the C programming language.
14
+
*CADK (C App Developer Kit) is not specifically designed for Graphical User Interface (GUI) Development or User Interface (UI) development, but it is suitable for use to make it easier to write code when developing a Graphical User Interface (GUI) and User Interface (UI) project/application.
15
15
16
-
Important Notices:
17
-
* When developing an application with CAppDevKit, the cappdevkit_info() function should be used in the program and the statement that this program was written using "CAppDevKit" should be added. (CAppDevKit project link is mandatory)
16
+
Important Notes:
17
+
* When developing an application with CAppDevKit, the cappdevkit_info() function must be used in the program and the statement that this program was written using “CAppDevKit” must be added. (CAppDevKit project link is mandatory)
0 commit comments