What is wrong with this program? Just a question: Is your code in c or c++?
Various symbolsYou will find them in the extended ASCII codes. I have used them here, to give you an Idea. http://...
Printing Right Triangles Next to each other using asterisksI think you are after this [code] int k = 11; for (int i = 0; i < 10; i++) { for(in...
Beginners TroublesHi and Welcome. If your using Code::Blocks I sugest you use the tutorials on this site http://www.cp...
I can't find the error- a little help pleaseThanks for that I put this in line 81 and it works a treat [code]SetConsoleMode( hIn, con_mode );[/...