The best channel to learn code from! You've been extremely helpful while I learn code :) Thank you!!
@zprotz Жыл бұрын
9:46 best part
@HouseOfHypocrites4 ай бұрын
this was a great video
@pimpwiththis88853 жыл бұрын
You are the man brother... Nice... What took a semester you did in minutes...
@matiassolomon71984 жыл бұрын
1:02 u used the same story in the php tutorial. Who's this George?????
@atphamnguyenngoc1254 жыл бұрын
He used the same character every single programming language course.
@matiassolomon71984 жыл бұрын
@@atphamnguyenngoc125 I know, and this is the reason for my question
@pieTone3 жыл бұрын
Hmm..
@thestarinthesky_5 жыл бұрын
Great tutorial. Thanks you.
@emilsdaksa27125 жыл бұрын
Nice.
@cleverestmind37603 жыл бұрын
You Are Great
@henryward83114 жыл бұрын
BTW, for loops are like JavaScript for loops.
@yellowway3602 жыл бұрын
and how are javascript for loops?
@pranilsingh20234 жыл бұрын
Does using instead of endl work the same?
@fuehrercheem3 жыл бұрын
Yes
@pieTone3 жыл бұрын
Yeah
@mukongshu3 жыл бұрын
After watching first 6 videos...I feel it's basically the same as "C" lol
@pieTone3 жыл бұрын
With somewhat of diferent syntaxes
@ghanalkaushik20585 жыл бұрын
tutorial done right..
@SouravTechLabs4 жыл бұрын
I am doing C++ for the first time... I came up with this... No google... #include #include using namespace std ; int main() { char *character_name = getlogin() ; character_name[0] = toupper(character_name[0]) ; int character_age = 23 ; puts("Hello!") ; cout