Basic variable assignment questionThe value "1" is be default an integer. The value n is an integer. The operation (1/n) performs in...
Repeated DeclarationsTry it for yourself. By writing a class around the [code]int[/code] type, you can see the creation ...
3 little problem with classThe problem is that [code]std::cout[/code] is a class derived from[code] std::ostream[/code]. The [...
Alphabet Permutation (All possible combinations)Not really. If you want to scale the number of characters (all combinations of 4 character or all c...
switch statements using intDo you understand why the single quotes were giving you problems, or did you just get the right resu...
This user does not accept Private Messages