THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
RICEFREAK 11 months ago
Thank you man... I really needed help with this one..
kjbasketball06 1 year ago
using break is lame
angeldeeva 2 years ago
if anyone is watching this video and wants to implement this code in their program make sure to put a BREAK statement after 'prime=false;'
it's more efficient since break leaves the for loop once the job is done.
inad316 3 years ago
You really have to learn the difference between ++i and i++ before making a video like this
Go read about it..
shlieffen 3 years ago
What do you have against my explanation? i++ uses i in expression, then increments it. ++i does incrementation, and then executes the statement. The only difference is in the order. Also, this tutorial was from almost a year ago :p
zaychenok 3 years ago
zaychenok you win as a teacher, thanks mate.
eshed888 2 years ago
he explained it fine. hes showing us how to do it all first hand, so his explanations dont need to be perfect, but theyre far from rubbish!
RapidNova 3 years ago
you should consider uploading your source files.
HokageLeafVillage 3 years ago
umi seem to be having a problem with the getch(); on this file for some reason even after i type what you have typed it says it is wrong...
voggiez 3 years ago
Did you include conio?
#include "conio.h" <-- That's how you write it in Microsoft Visual Studios
KazeGaara89 3 years ago
no im using dev-c++ from bloodshed software
Ah ok. Then I'm not sure mate.
Thanks alot! i have been looking for a way to find prime numbers in c++! thank you man, excellent tutorial.
fredasaur 4 years ago
THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
RICEFREAK 11 months ago
Thank you man... I really needed help with this one..
kjbasketball06 1 year ago
using break is lame
angeldeeva 2 years ago
if anyone is watching this video and wants to implement this code in their program make sure to put a BREAK statement after 'prime=false;'
it's more efficient since break leaves the for loop once the job is done.
inad316 3 years ago
You really have to learn the difference between ++i and i++ before making a video like this
Go read about it..
shlieffen 3 years ago
What do you have against my explanation? i++ uses i in expression, then increments it. ++i does incrementation, and then executes the statement. The only difference is in the order. Also, this tutorial was from almost a year ago :p
zaychenok 3 years ago
zaychenok you win as a teacher, thanks mate.
eshed888 2 years ago
he explained it fine. hes showing us how to do it all first hand, so his explanations dont need to be perfect, but theyre far from rubbish!
RapidNova 3 years ago
you should consider uploading your source files.
HokageLeafVillage 3 years ago
umi seem to be having a problem with the getch(); on this file for some reason even after i type what you have typed it says it is wrong...
voggiez 3 years ago
Did you include conio?
#include "conio.h" <-- That's how you write it in Microsoft Visual Studios
KazeGaara89 3 years ago
no im using dev-c++ from bloodshed software
voggiez 3 years ago
Ah ok. Then I'm not sure mate.
KazeGaara89 3 years ago
Thanks alot! i have been looking for a way to find prime numbers in c++! thank you man, excellent tutorial.
fredasaur 4 years ago