Arama Sonuçları - Sorgulanan Kelime: *

  1. Primearc

    Çözüldü C++ Kod Hatası

    #include "Header.h" int main() { Student student; student.isim = "Alper"; student.numara = 301; student.puan = 85; student.show(); return 0; } #include <iostream> #include "Header.h" using namespace std; void Student::show() { cout << Student.numara << endl...
Geri
Yukarı