User profile: Vagabond

User info
User name:Vagabond
History
Joined:
Number of posts:17
Latest posts:

What is wrong with this program?
Just a question: Is your code in c or c++?

Various symbols
You 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 asterisks
I think you are after this [code] int k = 11; for (int i = 0; i < 10; i++) { for(in...

Beginners Troubles
Hi 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 please
Thanks for that I put this in line 81 and it works a treat [code]SetConsoleMode( hIn, con_mode );[/...