Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
#include<iostream>
#include<math.h>
using namespace std;
class Car{
private:
int mpg;
int gas;
string name;
int miles;
public:
**** surmek(int c);
**** benzinal(int d);
int nekadargittim();
int nekadarbenzin();
string isimgetir();
Car(string new_name,int new_mpg){ //constructor
name=new_name...
*********form1.cs kodları********
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form...
ismi yazılı toolbox ları kendiniz ekleyin
________________FORM1 İN KODLAR I_________________
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace...