dude you give such computer science college professor energy
@seanferguson22 Жыл бұрын
Good video! Informative and fun to watch, a hard combo to come across :)
@vivekkumar-pc1xy11 ай бұрын
fun to watch + very infomration at the same time.
@PulpFreePress4 жыл бұрын
Great video! Especially your delivery style.
@CodeTechandTutorials4 жыл бұрын
Thanks
@terrym20077 ай бұрын
Good Stuff. Thanks
@rduhari Жыл бұрын
Thanks for sharing
@ericbarlow67724 ай бұрын
This is interesting. I never really messed with GNU make when I was using C and C++ in college so I’m getting some familiarity as I’m going back to those languages to hone my skills. One thing that was frustrating me since it was failing and saying I didn’t have a makefile. I used the same format as the one I did with a C program and that worked. I actually looked at your video and though no one mentioned it the naming convention was slightly different. I had MakeFile and when I changed it to makefile it worked. Not sure what is going on with GNU make on that.
@markharrington5826 Жыл бұрын
Thanks
@selvag91982 жыл бұрын
hi sir. kindly post a video for how to use make file in project.
@CodeTechandTutorials2 жыл бұрын
github.com/mattearly/best_makefile_for_cpp
@DaveFer2 жыл бұрын
Hey thanks for this video. I'm curious what software you're using to place your webcam (?) video into the lower right corner of your screen capture ... without any frame. Did you do that in post or was it in real time. :) Thanks!
@umiahmed30able4 жыл бұрын
Can you call a .bat file from gnu makefile? If so, how?
@itsvanhees4 жыл бұрын
Can you make this Makefile work all the time? Like in 'watch' state.
@CodeTechandTutorials4 жыл бұрын
There are some tricks to make it more automatic once configured, like have it check for all files of a certain type in a folder when you type `make` That way you don't have to change your makefile every time you add a new source file. kzbin.info/www/bejne/pYObhIVue7abjtU
@wailshudar5 жыл бұрын
Thanks for sharing. What editor is that by the way?
@CodeTechandTutorials5 жыл бұрын
For the coding, it's visual studio code.
@n0kodoko1434 жыл бұрын
That f'ing faceroll tho... LMFAO XD subbed!
@reductor_5 жыл бұрын
You should just make an out.exe rule and then your default depend on it, this way you can also have your run depend on it, additionally you should make marking that clean and run phoney, they don't generate any actual files, depending just on the header for the object file your building is less then ideal as headers depend on other headers this is where using gcc -M helpers generate make dependency files with the headers it depends on.
@CodeTechandTutorials5 жыл бұрын
Good tips on an old video. Getting pretty dated, probably due for an update. Appreciate the comments.
@reductor_5 жыл бұрын
realized that not long after posting the comment, was just checking out your videos. Good work
@horsekebab78003 жыл бұрын
Ah okay, so Bertram Gilfoyle wasn't a fictional character!