THANK YOU. It seems like most C++ tutorials are just on syntax and things, but then I'm always left wondering how to set up a real project, not just do HelloWorld. Really hard to find good content like this, thanks.
@DannyHudetz2 жыл бұрын
true, i feel like most tutorials leave out a section for learning about the language's structure and typical project structures...
@CodeTechandTutorials2 жыл бұрын
Glad I could help!
@jorgegomes833 жыл бұрын
That's what always kept me from start programming in C++, I mean, not knowing how to structure and build the project. I dare to say this is the only video on the subject. Thank you very much, sir!
@superscatboy3 жыл бұрын
This in one of those subjects that doesn't get enough discussion, even though organising source files is a really fundamental skill.
@pipe_runner_lab2 жыл бұрын
I am blessed to get a lecture on C++ by Bertram Gilfoyle
@astuteideas11942 жыл бұрын
Finally I can understand a bit of what is happening after syntax coding. thanks
@pnuema1.6182 жыл бұрын
The way you wing it makes this channel lol. Seems like you use a tool thats new to you everytime. I'm enjoying your vibe and explanations, it's also good too see you get stumped time to time. It really make me feel more normal.
@us23933 ай бұрын
Thanks a lot! really nice video.
@joshuathomasbird4 ай бұрын
Redis is most likely Redis databas; like for caching. Given mongodb is a dir in there and that's also a dadtabase
@yatharth19973 жыл бұрын
Gilfoyle ?
@pipe_runner_lab2 жыл бұрын
LMAO, I just wrote the same comment.
@volatus23543 жыл бұрын
10:58 you can simply do ni Data.h, Data.cpp In fact, you can simply do both this and the next command at once: ni Data.h, Data.cpp; code Data.h Data.cpp