<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cihan Turgut - SEO - internet programlama &#187; CSharp</title>
	<atom:link href="http://www.cihanturgut.com/category/charp-ogreniyorum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cihanturgut.com</link>
	<description>Cihan Turgut,seo,internet programlama</description>
	<lastBuildDate>Sun, 10 Apr 2011 16:06:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>if ile Dört İşlem Yapan Program</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/if-ile-dort-islem-yapan-program/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/if-ile-dort-islem-yapan-program/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 17:37:42 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/if-ile-dort-islem-yapan-program/</guid>
		<description><![CDATA[Daha önce bunun daha basitini yapmıştım. Şimdi de if ile olanını yaptım.

////////////////////Cihan TURGUT//////////////////////
/////////if ile Dört İşlem Yapan Program/////////////
using System;
using System.Collections.Generic;
using System.Text;
namespace deneme
{
    class Program
    {
        static void Main(string[] args)
        {
      [...]]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/if-ile-dort-islem-yapan-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dört İşlem Yapan Program</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/dort-islem-yapan-program/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/dort-islem-yapan-program/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 23:51:52 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/dort-islem-yapan-program/</guid>
		<description><![CDATA[
using System;
using System.Collections.Generic;
using System.Text;
namespace Dortislem
{
    class Program
    {
        static void Main(string[] args)
        {
            int sayi1;
          [...]]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/dort-islem-yapan-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Csharp yeniden</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/csharp-yeniden/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/csharp-yeniden/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 23:46:04 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/csharp-yeniden/</guid>
		<description><![CDATA[Okulda CSharp görmeye başladığımızdan hem bilgilerimi tazeliyip, hem de yerine daha sağlam oturtucağımı düşünüyorum. O yüzden okul yönergelerine göre buraya öyle devam edicem. Zaten bir zorunluluk olmasa bişey yapacağım da yoktu ya neyse&#8230; Şimdi bir kaç programla başlayim de gerisi gelir nasılsa&#8230;
]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/csharp-yeniden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Şifreleme Programı</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/sifreleme-programi/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/sifreleme-programi/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 17:27:56 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/sifreleme-programi/</guid>
		<description><![CDATA[Main() metodunun komut satır argümanlarını kullanarak bir karakter dizisini şifreleyen ve aynı zamanda şifreyi çözen program.  
sifrele kelime
argümanı ile kullanılacak bu program küçük bir şifreleme algoritması inceleyip bir şeyler kapmakta fayda var.
////////////////////Cihan TURGUT////////////////
//sifrele kelime//
using System;
class sifrelemefib
{
    static void Main(string[] args)
    {
        [...]]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/sifreleme-programi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fibonacci Sayıları</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/fibonacci-sayilari/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/fibonacci-sayilari/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 17:27:14 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/fibonacci-sayilari/</guid>
		<description><![CDATA[Fibonacci sayı dizisi; 0 1 1 2 3 5 8 13 21 34 olarak devam eder. Yani Fibonacci(n) = Fibonacci(n-1) + Fibonacci(n-2) şeklinde ifade edilebilir.
0€™ dan 10€™ a kadar olan sayıların Fibonacci değerlerini ekrana yazan program.
////////////////////Cihan TURGUT////////////////
using System;
class fibonacci
{
    static int fib(int a)
    {
      [...]]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/fibonacci-sayilari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metot Örnek 1:</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/metot-ornek-1/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/metot-ornek-1/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 17:26:27 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/metot-ornek-1/</guid>
		<description><![CDATA[Kendisine değişken sayıda parametre olarak gelen bütün sayıların karekökünü bir diziye aktarıp bu dizinin referansı ile geri dönen bir metot.
////////////////////Cihan TURGUT////////////////
using System;
class mathmetot
{
    static double[] karekokbul(params double [] sayilar)
    {
        double[] kokler = new double[sayilar.Length];
        [...]]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/metot-ornek-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System.Math Sınıfı ve Metotları:</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/systemmath-sinifi-ve-metotlari/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/systemmath-sinifi-ve-metotlari/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 17:25:12 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/systemmath-sinifi-ve-metotlari/</guid>
		<description><![CDATA[Belirli matematiksel işlemleri yapmak için system alanında math sınıfını kullanırız.
Kullanımı:
Math.metotismi(parametreler);
Math sınıfının iki özelliği vardır. Bunlar €œpi€ ve €œe€ dir.
math.e ve math.pi yazarak kullanabiliriz. Bunlar matematikte bildiğimiz pi ve e sayılarını verirler.
Önemli olan Math sınıfının metotlarıdır.
Aslında tembelliğe alıştırdığından ben fazla kullanmak istemiyorum bu metotları ama bazen gerekli oluyorlar.
Bunları tek tek yazalım. İlerde program yazarken gerekirse buraya [...]]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/systemmath-sinifi-ve-metotlari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Direk konsoldan komutlarda dört işlem yapan program:</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/direk-konsoldan-komutlarda-dort-islem-yapan-program/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/direk-konsoldan-komutlarda-dort-islem-yapan-program/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 17:24:40 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/direk-konsoldan-komutlarda-dort-islem-yapan-program/</guid>
		<description><![CDATA[////////////////////Cihan TURGUT////////////////
//toplama icin t, cikarma icin c, bolme icin b, carpma icin m kullanılır.//
//örnek kullanım: Console ekranı açılır ve t 2 3 yazılır. Sonuç: 5 çıktısı alınır..//
using System;
class hesapla
{
    static int Main(string[] args)
    {
        int len = args.Length;
     [...]]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/direk-konsoldan-komutlarda-dort-islem-yapan-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Main Metodu:</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/main-metodu/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/main-metodu/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 17:24:14 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/main-metodu/</guid>
		<description><![CDATA[Kullandığımız Main de aslında bir metottur ve o da diğer metotların özelliklerini taşır ve metotlarda ne yapabiliyorsak bunda da yapabiliriz. Diğer metotlar gibi geri dönüş değeri vardır ve paremetre alması mümkündür. Mesela kullandığımız csc nin bir çok komut satırı argümanı vardır. Biz de  Main metodu ile dışarıdan argümanlar göndermek isteyebiliriz. Mesela t ve iki [...]]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/main-metodu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recursive Metotlar ile Faktöriyel Hesabı:</title>
		<link>http://www.cihanturgut.com/charp-ogreniyorum/recursive-metotlar-ile-faktoriyel-hesabi/</link>
		<comments>http://www.cihanturgut.com/charp-ogreniyorum/recursive-metotlar-ile-faktoriyel-hesabi/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 17:23:52 +0000</pubDate>
		<dc:creator>cihan turgut</dc:creator>
				<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://www.cihanturgut.com/charp-ogreniyorum/recursive-metotlar-ile-faktoriyel-hesabi/</guid>
		<description><![CDATA[////////////////////Cihan TURGUT////////////////
using System;
class paramsornek
{
static int faktoriyel(int a)
{
if (a == 0)
return 1;
return a * faktoriyel(a &#8211; 1);
}
static void Main()
{
Console.WriteLine(faktoriyel(0));
Console.WriteLine(faktoriyel(1));
Console.WriteLine(faktoriyel(4));
Console.ReadLine();
}
}
]]></description>
		<wfw:commentRss>http://www.cihanturgut.com/charp-ogreniyorum/recursive-metotlar-ile-faktoriyel-hesabi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

