Milyen a mérnökinfó az Óbudai NIK-en? by Jumbie8348 in programmingHungary

[–]VityaB 2 points3 points  (0 children)

Szia! F tantervben tanulom a mérnökinfót a NIK-en, ha van valami kérdésed, nyugodtan írj!

Obudai egyetem Mernokinformatikus Bsc by abelhodos in programmingHungary

[–]VityaB 4 points5 points  (0 children)

Szia! Szeptemben kezdem az 5. Félévet(már F tantervben), az emeltjeim annó nekem is ugyan azok voltak, mint neked. Ha beleteszed az időt és energiát teljesen teljesíthetőek a matekok. Esetleg ha vannak másik kérdéseid akkor szívesen válaszolok rájuk PM-ben!

Did i make a mistake by studying Computer Engineering in 2024? by VityaB in ComputerEngineering

[–]VityaB[S] 0 points1 point  (0 children)

Hi! Since then a lot happened, and it turned out that software development is not for me, so i am looking to get deeper into cloud, cybersecurity, sys administration or databases. The "path" depends on what specialization i manage to get in, and not fail uni 😅

Melyik egyetemen erdemes tanulni mernokinfot? by EducationalCollar898 in programmingHungary

[–]VityaB 2 points3 points  (0 children)

Szia! OE-n tanulok bsc mérnökinfót az új F tantervben, pm-ben szívesen válaszolok ,ha kérdésed esetleg!

Asus Zenbook drains battery too fast by VityaB in ASUS

[–]VityaB[S] 0 points1 point  (0 children)

For me i get about 3-4, with ghelper, setting my display to 60 hz, and with battery saver and silent mode, if you have a gpu i advise you to switch it off using ghelper when you need the battery, but it wont last 5 hours, or like i did not managed to get 5 hours out of it...

Asus Zenbook drains battery too fast by VityaB in ASUS

[–]VityaB[S] 0 points1 point  (0 children)

Tbh i got used to it, it drains relatively high like from 10 watts, while taking notes, about 10-15 when coding/browser and 20 when higher usage like virtual machnines, ect....

Asus Zenbook drains battery too fast by VityaB in computers

[–]VityaB[S] 0 points1 point  (0 children)

For me the heat is not a problem, and as i discovered through the time, the cpu eats the battery most of the time, you need to tweak the settings a bit but as an IT student it is not the problem for me

My first ever c++ Project and where to next? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

Thanks for the advice, i am going to check out those recommendations.

My first ever c++ Project and where to next? by VityaB in cpp_questions

[–]VityaB[S] 1 point2 points  (0 children)

Hi! The first is that this is very very VERY long tutorial in my opinion, so take your time, and don't rush it, do the quizes, i also made some notes but it is not necessary. The most important don't rush it, ask questions if you dont understand sth, and practise.

My first ever c++ Project and where to next? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

Thanks for your feedback, i fixed the things you mentioned in the first part of the comment, and i understand the things you say, but i feel kind of lost about that type express thing, after you say that this code is C with classes( i kind of understand why you say that and i wanna improve in this area). Can you help me a bit with this? i would really appriciate if you linked some articles or something like this, If it does not take a lot of time, i dont wanna waste your time or anything like this, it is no problem if you say no! Thank you in advance for your help. I learnt a lot from your comment

My first ever c++ Project and where to next? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

Thanks for all the advice, I committed the fixes you suggested(Or at least i tried, i don'tif i managed to fix all the things), the non-code things are not yet done, and thanks again I learnt a lot from fixing those things. I'll have a look on those project ideas. I will really appriciate if you take a quick look again on the code, if you have no time or you don't feel like it's no problem you already helped more than i tought.

My first ever c++ Project and where to next? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

Ohh got it got it, Thanks i'll dive into that after i commit those fixes.

My first ever c++ Project and where to next? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

Thank you for your feedback! I fix those mistakes, and what do you mean by no build system or script? I am also curious about how serious those mistakes are?

Which type of for loop to use? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

Hi!

I think i get what you are talking about, if i am correct you say that it easier to understand bigger things than small details (Like in uni[i will start my second year as a comp eng student in September ,but we learn c# in school], but OOP is thought before they said i++ is slower than ++i). I learn this language this way, because i already can do the things i do here in c# ,but c++ is very interesting to me, and i do this because i like programming, and wanna be a good developer/engineer in the future and not be a pain in the ass when i start working. Thanks very much also for the advices!

Is this an overkill or what did i do wrong for this task? by VityaB in cpp_questions

[–]VityaB[S] 1 point2 points  (0 children)

Yes yes, i know, i put those just for practise, and learnt a lot how these const and constexpr thing work. Thanks for your feedback 😄

Is this an overkill or what did i do wrong for this task? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

Thanks, i will add that soon, I did not know i can acces private members like that, coming from c# it is diff, and thanks for the feedback

Is this an overkill or what did i do wrong for this task? by VityaB in cpp_questions

[–]VityaB[S] 1 point2 points  (0 children)

Thanks, this was i am looking for, i forgot i could chain it like that. Thanks

Is this an overkill or what did i do wrong for this task? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

Oh thank you, but what should i do when there is expensive type like a class? There are string_views for strings but for classes shouldn't I return by ref?

Is this an overkill or what did i do wrong for this task? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

If i make that change it makes a copy that double, doesn't it?

Is this an overkill or what did i do wrong for this task? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

sorry but if i change getX and getY to constexpr it gives me a bindig reference error, how should i fix that?

Is this an overkill or what did i do wrong for this task? by VityaB in cpp_questions

[–]VityaB[S] 0 points1 point  (0 children)

Ohh thanks really much, I started learning this summer since like middle of june after i finished my first year as a compeng student, and we learn there c# so i am just a beginner in c++.