Forum: C# Feb 14th, 2007 |
| Replies: 0 Views: 4,418 Hello .. i wanted to ask how could i implement a transparent rich text box, as known rich text boxes couldnt have background or transparent color, after i searched i knew that the .Net frame work... |
Forum: C++ Dec 5th, 2006 |
| Replies: 1 Views: 1,658 do any1 knows how to get the client IP 4rm a c++ server application using |
Forum: C# May 19th, 2006 |
| Replies: 4 Views: 7,110 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 Jan 20th, 2006 |
| Replies: 1 Views: 1,231 hiiii
i'm new using opengl
when i was trying to do some transformation using
glRotated(45,0,1); for example,
it do the tranformation on all wht i've drawn on screen
ex. if i was drawing a... |
Forum: C++ Oct 20th, 2004 |
| Replies: 9 Views: 12,120 |
Forum: C++ Oct 20th, 2004 |
| Replies: 9 Views: 12,120 float median(int* x, int n)
{
return ((x[n/2])+(x[(n/2)+1]))/2;
} |
Forum: C++ Oct 15th, 2004 |
| Replies: 9 Views: 12,120 sorry again it will b ((x[n]/2)+(x[n+1])/2)/2 |
Forum: C++ Oct 15th, 2004 |
| Replies: 9 Views: 12,120 ((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 Sep 30th, 2004 |
| Replies: 3 Views: 1,588 hey tnx guys
i fixed the problem :D
tnx 4 yr effort |
Forum: C Sep 28th, 2004 |
| Replies: 3 Views: 1,588 #define ENDFILE "CTRL-Z"
this end the file whenever the user enter CTRL-Z
what i need, i want the user 2 enter CTRL-X to end the program
#define ........ "CTRL-X" ( what could i write here)... |
Forum: C++ Aug 27th, 2004 |
| Replies: 1 Views: 2,176 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# Aug 20th, 2004 |
| Replies: 1 Views: 9,448 peux tu expliquer mieux en plus
je ne peux pas te comprendre ^o)
vas-y copain ca sera facile pour toi
merci
et
salut |
Forum: C Jun 13th, 2004 |
| Replies: 14 Views: 32,380 it's one of my colleages he likes to make jokes a lot
sorry
there is nothing called radi(); or a header file called "radi.h"
sorry guys agaian :o |
Forum: C Jun 9th, 2004 |
| Replies: 14 Views: 32,380 void arranging()
{
char
temp[30],
name[50][30];
float
temp1,
temp2,
temp3, |
Forum: C Jun 9th, 2004 |
| Replies: 14 Views: 32,380 i'm trying to list names of students alphabetically |
Forum: C Jun 9th, 2004 |
| Replies: 14 Views: 32,380 :rolleyes: sorry but may be u did not understood my question
i need to sort an array of characters which contains names of students alphabeticly
and i'm asking if there is a function that do this... |
Forum: C Jun 7th, 2004 |
| Replies: 14 Views: 32,380 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,767 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,480 i'm working on a project and i really want to know if c++ provides to print out colored text or not.
thx |