@JATR1X 'Perimeter' would be 'Opseg', so we normally denote it with the letter 'O'. Thanks for pointing out that this might be confusing - I should overlay a note on this matter at that point in the video.
The programs in these videos were not meant to be executed by the computer. Because of this, some of them can't even be compiled, that is translated, into machine language that a computer can understand and execute.
What I would suggest is that you look up some C++ tutorials that show you how to set up an IDE (Integrated Development Environment) and how to compile and run programs - they will definitely address the particular problem you seem to be having at the moment!
@shmuligut Yes it's. int main ( ). It's the first function the program will run.
MBravo1313 2 days ago
Thank god for your videos thanks so much for making these :D
JamesInokeDyer 5 months ago
what is that thing that u write before every program starts, right before the brackets?
is it " int mean ()"
shmuligut 6 months ago
@shmuligut it's intmain()
Rick132500 4 months ago
isn't the area marked as "S" not "P"?
JATR1X 6 months ago
@JATR1X Yeah, I was probably thinking in Croatian the moment I was writing the formula down - we say 'Povrsina' for 'Surface'.
PetarMarendic 6 months ago
Comment removed
JATR1X 6 months ago
oh, got it. but how you write down the Perimeter?
JATR1X 6 months ago
@JATR1X 'Perimeter' would be 'Opseg', so we normally denote it with the letter 'O'. Thanks for pointing out that this might be confusing - I should overlay a note on this matter at that point in the video.
PetarMarendic 6 months ago
Thank you, you're the best at explaining!
tsdaniss 7 months ago
Thanks for uploading
R1AN07HD 7 months ago
Hi jmlport98!
The programs in these videos were not meant to be executed by the computer. Because of this, some of them can't even be compiled, that is translated, into machine language that a computer can understand and execute.
What I would suggest is that you look up some C++ tutorials that show you how to set up an IDE (Integrated Development Environment) and how to compile and run programs - they will definitely address the particular problem you seem to be having at the moment!
PetarMarendic 1 year ago
for the first program when I run it the screen comes up for a split second but goes back down, what do I do? :/
jmlport98 1 year ago
@jmlport98
you have to return a value in order for it to show you the ansewer but these codes are not meant for compileing
loko95ftp 10 months ago