Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for RehabReda

hi all hope that all of u are fine : ) well i want to draw a tree [B]not a binary tree[/B] but i can't find an efficient algorithm to draw it the big problem when the tree is unbalanced Thanks ur help will be greatly appreciated : )

Member Avatar for swinefish
0
174
Member Avatar for RehabReda

hi guys how are you ?! hope every thing is alright. well i want to make something like this [URL="http://www.coderun.com/"]one[/URL] can anyone help me how could i start in steps ? what books should i read ?! Thanks your help will be greatly appreciated.

Member Avatar for nbaztec
0
103
Member Avatar for RehabReda

hi guys i wanna ideas for my project knowing that the team consists of two members the doctor rejects anything that is easy and not new the project time is a month or 3 weeks really ur help will be appreciated Thanks in advance

Member Avatar for jwenting
0
87
Member Avatar for RehabReda

hi guys i have a little question i don't understand this line typedef [COLOR="Red"]basic_string <char>[/COLOR] string ; i have searched but can't get it any one can help ur help will be appreciated

Member Avatar for mrnutty
0
96
Member Avatar for RehabReda

Hi Guys now i am in a problem i want to make a program that assert some database and then retract the one which have a specific thing then display the database after retracting well i have coded it but it display the new + the old i want the …

0
58
Member Avatar for RehabReda

hi guys i get wrong answer in this [URL="http://uva.onlinejudge.org/index.php?option=onlinejudge&Itemid=8&category=3&page=show_problem&problem=100"]problem [/URL] and i don't know why please if any one know or can help please share it [CODE]#include<iostream> using namespace std; #include<string> int EditDistance[30][30]; int Tracing[30][30]; string FirstString,SecondString; int NoOfDeletions , NoOfAdditions; int FindMin(int a,int b,int c,int i,int j) { if(a<b&&a<c) …

Member Avatar for RehabReda
0
163
Member Avatar for RehabReda

hi guys really i can't understand anything about them i want to store a variable in memory so i can use them again with any function at any time how can i do this please if anyone know please help i want to make a program like this in prolog …

0
43
Member Avatar for RehabReda

hi guys i want ideas of projects but new one and the project will be done in 3 weeks with a team of 3 persons any idea ?

0
67
Member Avatar for RehabReda

hi guys i can't solve this problem is there any hint??? T(n) = T(n/2 + √n) + √6046 your help will be appreciated

Member Avatar for anollipian
0
111
Member Avatar for RehabReda

hi all i have made a small online game but i am facing a problem the server will be on my lap ok then if anyone press the connect key on the game a message box will be appeared saying that machine refused the connection so someone advised me to …

Member Avatar for sknake
0
135
Member Avatar for blackdove

I'm new to recursion and object oriented programming, but we have been assigned the knight's tour problem. This is where the knight's piece has to travel to every space on a chess board and land on each spot only once. I pretty much have my program done, except i'm having …

Member Avatar for RehabReda
0
2K
Member Avatar for RehabReda

hi guys:) i have a big problem:-/ now i have a program that have a client class and model (in mvc) then the problem is that 1-i want the client when something comes from server to inform the model 2-i want the model if any change has been made in …

Member Avatar for RehabReda
0
92
Member Avatar for RehabReda

hi guys i have a problem when i write something in arabic in firefox it repeat each letter twice :?: but if i write it in english it works well so why this is done and what is the solution?? your help will be appreciated

Member Avatar for caperjack
0
102
Member Avatar for RehabReda

hi guys :) i am new in the designing patterns field so i have a question i have made dots game(like [URL="http://www.arcadecabin.com/play/dots_game.html"]this)[/URL] which have two options a)play against the computer b)play multi users so i want to apply the state pattern so i will have two states a)play against the …

Member Avatar for sknake
0
87
Member Avatar for RehabReda

hi all:) i got confused in this point:( i have questions that i don't understand it well knowing that i have searched a lot but i don't know i didn't understand it yet 1-when it is really impossible to work in a program without a delegate (please give a simple …

Member Avatar for serkan sendur
0
137
Member Avatar for RehabReda

hi guys:) i am facing a problem:-/ it is a recursive function and one of its parameters is of type list when the function reaches its end and goes back the list won't be like the old one:?: but it will be updated with the newer on in the last …

Member Avatar for DdoubleD
0
2K