No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: [QUOTE=tasosa;840598]actually my problem is little different . my real proplem is = i have txt file which include : orange green white orange white black blue red blue white green and so on.. Now ı want to write different colour another txt file ..how can i do that . thanks … | |
Re: [QUOTE=tyliang;955774]I need to print to data stream to an output file but I'm not sure how to catch the data. Given example inputfile.txt has 20 data with a structure Michael 000000 m [email]abc@123.com[/email] 50 60 70 [code] #include <stdio.h> #include <string.h> void scanData(struct student data[]); void avgMaths(struct student data[]); void … | |
Re: [QUOTE=anny**;736656]hello friend z!! give me some idea about : [B]write a program that takes two characters and two integers by using two command program[/B][/QUOTE] If I understand what it is you are asking. You want to write a program that will accept 2 characters and than 2 intergers using 2 … | |
Hello all I'm having difficulty with a program I am writing to reverse the characters in a string. The string contains a sentence where i have to change a character...if it is lower case I have to change it to upper case and visa versa. And this has to be … | |
Hello all I have been learning C for about 3 - 4 weeks now and I'm in need of some help. I am trying to write a function that will give you the sum of selected integers in an array with a value of 20. I can make it give … |
The End.