Ben yazılım ile epey uzun bir süredir ilgilenmiyorum çözemedimI am not interested in programming for so long time so I could not solve Teşekkür ederiz 15 Eylül 2022 Perşembe 00:07:48 GMT+3 tarihinde, ZKEProg <kirillzhelihovs@users.sourceforge.net>şunu yazdı: Hello! When compiling a program for input and output in character strings, an error occurs: [Error] expected constructor, destructor, or type conversion before '(' token. Here is the text of the program: char s [20] [80]; int i, count = 0; printf...
[bcc32 Error] StrToInt.cpp(22): E2268 Call to undefined function 'StrToInt' Full parser context StrToInt.cpp(17): parsing: int main(int,char * *)
[bcc32 Error] OgrenciTakip.cpp(370): E2268 Call to undefined function 'StrToInt' Full parser context OgrenciTakip.cpp(253): parsing: void ana_menu()
[bcc32 Error] OgrenciTakip.cpp(370): E2268 Call to undefined function 'StrToInt' Full parser context OgrenciTakip.cpp(253): parsing: void ana_menu()
Problem is I cannot convert string to integer with stoi
//Bismillahirrahmanirrahim // ÖğrenciTakip.cpp // // ConsoleApplication2.cpp : Bu dosya 'main' işlevi içeriyor. Program yürütme orada başlayıp biter. // include <iostream></iostream> include <fstream></fstream> include <string></string> include <stdlib.h></stdlib.h> include <conio.h></conio.h> include <windows.h></windows.h> include <system.sysutils></system.sysutils> define MAX 150 //Maximum Ogrenci Sayisi define MAX2 30 //Maximum Ogretmen Sayisi define MAX3 50 //Not Ortalamalarının Ortalaması 94...