C ‘de String Array ‘i Nasıl Yapılır ?
Eğer içeriği değişmeyecek string ‘lerden oluşuyor ise const char *a[2]; a[0] = “ozgur”; a[1] = “ali”; İçeriği değişecek stringlerden oluşacak dizi için char a[2][14]; strcpy(a[0], “ozgur”); strcpy(a[1], “ali”);
Özgür Özkök
Yazılım geliştirmek, yazılımcılık ile ilgili tüm içerik burada
Eğer içeriği değişmeyecek string ‘lerden oluşuyor ise const char *a[2]; a[0] = “ozgur”; a[1] = “ali”; İçeriği değişecek stringlerden oluşacak dizi için char a[2][14]; strcpy(a[0], “ozgur”); strcpy(a[1], “ali”);
Creating API documentation with Swagger involves the following steps: By following these steps, you can create API documentation with Swagger that is easy to use and provides all the information developers need to interact with your API. Good documentation is crucial for any REST API. Swagger is a tool that […]
Windows: system(“cls”); Unix: system(“clear”);
Yukihiro Matsumoto a.k.a. Matz, is a Japanese computer scientist and software programmer best known as the chief designer of the Ruby programming language and its reference implementation, Matz’s Ruby Interpreter (MRI). His demeanor has brought about a motto in the Ruby community “Matz is nice and so we are nice,” […]
Ruby is a programming language that was first released in 1995. It is an interpreted, high-level, general-purpose programming language. Ruby is designed to be easy to read and write and is often used for web development, scripting, and rapid application development. It is known for its simple, elegant syntax and […]
Yaşanmışlıklarda yeri olan işlerden Leyla İle Mecnun’ da tanımıştık. Kaybet bu öfkeni, İçinde sakladığın. Terk et o derdini, Benden almadığın. Sabret sonu aynı değil! Söylüyorum. Dinle, rüyaların her gün aynı, Olmayacak! Şimdi vazgeçersen geriye döneceksin, Gitme! Kaybedince daha çok seveceksin Biliyorum, hiç bir anlamı yok: Yokluğunda, yokluğunda, yokluğunda… Kaybet bu […]
The story of the man who fought for the freedom of software. Richard Stallman is a computer programmer and software freedom activist. He is best known for his work on the GNU Project, which is responsible for developing the GNU operating system and many other free software programs. Stallman is […]
Martin Fowler – Author, Speaker, Consultant & General Loud-mouth on Software Development Martin gives a rapid introduction to NoSQL databases: where they came from, the nature of the data models they use, and the different ways you have to think about consistency. From this, he outlines what kinds of circumstances […]