Me who made couple games in c++ :"i really need to watch this video"
@lowlevelgamedev93309 ай бұрын
YES of chourse 😂😂 I would also do that
@keshav213617 күн бұрын
Could you share links so we can play as well?
@blackcitadel378 ай бұрын
C++ is a two-head dragon. First is the language, second is the build system
@lowlevelgamedev93308 ай бұрын
yes that's true but you can learn to use it 💪💪
@bot-cz8yo6 ай бұрын
When it's a Russian talking about programming I trust
@plvr_strg5 ай бұрын
I'm Russian, he sounds more like Finnish to me.
@bot-cz8yo5 ай бұрын
@@plvr_strg Sorry, I thought he was Russian because he has an accent where the letter R is very present. It also sounds like portuguese, my native language
@jekkil13323 ай бұрын
He's romanian
@ahmedwafi21719 ай бұрын
Bro I was needing video like that for my c++ journey! Thx
@lowlevelgamedev93309 ай бұрын
glad you liked it 💪
@0xkleo9 ай бұрын
I didn't want to fully learn c++ so i made my own language with similar syntax
@spiderpig209 ай бұрын
Much easier! 👍
@lowlevelgamedev93309 ай бұрын
chand moment here
@blackcitadel378 ай бұрын
Taking the easy route aren't we
@juke_crusader9 ай бұрын
Anyway, what's the best way to stop learning C++?
@lowlevelgamedev93309 ай бұрын
hmmm try zig
@hmmmidkkk9 ай бұрын
Learning C++ from University is the best way i think , they'll make you remember definitions for everything and will only take theoretical exams and practical exams will have some goofy ahh problem that's so easy so you're not actually learning anything then probably you'd start hating c++ and stop , let me know if there's a better way
@juke_crusader9 ай бұрын
@@hmmmidkkk :)
@whimp52889 ай бұрын
I love your videos so definitely will be joining your future program!
@lowlevelgamedev93309 ай бұрын
thank you 💪 now that I know that I will defenetly have people I just have to finish it 😂😂
@goshawk_fly8 ай бұрын
Hello! What's about multi-platform option? A lot of game engines has a trouble with it. Only Defold game engine is truly cross platform. I think, it's difficult to make this feature.
@lowlevelgamedev93308 ай бұрын
I have a video about making cross platform games / apps. I provide some good tips there. I don't understand your claim tho, many game engines can port to a ton of other platforms. Also, Railib, while not a game engine cam port to anything that you want
@kameljc70278 ай бұрын
Nice man i joined your discord 👍🏼 But i need help with something specifically im learning game dev c++ inside unreal engine i know the basics such variables functions pointers loops etc my problem is when i work in unreal engine c++ and try to work in my own personal project without watching course or tutorials i cant get what i need from those api references built in classes and function in unreal i dont know how to use the unreal documentation i get stuck in blank empty project 😢
@lowlevelgamedev93308 ай бұрын
many people have that problem, I would say start with a tutorial and continue on your own after finishing it by adding things to that project or just start from 0 and google everything / ask people about everything that you want to add. You will eventually overcome this problem but it will seem like you are not making any progress at first 💪
@kameljc70278 ай бұрын
@lowlevelgamedev9330 thank you I will create small project to keep my hand dirty on them
@manoyal9 ай бұрын
I need to make a game project in university using C++ and a small provided template with glfw and some helper functions... But we are not allowed to use std.. so no std::vector or smart pointers.. so we have to make our own implementations of them but i dont know how 😢
@lowlevelgamedev93309 ай бұрын
I don't use smart pointers, so I would say that implementing a vector is enough. check this video kzbin.info/www/bejne/qKq1l2eAncSMeZIsi=DSlffzgK2OAmi7UN
@pestoallacalabrese807513 күн бұрын
i'm on macos so i can only install visual studio code. is it ok? do you have any other IDE suggestion?
@lowlevelgamedev933013 күн бұрын
you could also try clion but idk of it is free
@webslime_ceo9 ай бұрын
why ide if we have nvim?
@lowlevelgamedev93308 ай бұрын
you can type quite quick in nvim but visual studio has one of the best debuggers, including integration with nsight so you can even debug gpu stuff, and it also has a good profiler
@darkgamer42288 ай бұрын
And my another question is for you is i am in second sem of be com.eng end my semester is over 1 month later so should i develop a simple graphic game with any of the library of game development please suggest me brother ................
@lowlevelgamedev93308 ай бұрын
Hm railib is very good. You can also try my full c++ game tutorial and use my library 💪
@darkgamer42288 ай бұрын
@@lowlevelgamedev9330 ok thanks a lot
@darkgamer42288 ай бұрын
hi i learn to game dev so and i still learn c++ so suggest threre is need of all tooics of c++ or either jump to a game or gui app dev suggest me please ..................
@lowlevelgamedev93308 ай бұрын
Good question, start making a bigger project than your previous ones. You will learn a lot more. I don't personally even use the advanced c++ things
@darkgamer42288 ай бұрын
@@lowlevelgamedev9330 ok thank you
@mony78599 ай бұрын
I didn't know there is a channel like this bro keep going your great work hope you the best
@lowlevelgamedev93309 ай бұрын
thank you bro 💪
@adrianpaulgozun16655 ай бұрын
Which should I use, Visual Studio or Visual Studio Code?
@lowlevelgamedev93305 ай бұрын
yo, visual studio is specifically made for cpp and it is the best option imo 💪
@nomxxn6 ай бұрын
I’m curious, why use visual studio and not visual studio code?
@lowlevelgamedev93306 ай бұрын
visual studio is specifically made for cpp and has way better tools for that job. Like it has the best debugger out there, a very good profiler, integration with nsight etc + I like it more in general.
@nomxxn6 ай бұрын
@@lowlevelgamedev9330 Appreciate the quick reply, I only ask cause I'm currently learning c++ for game programming using vs code since I learnt web development with it, and idk if I'm going to have a hard time picking up visual studio. Once again appreciate the reply brother!
@siman2118 ай бұрын
How much should I learn to start practice? I mean after every video should i go and practice?
@lowlevelgamedev93308 ай бұрын
yess, and by practice it depends on the lesson size, so if the lesson is how to print something to the console the practice will just be typing that down and trying it for yourself, and for most lessons that the minimum practice required 💪
@siman2118 ай бұрын
@@lowlevelgamedev9330 after how many lessons should i start doing code exercises like leetcode and hackerank.How much knowlegde will I need to start?
@peep251007 күн бұрын
Since I am a linux user I should probably find a tutorial that is using CLion I guess. That is available for free until I am at school at least.
@lowlevelgamedev93307 күн бұрын
clion uses cmake and my templates use cmake so you just need to figure out how to use them with clion and how to use clion in general and that's it 💪
@peep251006 күн бұрын
@@lowlevelgamedev9330 Thank you for reply! And after looking around in your template cmake file I commented out if statement for Visual Studio compiler and raudio library. After that I got game window open and can continue with the game.
@Centipede25778 ай бұрын
I don't really have enoguh paitenice for practising same thing for one miniute :0
@lowlevelgamedev93308 ай бұрын
one minute is enough bro, you can do whatever you want as long as you use that new thing. just type it and play with it for a minute at least and it's good progress 💪
@Centipede25778 ай бұрын
@@lowlevelgamedev9330 Huh I will try to create a basic cmd calculator then. I completed all things on w3schools it was pretty easy but some parts were hard for me.
@kyize9 ай бұрын
Thank you I will try learn pointers again now
@lowlevelgamedev93309 ай бұрын
let's go 💪 If you ever have problems you can ask me on my Discord
@RichardLofty9 ай бұрын
Step 0: Throw CPP in trash Step 1: Learn ZIG or Odin Profit: Have both feet in good health because NO FOOTGUNS Bonus: still access all c and cpp libs
@lowlevelgamedev93309 ай бұрын
:))) fair point tho
@Centipede25778 ай бұрын
But c++ is fastest...
@charan_00863 ай бұрын
bro explained how to learn from 0! (i.e 1)
@lowlevelgamedev93303 ай бұрын
fr 😂😂
@kevinyip7999 ай бұрын
Hi, I think your content is FIRE, but I believe you should focus on improving your pronunciation for each and every word and slow down a little instead of mumbling through it. What's the point of having good content if the audience doesn't understand what you're trying to deliver?
@lowlevelgamedev93309 ай бұрын
yes that's the thing I'm struggling most to fix but it will get better 💪
@guilherme50948 ай бұрын
👍
@921Ether9 ай бұрын
why is the mic sounding that scuffed. did you record yourself in the toilet?
@lowlevelgamedev93309 ай бұрын
ye I know I wasn't able to have good recording conditions this time :((
@batnikelam-mavzer4438 ай бұрын
First of all, before teaching anything, correct your accent or tut in your native language.
@icyauk1079 ай бұрын
As a web dev student, trying to learn C++ feels like I am getting repeatedly punched in the face by a horse 🥲
@lowlevelgamedev93309 ай бұрын
😂😂 It's not that hard trust me, let me give you a tip, don't allocate classes on the heap, 99% of the times ther's no need to do that and you save yourself the need to deal with that memory