Forum: VB.NET Nov 10th, 2005 |
| Replies: 1 Views: 1,678 i have attached the exe file of the program that im trying to do it, & im facing many problems, can anyone do that & reply me :rolleyes: :cry: ???
1) how i can put more than 100 countries in the... |
Forum: C Oct 21st, 2005 |
| Replies: 1 Views: 2,721 This is what I wrote:
doublyLinkedList::doublyLinkedList()
{
head = tail = 0;
} |
Forum: C Oct 21st, 2005 |
| Replies: 1 Views: 2,721 I did a "single linked list" header & Implementation & Main files & everything worked very good. But now i must Implementation for the "doubly linked list" & i just need to know what i should add to... |
Forum: C++ Oct 14th, 2005 |
| Replies: 8 Views: 2,602 #include<iostream.H>
int main()
{
//(e^x = 1 + x/1! + x^2/2! + x^3/3! + .....)
int result = 1;
int x = 2;
int e = 1; |
Forum: C++ Oct 14th, 2005 |
| Replies: 8 Views: 2,602 #include<iostream.H>
int main()
{
//(e^x = 1 + x/1! + x^2/2! + x^3/3! + .....)
int result = 1;
int x = 2;
int z = 1; |
Forum: C++ Oct 14th, 2005 |
| Replies: 8 Views: 2,602 thanks for replyiing me,
But i wanna write the code for (e^x = 1 + x/1! + x^2/2! + x^3/3! + ..... ) without using math library. |
Forum: C++ Oct 11th, 2005 |
| Replies: 8 Views: 2,602 What is the code for ( e^x = 1 + x/1! + x^2/2! + x^3/3! + ..... )
anyway can help me, plzzz :cry: :rolleyes: |
Forum: Existing Scripts Oct 2nd, 2005 |
| Replies: 5 Views: 91,971 |
Forum: Existing Scripts Oct 2nd, 2005 |
| Replies: 5 Views: 91,971 cuz i didnt study javascript before, so if anyone can give me a start, for example how to use the multiplication & the outside look of it???? :rolleyes: & i willl do the rest of operations by... |
Forum: Existing Scripts Sep 30th, 2005 |
| Replies: 5 Views: 91,971 |
Forum: Existing Scripts Sep 30th, 2005 |
| Replies: 5 Views: 91,971 Anyone know the code for that ??? :o :rolleyes: :!: |
Forum: VB.NET Sep 24th, 2005 |
| Replies: 3 Views: 1,574 It worked , thaaanks alot :cheesy: |
Forum: VB.NET Sep 24th, 2005 |
| Replies: 3 Views: 1,574 Thx for replying me, i will try this code now |
Forum: VB.NET Sep 24th, 2005 |
| Replies: 3 Views: 1,574 What is the code for converting from binary to decimal???????? :rolleyes: |