User profile: alex9

User info
User name:alex9
Email:agsalcedo@animail.net
Name:Giovanni Salcedo
Location:Mexicali, Baja California
History
Joined:
Number of posts:5
Latest posts:

Allow invalid input only once
You can do something similar with a 'while' loop, this is my idea: [code] int tries = 1 while(tries...

How to start
Old but still good for newcomers to the programming world: http://www.bloodshed.net/dev/devcpp.html ...

function problems
I think you need to declare those functions before int main() function, something like this: void t...

Algorithm books
Web sites like http://projecteuler.net or http://www.cstutoringcenter.com/problems could help you to...

How to write a recursive program for tower of Honai problem
Hi, I know is hard for newbies to get how recursion works, so you can have a look to this page: http...