User profile: btucho

User info
User name:btucho
History
Joined:
Number of posts:11
Latest posts:

I need to create a control structure to run a hangman program
yes, 2 times(i - 1) + 1. examples are : so word number 13 is at 2* (13-1) + 1 = 25. and word nu...

function does not take 0 arguments
think about the purpose of getDay function. what is supposed to be returned? a number? a string? th...

return 0;
well atleast one - used by dev c++ does not - and uses 0 as default value. when tried : int f...

extracting email addresses from file
[quote] instName=emailAdd.substr(atpos,dotpos-atpos-1); [/quote] this line is where the error a...

I need to create a control structure to run a hangman program
ok , so word 1 is at line 1, word 2 at line 3, word 3 at line 5 .... so if we have an index initi...