Thanks for Clarifying a lot of things for me man. Thank you
@owly49703 жыл бұрын
Thanks for this video 🙂, it was very useful
@nandurisowmya14803 жыл бұрын
Thanks for this video... It helped a lot......
@pqsk3 жыл бұрын
Nice, never knew about pragma startup and cleanup. So what compilers does that work on? Couldn't find a detailed answered when searching the web
@nikhilhaspe27344 жыл бұрын
Nice...🙏
@jayap83554 жыл бұрын
Nice explanation!!!
@technotipDOTorg4 жыл бұрын
Thank you ..kindly stay subscribed to our KZbin channel and blog. 👍
@believeinpractical39304 жыл бұрын
Nice
@Gojam12 Жыл бұрын
I am using gcc and do not get the warnings as indicated whether I add the pragma directives or not.
@hwstar9416 Жыл бұрын
compile with -Wall and -Wextra
@mehdinouira35402 жыл бұрын
what does #pragma code exemple = 0x08 do ?
@RohitYadav-jz6xs3 жыл бұрын
Why do we want to suppress warning? its good that we get warning and rectify it. Correct me if i am wrong. Thnk u
@world4coding3 жыл бұрын
Just for fun 🤣😝😜
@pqsk3 жыл бұрын
Imagine you have a very large project and you have multiple warnings and you want to just see every warning minus these types of warnings. Or imagine your company has a policy of treating warnings as errors and you (for whatever reason) want to maintain this (perhaps for legacy reasons, you can't touch the code). Those are 2 of many reasons on why you would want to do this
@x-blovishgarg26254 жыл бұрын
Vërrrrry Ñîçë
@RohitYadav-jz6xs3 жыл бұрын
Which IDE are you using ?
@Ronak171503 жыл бұрын
This is "Codeblocks " , a IDE may be by a Microsoft.