tutorialzone.de - Tutorials und Anleitungen - Die umfassendste deutsche Quelle
tutorialzone.de - Tutorials und Anleitungen - Die umfassendste deutsche Quelle

Programmieren » C und C Plus Plus » Turning the printf statements on and off (ID 25687)

Sprache: Englisch
Skill: |||
Rating: |||||
Beschreibung: When it comes coding a program, we normally use printf statements to test or debug the code. When the coding gets completed, we find these printf statements are no longer needed, so we remove them.

Later on, if we add a new feature to this existing code (or somebody finds a bug in the code), we may want to use these printf statements again to test or debug the code. At that time, we go for including these printf statements and later on, we delete them when the coding gets completed...

tutorial anschauen

Zurück - Tutorial bewerten - Skill bewerten - Tutorial übersetzen - Link defekt!?