Help with a function Programming Software Development by StreetBallerX well here is my problem i had a task to transfrom sequence of decimals entered by user to binary so i … Re: Extract text from txt file and save as new *.txt Programming Software Development by TitusPE Thanx to tonyjv, can I now transfrom myfiles to the desired format. I added a file open … Re: Help with a function Programming Software Development by StreetBallerX P.S. that len integer is a mistake a just forgot to remove it so ingnore it please Re: Help with a function Programming Software Development by jonsca [quote]and the worst is that they gave us this task before explaining the functions[/quote] I'm sure there are on the order of 10^23 pages online about functions and you probably have a textbook. This is my interpretation: [code] string dec2bin(int decimal); //prototype int main() { //input a number "num" here //pass num to dec2bin…