Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Feb 17th, 2005, 5:47 PM   #1
Vizy
Newbie
 
Join Date: Feb 2005
Posts: 2
Rep Power: 0 Vizy is on a distinguished road
how to use .cpp in php??

Ok here is the thing

I have some knowledge in php and almost none in c++, because i decided to go with java, so bare with me. Today a friend asked me to do some homework for him, cause he ran out of time and wont be able to do it alone.

I had to create a program that returns numbers that can not be divided with anything but 1 and itself. so if i put in number 10, it returns numbers 2, 3, 5, 7. I hope you understand what i mean.

Ok this was easy and here is the code: (some in slovenian language)

#include <iostream.h>

int main()

{

int d=3;

int c=d;

cout<<"Vpisi stevilo n, do katerega bo po intervalu od 0 do n"<<endl<<"program izpisal prastevila: ";

cin>>c;

if(c%2==0)

c++;

cout<<"1"<<endl<<"2"<<endl;

while (d!=c)

{

bool prastevilo=true;

for(int i=2; i<d ; i++)

if(d%i==0)

{

prastevilo=false;

i=d;

}

if(prastevilo==true)

cout<<d<<endl;

d++;d++;

}

return 0;

}

Now what i need to do is use this in php, which i have no idea how that can be done. But lucky for me i have an example
how all together should look and work.

If anyone has any ideas or an advice plz let me know, and even better if you have the time to make this for me plz help me.

Anything will help so post tutorials, articles, even a simple hint how to do it can get me closer to the solution of this problem.

Thank you and have a nice day
Vizy
Vizy is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:24 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC