Forum: C Aug 9th, 2005 |
| Replies: 24 Views: 4,054 ok fine just proves how much of a beginner i am |
Forum: C Aug 8th, 2005 |
| Replies: 24 Views: 4,054 im sorry tht was a typing mistake
it was supposed to be
char ch[];
ch[]={' '}; |
Forum: C Aug 8th, 2005 |
| Replies: 1 Views: 1,413 hello ppl
this is my 2nd post and as i said earlier, im writing a cpp program for an exam project.
the project is designing a school database system
neways the problem is that the the compiler... |
Forum: C Aug 8th, 2005 |
| Replies: 7 Views: 3,109 make a seperate counter for each instance
read the file 1 character at a time
for the upperccase and lowercase you can use the functions isupper and islower and whenever the return is 1 incriment... |
Forum: C Aug 8th, 2005 |
| Replies: 24 Views: 4,054 you can clear a string like this
char ch;
ch[] = {' '}; |
Forum: C Aug 8th, 2005 |
| Replies: 24 Views: 4,054 you can clear a string like this
char ch;
char ch = {' '} |
Forum: C++ Aug 3rd, 2005 |
| Replies: 4 Views: 1,724 and also 1 tht bout the second option but it would make the code horribly longer
as for the double getch, sheesh :o |
Forum: C++ Aug 3rd, 2005 |
| Replies: 4 Views: 1,724 i did write a program to typecast but it didnt work for F1 |
Forum: C++ Aug 3rd, 2005 |
| Replies: 4 Views: 1,724 hello ppl
since i am new to the group, il first introduce myself
my name is Aziz Mansur. im a grade 12 student (CBSE in indian curriculum) studyin in Dubai, UAE.
neways for my final exam i... |