Tracking User input and Case number user inputPretty much any loop at all is better than using goto for this. An actual loop. [b]for[/b], or [b]wh...
Constructing an argument for two functions for their being equivalent [quote]What does "constructing an argument for their being equivalent" mean?[/quote] It means "conv...
Interface Classes and inheritance on top of existing librariesAre we to understand that you don't control the LiquidCrystal class? That you have a header file con...
Avoid copying object in list initializationAlso, I'd be remiss if I didn't say that using [b]new[/b] and [b]delete[/b] is bad, and that there's...
Avoid copying object in list initializationYou create a Point object, and you then create a Circle object which has inside it a whole other Poi...
This user does not accept Private Messages