Forum: C++ Nov 12th, 2009 |
| Replies: 9 Views: 351 thank U very much , it is work now |
Forum: C++ Nov 9th, 2009 |
| Replies: 9 Views: 351 ^^^^^
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 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 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 |
Forum: C++ Oct 21st, 2009 |
| Replies: 2 Views: 199 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 Ok , thank U
i got it now |
Forum: C++ Jun 25th, 2009 |
| Replies: 13 Views: 594 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 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 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 thanks 4 all of U ,
examples are clear ,
and i get the point i want |
Forum: C++ Jun 20th, 2009 |
| Replies: 13 Views: 594 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 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 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 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 #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 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 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 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 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 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 |
Forum: C++ Apr 5th, 2008 |
| Replies: 5 Views: 829 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 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 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 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 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 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 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 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 :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 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 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 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 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 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 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 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 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 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 "... |