Search Results

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: matika ; Forum: C++ and child forums
Forum: C++ Dec 5th, 2006
Replies: 1
Views: 1,743
Posted By matika
do any1 knows how to get the client IP 4rm a c++ server application using
Forum: C++ Oct 20th, 2004
Replies: 9
Views: 12,667
Posted By matika
Forum: C++ Oct 20th, 2004
Replies: 9
Views: 12,667
Posted By matika
float median(int* x, int n)
{
return ((x[n/2])+(x[(n/2)+1]))/2;
}
Forum: C++ Oct 15th, 2004
Replies: 9
Views: 12,667
Posted By matika
sorry again it will b ((x[n]/2)+(x[n+1])/2)/2
Forum: C++ Oct 15th, 2004
Replies: 9
Views: 12,667
Posted By matika
((n/2)+(n+1)/2)/2

n is the nmber of elements in the array

i e
if yr array was x[n];
median = ((x[n]/2)+(x[n]+1)/2)/2;
Forum: C++ Aug 27th, 2004
Replies: 1
Views: 2,232
Posted By matika
working on a project on c++ consol application and need to change the color of a specific letter in a text on the output screen
4 example :

VIew
pllz help
thx
:confused:
Forum: C++ May 25th, 2004
Replies: 2
Views: 6,033
Posted By matika
is there anything in c++ that provides to print out on screen colored text
ex.
cout<<"welcome"<<endl;
output:
welcome
thx
Forum: C++ May 25th, 2004
Replies: 6
Views: 15,987
Posted By matika
i'm working on a project and i really want to know if c++ provides to print out colored text or not.
thx
Showing results 1 to 8 of 8

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC