Make a discord platform bro! so we can communicate with each other and post our errors :)
@KeskilChnProgram2 жыл бұрын
Would you like to post Golang tutorial in near future Bro?
@kurtisvaldez3262 Жыл бұрын
Bro I been wondering how do you ask for a number and the user enters a number like 10 and i want the console to clear so that i can ask a new question without showing the previews question
@liquidate1538 Жыл бұрын
I get the error namespace "std" has no member "getline" C/C++(135) but the code still works, why is that? The error only disappears if I add include at the top
@mathuser8643Күн бұрын
@@liquidate1538 add #include // Add this header for std::getline This will work.
@cmdrrespawn1329 Жыл бұрын
In case people were wondering if they had an issue with the getline not having the namespace add #include . Then the function will work as intended. Think Bro forgot to show that step.
@LetsSpreadOurDeen8 ай бұрын
W bro thanks
@dreamboy16598 ай бұрын
Broooo I should have looked at the comment section before going on the internetxD
@thechudson6 ай бұрын
MVP🎉🎉🎉🎉 I was so lost bro, you saved me much thanks
@danigeometrydashАй бұрын
thanks!
@nemalex06afm49Ай бұрын
W
@alexman64232 жыл бұрын
It's a pleasure have you back bro!
@luisciprian4122 жыл бұрын
Great tutorial as always man! Quick petition. Can you do minesweeper using Java? I will really like seeing a tutorial about this.
@BroCodez2 жыл бұрын
good idea! I'll consider that when I update the Java series
@mk8ez3642 жыл бұрын
I'm glad your back! I wanted some refresher and it didn't take long to learn something new (std::ws). Thank you and please keep doin' what you do!
@bogdan4862 жыл бұрын
Where would you start to learn code now if you had 0 knowledge? is the school/ college way better than self learning? and how did you start learning and from where
@alexander-nm4nq2 жыл бұрын
I would say Codecademy
@baconheadhair69382 ай бұрын
just code.. you’re overthinking it brother the way to learn coding is just to code and research when you get stuck
@muntahmahfuzsrestho.Ай бұрын
I am learning from W3schools. I think it's the best.
@arooba6132Ай бұрын
you can use "using namespace std ; " after "include" instead of using "std::" in every line
@weebparadise42302 жыл бұрын
Yooooo let’s gooooooo your back!!!!!
@mlp405 Жыл бұрын
Help, when i check run in terminal it says "Unable to write into user settings. Please open the user settings to correct errors/warnings in it and try again."
@abhimanyu-kapoor2 жыл бұрын
Yoo bro is back!! Btw can you do native android development in Java series?
@ahmadosama26522 жыл бұрын
good work dude thanx for ur eforts greetings from Egypt
@someoneall6 ай бұрын
So when using a mix of cin and getline you better use cin>>ws inside the get line
@BeatRunner69 Жыл бұрын
Hello it said namespace "std" did not have member "getline" i did #include and it fixed it though?
@TheGeckoEffect Жыл бұрын
#include doesnt include getline as a command anymore so you have to include to use getline but once u do that it works perfectly. I had the same issue.
@forkspoon47202 жыл бұрын
What laptop can you guys recommend for programming?
@jvaxjoaopaulo8666 Жыл бұрын
Currency output in c# used .ToString("c") ... How do I do it in c++?
@isaacreedy5500 Жыл бұрын
no using namespace std?
@Yellow_30011 ай бұрын
It's a bad practice, you should stop using it
@youness15542 жыл бұрын
I liked the new profile of giga chad
@scpf23602 жыл бұрын
Thank You Sooo Much Thsi Helped Me Alot!
@UnderArea512 жыл бұрын
What is Typescript compared to Javascript? Is it a framework of JS?
@CaioAlmeida-iv7yn9 ай бұрын
BROS THE BEST
@Akurealguy4 ай бұрын
If i use Visual Studio(not code)?
@nobbiedoobie2 жыл бұрын
bro can do DSA with python
@عمارحسن-د8غ16 күн бұрын
You are Dragon I have learnt with you what I haven't learnt with others Thank you so much 👌💙 And I like pizza 🍕😂
@ryanalnaser9142 жыл бұрын
whatever anything before or after
@jasonmorales719311 ай бұрын
Appreciate ya
@official_wary_7276Ай бұрын
anyone can anyone explain to me why need to use std :: ? i try to use using namespace std but the vs code cant run my code (but it can run in dev app) after change using std :: it completely run.
@Wolfee-pv2eh Жыл бұрын
Thanks Bro!
@estherolayade47232 ай бұрын
Thanks dude.
@yellowhellow-wi9gi5 ай бұрын
thannk you
@ZzH-m5b Жыл бұрын
❤❤
@oximas-oe9vf2 жыл бұрын
way more complex than python, but pretty cool i feel like with just a little more experience I can hack Microsoft
@myname-gp9ul2 жыл бұрын
i love yu bro
@football_editz_n16 ай бұрын
random comment
@juliantomesheski53644 ай бұрын
Heres my scuffed code :) #include #include #include int main() { std::string name; int age; std::cout > std::ws, name); std::cout > age; std::cout