
C++ Programming Course - Beginner to Advanced
video description
Date: 2022-03-14
Related videos
Comments and reviews: 9
Larson
at 35:09, I am running the tast and the result I get is -Build finished with warnings-. the only thing I can find in it, is when I run the tast, it starts the build and it says -'cmd' is not recognized as an internal or external command,
operable program or batch file.- then a page break and then build finished with warnings.
the next step is to enter .\main.exe
but this is what I get
PS C:\Coding\Project> .\main.exe-
.\main.exe : The term '.\main.exe' is not recognized as the name of a cmdlet, function, script file, or operable -
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.-
At line:1 char:1-
+ .\main.exe-
+ -----------
+ CategoryInfo : ObjectNotFound: (.\main.exe:String) [], CommandNotFoundException-
+ FullyQualifiedErrorId : CommandNotFoundException-
All that instead of a 0. Hope you can help. Thanks for everything anyways.
reply
at 35:09, I am running the tast and the result I get is -Build finished with warnings-. the only thing I can find in it, is when I run the tast, it starts the build and it says -'cmd' is not recognized as an internal or external command,
operable program or batch file.- then a page break and then build finished with warnings.
the next step is to enter .\main.exe
but this is what I get
PS C:\Coding\Project> .\main.exe-
.\main.exe : The term '.\main.exe' is not recognized as the name of a cmdlet, function, script file, or operable -
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.-
At line:1 char:1-
+ .\main.exe-
+ -----------
+ CategoryInfo : ObjectNotFound: (.\main.exe:String) [], CommandNotFoundException-
+ FullyQualifiedErrorId : CommandNotFoundException-
All that instead of a 0. Hope you can help. Thanks for everything anyways.
reply
Jibber
so for the strchr....i actually did get the exact same result using const char- str variable as i did using the const char- result variable....in the while loop you used
while((result = std::strchr(str, target)) != nullptr)-
str++;
iteration++;
-
this gave me the 25 like you got.....
why didn't you use str in the beginning of while loop instead used result....i used str...and got the exact same result as using the pointed result
while((str = std::strchr(str, target)) != nullptr)-
str++;
iteration++;
-
this gave me the correct answer with 2...
am i missing something? or just confusing myself
reply
so for the strchr....i actually did get the exact same result using const char- str variable as i did using the const char- result variable....in the while loop you used
while((result = std::strchr(str, target)) != nullptr)-
str++;
iteration++;
-
this gave me the 25 like you got.....
why didn't you use str in the beginning of while loop instead used result....i used str...and got the exact same result as using the pointed result
while((str = std::strchr(str, target)) != nullptr)-
str++;
iteration++;
-
this gave me the correct answer with 2...
am i missing something? or just confusing myself
reply
Bit
This is not at all beginner friendly, these are the kinds of teachers that make people hate coding, the explanations in the first 2 hours are very poor infact there are no explanations at all! In any coding type lesson there are unwritten rules of thumb, 1. Explain what the language does 2. The necessary word processing software or IDE 3. Head straight to basic syntax
Configuration and all can always be done later. Honestly you can just open VS and start coding and you update the necessities and the software itself will figure out how to compile . You can code and design without all this config confusion
reply
This is not at all beginner friendly, these are the kinds of teachers that make people hate coding, the explanations in the first 2 hours are very poor infact there are no explanations at all! In any coding type lesson there are unwritten rules of thumb, 1. Explain what the language does 2. The necessary word processing software or IDE 3. Head straight to basic syntax
Configuration and all can always be done later. Honestly you can just open VS and start coding and you update the necessities and the software itself will figure out how to compile . You can code and design without all this config confusion
reply
JarppaGuru
its bout 100 hour actually. video is so long small mouse is 5min if want look again part of it need look 5 min again OR more . replay/roll back 10 second havent invent yet...still. waaaat he did roll back . oh i see. no wait someone posted 31 hour video and no rollback. but no need watch i see github source -if i would need- lol
reply
its bout 100 hour actually. video is so long small mouse is 5min if want look again part of it need look 5 min again OR more . replay/roll back 10 second havent invent yet...still. waaaat he did roll back . oh i see. no wait someone posted 31 hour video and no rollback. but no need watch i see github source -if i would need- lol
reply
Jose
We are your videogame to beginner and database.
You want my hand.
freebsd Unix and Unix aix with C/C++.
Spectrum 48k and 128k, and dragon 64k with Unix.
Script kiddies make virus of bios with language C, for example biosdisk(int 13h).
And more interruptions with host of bytes.
Your course are to kiddies.
reply
We are your videogame to beginner and database.
You want my hand.
freebsd Unix and Unix aix with C/C++.
Spectrum 48k and 128k, and dragon 64k with Unix.
Script kiddies make virus of bios with language C, for example biosdisk(int 13h).
And more interruptions with host of bytes.
Your course are to kiddies.
reply
CweaseGaming
I literally do not understand why his error with auto result = (10 20) > 0; doesn't stop him from building it ???
Mine gives me an error (first error is to use -std=c++2a instead of -std=c++20): -expected an expression- and WILL NOT BUILD????
Edit: I got it working with additional configurations lol
reply
I literally do not understand why his error with auto result = (10 20) > 0; doesn't stop him from building it ???
Mine gives me an error (first error is to use -std=c++2a instead of -std=c++20): -expected an expression- and WILL NOT BUILD????
Edit: I got it working with additional configurations lol
reply
avfr
Explanations seem unnecessarily long... what do you all think?
Seems like this course is for absolute beginners who haven't programmed before?
description shows loops still being taught at 8:00:00
always appreciate free material but maybe not the video for me.
reply
Explanations seem unnecessarily long... what do you all think?
Seems like this course is for absolute beginners who haven't programmed before?
description shows loops still being taught at 8:00:00
always appreciate free material but maybe not the video for me.
reply
Frumentum
-31 hours- damn, even for a programming course that's a lot... might look into c++ after becoming more comfortable with js and java. doesnt look too much different from java at first glance though so shouldn't be to hard to connect the dots in all honesty.
reply
-31 hours- damn, even for a programming course that's a lot... might look into c++ after becoming more comfortable with js and java. doesnt look too much different from java at first glance though so shouldn't be to hard to connect the dots in all honesty.
reply
Ravi
I don't know why my phone is heating and lagging a lot while watching this particular video and also the video stutters dangerously can't even understand what he's saying.
If anyone knows the solution, please help me over this
reply
I don't know why my phone is heating and lagging a lot while watching this particular video and also the video stutters dangerously can't even understand what he's saying.
If anyone knows the solution, please help me over this
reply
Add a review, comment
Other channel videos















