i would like to thank you zaxey for this video as im new to coding and now i think i know the bare basics of making a script like and i have learned much from it thx :)
It's crappy as it hasn't been updated in YEARS and you cant go coding with an IDE that old. My suggestion: Either Visual C++ 2010 Express Edition (gets a massive update every 2 years) by Microsoft (its also free) or Code::Blocks (also free)
This tutorial is confusing because you make mistakes and when we follow we also do these mistakes, even if you change it at the end. If you code perfect and we follow, we have more chance to learn the correct way than the wrong. I don't doubt your knowledge, just letting you know this get at least me frustrated. Even smashed my desk once.
I actually like the Microsoft Visual C++ Express... It finishes what you want to type if you're too lazy. It looks alot neater and it has a Designer for easier use :)
Not sure if DevC++ has this, correct me if it does.
you won't know if you don't learn from the beginning how data is processed in a computer's cpu, if you don't know that data processing in a cpu is the equivalent of cars in a traffic grid, where the cars represent data and the traffic lights represent the on & off switch that govern their flow but at a much faster rate
then you won't know that iostream or input/output stream is a libray that contains the cout function & string function enabling you to type string without declaring first etc.
when u write int age it means that the space taken for reservation is too small than when u write DOUBLE coz it has a lot of space ! it can support the 9999999
I have one question. I use Dev ++. At the end of my coding I put "system("pause");" but still my compilier runs very fast that I can not see the output. Could you please tell me what could be the problem? Thanks a lot.
i know whats wrong: the value you inserted was overwhelmed, and the int var was over-looped, so it turned from big to small. Not a big deal, just a issue that comes with all c++ compilers and basicly, with computers.
Oh btw it helped kinda, now i know how to work with variables. I was trying to mess really really more difficult stuff xD
thanks , but the tutorial sucks , you need to edit it , you messed up and admit it in your video , you could have cut the video time in half , with out the mess up , eithr prepare your video or edit your video , other than that it was okay
no pasa nada haber as un calendario .eso lo hace asta mi sobrino de 10 años como ver en pantaall una foto y luego imprimirlo aso si vale la pena publicar pero eso ummmmmmmmmm
me gustaria programas de mas nivel no de suma o resta por ejemplo un tutorial de como hacer un calendario aun que yo lo hecho pero queria ver otra forma de hacerlo programas con codigo acici ,tipos de incriptamiento ,como hacer dibujos enc++ como como introducir un fotografia en c+ y luego inprimirlo esomvale la pena investigar yo ya tengo algo abanzado en eso me gustaria compartilo pero ustedes tambien me guatria que lo aggan soy de peru adios
It depends on your compiler but some words should be bolded automatically, and no it is not necessary, just helps if you are looking through your code and removes strain from the eyes.
i would like to thank you zaxey for this video as im new to coding and now i think i know the bare basics of making a script like and i have learned much from it thx :)
leonshooter121 1 month ago
Comment removed
lovelyloafers 2 months ago
hey you confused me a lot.....................
kingamer008 3 months ago
thanx for your video but dont waste time.!
kingamer008 3 months ago
Do you have to declare age = 0????
On the side note, Nice Tutorial and some good Music......
ajamit007 4 months ago
és bué burro.
XxJanadoxX 4 months ago
19 people are above 50 years old ^^
Migue261 6 months ago
why i can't replace the "int main" with "void main"? sorry, but i am a complete noob.
mbeeeeeeek 6 months ago
Не хуня!
daneCom95 6 months ago
what's the prupose of endl?
sonofsueraf 7 months ago
@sonofsueraf
The purpose of "endl" is to create a New line....
ajamit007 4 months ago
Tip for anybody wathching this: DONT USE DEV C++
It's crappy as it hasn't been updated in YEARS and you cant go coding with an IDE that old. My suggestion: Either Visual C++ 2010 Express Edition (gets a massive update every 2 years) by Microsoft (its also free) or Code::Blocks (also free)
bumrang 8 months ago
This has been flagged as spam show
if(age>=99999999999)
{
"you are ALIENS";
}
omega011536886 8 months ago
Comment removed
omega011536886 8 months ago
is there a code that like pauses for a second or two then goes onto the next line?
matthew22556 9 months ago
This has been flagged as spam show
This tutorial is confusing because you make mistakes and when we follow we also do these mistakes, even if you change it at the end. If you code perfect and we follow, we have more chance to learn the correct way than the wrong. I don't doubt your knowledge, just letting you know this get at least me frustrated. Even smashed my desk once.
madman2u 9 months ago
Comment removed
madman2u 9 months ago
You're coding Very very slow :P
I made like 1000 lines pure code in a day lolz
HelpMeAtPc 1 year ago
why age=0 when you declare int
gorymeraz 1 year ago
or something
DeadLoveification 1 year ago
it keeps saying that cout << "Enter your age: "; is wrong :(
DeadLoveification 1 year ago
When I try to compile the int main () thing get red! what then?
3enjoiskate3 1 year ago
@3enjoiskate3
Make sure you have curly braces after Main()
For E.g.
Main()
{
your e.g. code here....
}
Or you can try by typing
int main()
ajamit007 4 months ago
hey dude thank you very much it really helped in our cfund subject learning on programming through you
bonin151 1 year ago
Comment removed
bonin151 1 year ago
And where are the Functions?
That are Common - Conditions , I guess ... aren't they?
SterminioProductions 1 year ago
I actually like the Microsoft Visual C++ Express... It finishes what you want to type if you're too lazy. It looks alot neater and it has a Designer for easier use :)
Not sure if DevC++ has this, correct me if it does.
Kamrua 1 year ago
portugues please ;D
Malzinho680 1 year ago
musik sucks.
looldeful 1 year ago
nice video, btw that movie was amazing 6:51 :)
linkinpark60002 1 year ago
it works...
11Adityabhaskar11 1 year ago
I dont get it...
pimpz888 1 year ago
why didnt it work when you put in 9999999?
rdimmack 2 years ago
i wont watch this when there is no commentary and its just some song and clicking sounds. there are better tutorials out there. >.>
WAJMhome 2 years ago
if you explained wtf functions do that would be perfect
i got them to head myself but i still dont know some of em
ZiomASek300 2 years ago
you won't know if you don't learn from the beginning how data is processed in a computer's cpu, if you don't know that data processing in a cpu is the equivalent of cars in a traffic grid, where the cars represent data and the traffic lights represent the on & off switch that govern their flow but at a much faster rate
then you won't know that iostream or input/output stream is a libray that contains the cout function & string function enabling you to type string without declaring first etc.
Jeffmanxx 2 years ago
when u write int age it means that the space taken for reservation is too small than when u write DOUBLE coz it has a lot of space ! it can support the 9999999
tenhim 2 years ago
muy bueno segui suiendo videos
deybipuntual 2 years ago
I miss something more complex, like connecting age, name and location for example. But nice tutorial.
atlanticstar219 2 years ago
999999999999 - i'm too young xD
ClifffSVK 2 years ago
does he tell us wat they mean
diggz230000 2 years ago
You guys would have done better if you had turned off the musik, and did some explanations instead.
Inengi 2 years ago
Hello there! thanks for posting this video.
I have one question. I use Dev ++. At the end of my coding I put "system("pause");" but still my compilier runs very fast that I can not see the output. Could you please tell me what could be the problem? Thanks a lot.
personaltip 2 years ago
What do you use to record this?
Pellesvenolof 2 years ago
fraps or hypercam
AudioMayhem100 2 years ago
You write so slow as programmer...
Neomex000 2 years ago
Im not done watching the video, but when you entered && < 50 I got kind of confused
TheEffectGuy 2 years ago
"&& < 50" basically means "and less than 50"
danielgirotto 2 years ago
how can you get it to restart?
johnnyc130 2 years ago
lol worst tutorial ive ever seen , sorry
Ritaliation 2 years ago
What about getting more results than just "You´re young" and "You´re old"? I tried making more but it goes messed up...
CheatEnginer 2 years ago
thanks that was fun :)
buepil 2 years ago
1. C:\Documents and Settings\Lietotajs\Desktop\hello.cpp In function `int main()':
2. 18 C:\Documents and Settings\Lietotajs\Desktop\hello.cpp expected primary-expression before '<<' token 3. C:\Documents and Settings\Lietotajs\Desktop\Makefile.win [Build Error] [hello.o] Error 1
KillDastY 2 years ago
Comment removed
VB2008Tobykaani 2 years ago
your tutorials bring out the goodness in programming :P
5/5
bc0wful 2 years ago
good
marcheoh 2 years ago
This comment has received too many negative votes show
C++ sucks
java ftw
uarhara 2 years ago
C++ is like the most common programming language. Java is slow as fuck and requires the Java reader to read the compiled program
gr3ff3n 2 years ago 7
@gr3ff3n Java isn't necessarily slow, it's just a mess. In my eyes, it's a failed attempt at a more managed version of C++.
RedDwarffs 7 months ago
wa is song called?
PcGamer19 2 years ago
This has been flagged as spam show
How do u go from the code in the video to a real program like itunes that is on you desktop???
xxxJoser831xxx 2 years ago
Btw i see u like trance, check out some of my videos - im producing trance.
Not the same style as tiesto, but u might like it.
soryy708 2 years ago
i know whats wrong: the value you inserted was overwhelmed, and the int var was over-looped, so it turned from big to small. Not a big deal, just a issue that comes with all c++ compilers and basicly, with computers.
Oh btw it helped kinda, now i know how to work with variables. I was trying to mess really really more difficult stuff xD
soryy708 2 years ago
This comment has received too many negative votes show
Ur code dosent work,who ever wants the working code pm me
lordofwar9000 2 years ago
thanks , but the tutorial sucks , you need to edit it , you messed up and admit it in your video , you could have cut the video time in half , with out the mess up , eithr prepare your video or edit your video , other than that it was okay
IzzYandPalpro 2 years ago
no pasa nada haber as un calendario .eso lo hace asta mi sobrino de 10 años como ver en pantaall una foto y luego imprimirlo aso si vale la pena publicar pero eso ummmmmmmmmm
no muestras nivel
nolasco123xxx 2 years ago
me gustaria programas de mas nivel no de suma o resta por ejemplo un tutorial de como hacer un calendario aun que yo lo hecho pero queria ver otra forma de hacerlo programas con codigo acici ,tipos de incriptamiento ,como hacer dibujos enc++ como como introducir un fotografia en c+ y luego inprimirlo esomvale la pena investigar yo ya tengo algo abanzado en eso me gustaria compartilo pero ustedes tambien me guatria que lo aggan soy de peru adios
nolasco123xxx 2 years ago
thanx and nice beatz :D
benzie13 2 years ago
why you dont use swith?¿? its better
Rosem21 2 years ago 2
thanks man this help a lot I'm just starting
joshcarr2006 2 years ago
Woot, Dj Tiesto- Traffic.
JustinDThomas 3 years ago 9
it was all good till you tell us u messed up lol had to strt over. finished it though.
that1JorgeguyxD 3 years ago
you probably shouldnt be making tutorials about things you dont truly understand
sodafountan 3 years ago
if this code, when you type the value: 50,
the compilation is whrong
perfectjoao 3 years ago
i got loads of errors lol i tried fixijng but i kept having at least 1 error lol
wasitrealy 3 years ago
sorry wrong vid!
JoeKinglake 3 years ago
Those fuking codes doesnt work on my dev c++ there comes the whole time error pls help
GigantDragon 3 years ago
lmao
dominicjm 3 years ago
are you entering this code... as one whole thing!
JoeKinglake 3 years ago
and what song is this
elementrisk 3 years ago
It's a DJ Tiesto Trance Mix. I reformatted my computer so I don't have the name of it or else I would tell you :P
zaxey 3 years ago
how you make that red ring with your mouse?like when you click
elementrisk 3 years ago
It's a feature that comes with the program: Camtasia Studio :)
zaxey 3 years ago
@elementrisk i think it's with cntr + click, and i think it's useless correct me if i'm wrong
Migue261 6 months ago
All of those shuld be else if inted of re typing ifs ... TIESTO ROCKS / TRANCES :P
kennis942 3 years ago
Yes! They do rock! :)
LOVE THEM!
zaxey 3 years ago
on the secound if there you shuld use an else if()
kennis942 3 years ago
does c++ codes work with dev c++?
aceofclubs08 3 years ago
But if you past in cin.get(); at the bottom... under return:0; ??
4ceAcE 3 years ago
It dont work for me =( ... it goes to "BREAK" directly... pls help me...
Freddy2403 3 years ago
i didnt get what you changed in the age code
MetalBen 3 years ago
hey :( i reaLly need some heLppppp. pLs :(
i'LL be passing this finaL project next week.
you have your YM? :( pLssss :(
ReneeMacaraeg 3 years ago
always says end1 undeclared first use this function
J44K3 3 years ago
Syntax error. It is endl; with the l <-- being the LETTER L. NOT the number 1 :)
Hope that helps :)
zaxey 3 years ago
halp
10 C:\Dev-Cpp\project1.cpp default arguments are only permitted for function parameters
10 C:\Dev-Cpp\project1.cpp expected `,' or `...' before ';' token
10 C:\Dev-Cpp\project1.cpp expected `)' before ';' token
10 C:\Dev-Cpp\project1.cpp `main' declared as function returning a function
11 C:\Dev-Cpp\project1.cpp expected constructor, destructor, or type conversion before '<<' token
11 C:\Dev-Cpp\project1.cpp expected `,' or `;' before '<<' token
Ponjoe15 3 years ago
Not working lol
D4nneee 3 years ago
It depends on your compiler but some words should be bolded automatically, and no it is not necessary, just helps if you are looking through your code and removes strain from the eyes.
zaxey 3 years ago
how do you make words bold? is it necessary?
twentysevenmms 3 years ago
No problem will be making more I just got Internet back because I moved.
zaxey 3 years ago
Dj Tiësto - Traffic
mupatoo 3 years ago
amazing tutorialk thank you!!!!
guitar453 3 years ago
Cool. Thanks! What's that song/music?
700007123 3 years ago