Introduction to programming with C++: part 4
Loading...
7,216
Loading...
Uploader Comments (PetarMarendic)
see all
All Comments (14)
-
@shmuligut Yes it's. int main ( ). It's the first function the program will run.
-
@shmuligut it's intmain()
-
Thank god for your videos thanks so much for making these :D
-
what is that thing that u write before every program starts, right before the brackets?
is it " int mean ()"
-
Thank you, you're the best at explaining!
Loading...
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
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
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