If's and Else's not workingthat's not the way to compare strings, it would be like this: [code] #include<string> if(strcmp...
struct and routinesdon't worry, i've found out how: [code]struct Document { char Name[20]; char Lastname[20...
struct and routinesi mean a regular struct, like [code] struct Document { char Name[20]; char Lastname[20]...
struct and routinesHi guys, I'm making a game in C++, is it possible to pass a struct variable to a routine by referenc...
how can i make a calc that can solve a problem with infinite digits?A question related to that code: Sleep(500), 500 is miliseconds?