Forum: C# May 19th, 2006 |
| Replies: 4 Views: 7,319 hiii all
do any1 knows how to read the header of a file to know its format
as example if i've a mp3 file but it's name do not include .mp3
i wanna make a program that read the header of the file... |
Forum: C Jun 7th, 2004 |
| Replies: 14 Views: 33,494 is there any function that helps to sort an array of strings alphabeticly
i need to sort an array alphabeticly which contains names of students
thx 4 yr help
matika :cool: |
Forum: C++ May 25th, 2004 |
| Replies: 2 Views: 5,906 is there anything in c++ that provides to print out on screen colored text
ex.
cout<<"welcome"<<endl;
output:
welcome
thx |