Search Results

Showing results 1 to 40 of 85
Search took 0.01 seconds.
Search: Posts Made By: Zay
Forum: C++ Nov 12th, 2009
Replies: 9
Views: 351
Posted By Zay
thank U very much , it is work now
Forum: C++ Nov 9th, 2009
Replies: 9
Views: 351
Posted By Zay
^^^^^
ok , i will bt such statement for printing the primes ,
but it still has an error saying :
'sqrt' : ambiguous call to overloaded function
Forum: C++ Nov 9th, 2009
Replies: 9
Views: 351
Posted By Zay
see this simple code , there is an error , but i can not solve it !


#include<iostream>
#include<fstream>
#include<iomanip>
#include<string>
#include<cmath>
using namespace std;
void main()
Forum: C++ Nov 8th, 2009
Replies: 9
Views: 351
Posted By Zay
hello ;

here is a quastion . i understand it until the red senence , i do not know what dose it mean mathematically ?


Write a program that prompts the user to input a positive integer. It...
Forum: C++ Oct 21st, 2009
Replies: 2
Views: 199
Posted By Zay
thank U very much
:)
Forum: C++ Oct 21st, 2009
Replies: 2
Views: 199
Posted By Zay
Hello;

read this quastion , what do the last part mean ?
do they mean to print the remine cookies that have to be produced to let the number be complated !

or to print the number of cookies...
Forum: C++ Jun 25th, 2009
Replies: 13
Views: 594
Posted By Zay
Ok , thank U
i got it now
Forum: C++ Jun 25th, 2009
Replies: 13
Views: 594
Posted By Zay
So , it is possible to writ this :
enum
{
A, // A == 0
B, // B == 1
C=100, // C == 100
D=20, // D == 20
E, // E == 21
F // F == 22
};
Forum: C++ Jun 24th, 2009
Replies: 13
Views: 594
Posted By Zay
No I do , and all what i found was :

If you don't specify values for enum constants, the values start at zero and increase by one with each move down the list.

So ! what is the answer now ,...
Forum: C++ Jun 24th, 2009
Replies: 13
Views: 594
Posted By Zay
hi again;

i was searching in some powerpoint files talking about enumeration and found this sentence :

enum typeName{ value1, value2, value3, ....};

where :
value1 < value2 < value3 <...
Forum: C++ Jun 21st, 2009
Replies: 13
Views: 594
Posted By Zay
thanks 4 all of U ,
examples are clear ,
and i get the point i want
Forum: C++ Jun 20th, 2009
Replies: 13
Views: 594
Posted By Zay
see this code :

enum letter{A=4,B=3,C,D,E};

letter my;
my=C;
cout<<"The value of the variable C is "<<C;

the output here will be :
The value of the variable C is 4 ,
Forum: C++ Jun 20th, 2009
Replies: 13
Views: 594
Posted By Zay
hello;

can we say this when defining an enumeration :

enum letter{A=4,B=3,C,D,E};

i mean give letter B value smaller than the value of the letter A , is it possible ?


and what is the...
Forum: C++ Jun 19th, 2009
Replies: 2
Views: 219
Posted By Zay
HELLO;
see this quastion , i tried to solve it , but there is sometjing wrong , i do not know it
because no errors accur !

A 5 letter word x is hidden in a string y such that the first two...
Forum: C++ Jun 17th, 2009
Replies: 5
Views: 171
Posted By Zay
Oh Thank you very much all of U

i got it now

what delicious C++ is !
Forum: C++ Jun 17th, 2009
Replies: 5
Views: 171
Posted By Zay
#include <iostream.h>

main()
{
int n, k = 5;
n = (100 % k ? k + 1 : k - 1);
cout << "n = " << n << " k = " << k << endl;
return 0;
}
Forum: Database Design Dec 9th, 2008
Replies: 2
Views: 1,027
Posted By Zay
i got your point , thanks alot
and I did it , but the real Q was the other relation showing in the following ERD
which is "assign to "
is it correct to be 1-to-1 relationship ?
Forum: Database Design Dec 9th, 2008
Replies: 2
Views: 1,027
Posted By Zay
hi;

here is a part of my ERD "Hotel Reservation system"
and there is a relationship with 3 entities included in it.

they are:
customer
Reservation
Room
Forum: Windows Software Jul 31st, 2008
Replies: 0
Views: 357
Posted By Zay
hi;

do any 1 here can give the patch or serial number for the " Audio Editor Studio 1.9 "

i search and search , but with no result ?
Forum: Windows Software Jun 6th, 2008
Replies: 2
Views: 725
Posted By Zay
hi;

i have just downloaded the microsoft office 2007
in my PC

and when open the microsoft word and others this msg appers saying this ( in the picture below )

and when press next , no thing...
Forum: C++ Apr 6th, 2008
Replies: 5
Views: 829
Posted By Zay
hello Salem

i followed the path and when arrivred to Debugsetup , press it and it ask me to insert the path , but do not know which path it mean

i tried many , but all are wrong

the...
Forum: C++ Apr 6th, 2008
Replies: 5
Views: 829
Posted By Zay
Forum: C++ Apr 5th, 2008
Replies: 5
Views: 829
Posted By Zay
thanks for helping,

there is another problem , i tried to remove the program and install it again

after the install complate a massage apperas saying :

see the picture below .

what to do...
Forum: C++ Apr 4th, 2008
Replies: 5
Views: 829
Posted By Zay
hello;

while downloading the Microsoft visual C++ from a CD , a massage appers to me saying that it can not read a specific file

and then another massege after the installing complate saying...
Forum: Graphics and Multimedia Jan 22nd, 2008
Replies: 11
Views: 5,581
Posted By Zay
do you know how to get free site from lycos ?

i go to their site but all the free have a note next to them with price per year or month ???


Any free site please to do this ????
Forum: Graphics and Multimedia Jan 18th, 2008
Replies: 11
Views: 2,175
Posted By Zay
Hello Salim;

there is no need , bcs date of submit was left , last day was on 16th of Jan .
and all thing was ok .

and its beatiful to see your project
to have a look if possiple .i need to...
Forum: Graphics and Multimedia Jan 12th, 2008
Replies: 1
Views: 999
Posted By Zay
Good morning;

Do any 1 here know how to get the value stored in a global variable from other movie?
to use it in current movie?

Example:
in movie one.dir
there is a global called name...
Forum: Graphics and Multimedia Jan 8th, 2008
Replies: 11
Views: 5,581
Posted By Zay
Here where the hourse is tied>>>i think its said like this

i mean , this waht i am searching and want to know more about it
if i publish my movie to .dir extention , then the one who does not...
Forum: Graphics and Multimedia Jan 8th, 2008
Replies: 11
Views: 5,581
Posted By Zay
oh ,realy its need this!!

is not there any other way other then this ?
i will try if not , to have one in Lycos
Forum: Graphics and Multimedia Jan 4th, 2008
Replies: 11
Views: 5,581
Posted By Zay
its solved now

the only remaining thing is how to upload my file on the web to let uesr see it online !!
Forum: Graphics and Multimedia Jan 4th, 2008
Replies: 11
Views: 5,581
Posted By Zay
:icon_surprised:

i do it
with using some information from the " Help " from the programe it self.


thanks


but , do u know how i can publish it on the web and every 1 can see
Forum: Graphics and Multimedia Jan 4th, 2008
Replies: 11
Views: 5,581
Posted By Zay
plz , can you explain more
how to do it

its for micromedia director mx 2004
Forum: Graphics and Multimedia Jan 4th, 2008
Replies: 11
Views: 5,581
Posted By Zay
hi;

when puplishing a movie.dcr

on the web

and if this movie containing an animation picture , it does not appear to the user

only the text and the other simple picture
Forum: Graphics and Multimedia Dec 26th, 2007
Replies: 11
Views: 2,175
Posted By Zay
Ohhh , where are you innovativeatul !
i thought that you forget this topic

but now i am happy to see your reply

if any more quastion i have , i will add it here ,

the last day for...
Forum: Graphics and Multimedia Dec 25th, 2007
Replies: 2
Views: 934
Posted By Zay
1- SURE , I PASE THE VALUES BEFORE PRESS EQUAL

there is something not ok here , with the '+' , when press it its apeear twice in the text field

so the code i wrote to it is a little bit diff. ...
Forum: Graphics and Multimedia Dec 21st, 2007
Replies: 2
Views: 934
Posted By Zay
hope get help in this code;
its for a calculator

when the user press "=" that containing this script the answer should apear

at first of all i make sprite(2) as the space which the process...
Forum: Graphics and Multimedia Dec 19th, 2007
Replies: 11
Views: 2,175
Posted By Zay
Hello;

can you help me in this:
in the first scene ( page) from the project i want to put " loading sample " before appearing the title of the project and my name .

how to do it ??

and...
Forum: Graphics and Multimedia Dec 12th, 2007
Replies: 11
Views: 2,175
Posted By Zay
ohhhh , guess what

the project is not " learning or education " project !

its about the national day for our country

in addition to the information that should be there we have to write...
Forum: Graphics and Multimedia Dec 7th, 2007
Replies: 11
Views: 2,175
Posted By Zay
yaaa sure , but we are in the beginning of scipts and lingo
i think by finishing learning about lingo and script then we will start in the project


just wait for me few days , and i really...
Forum: Graphics and Multimedia Dec 2nd, 2007
Replies: 11
Views: 2,175
Posted By Zay
thanks for Initiative

oK, tell me what kind of project you did , or any of other students have did before

we are going to make education project.

one i know said that she will make the "...
Showing results 1 to 40 of 85

 


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

©2003 - 2009 DaniWeb® LLC