No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Any examiner, webmaster,graduate students in computer science or related in here? If yes can you please confirm if an online movie or concert/theatre/attractions booking system using php ,apache, mysql is a suitable topic as final year project? I would like the site to look a bit like stargreen.com or similar … | |
Re: Almost 2 years later, i am almost in the same situation as you mate. But I hope you were successful. I am mailing you regarding a problem i am facing. check your inbox and please reply as soon as you can. thanks | |
I need to do project about online banking. so i was told i need to learn php n mysql. I dont have access to any tutor coz its a distance program course. I know php.net website. and mysql.com. I am assuming i just need these two sites and a book … | |
Not sleeping of course. i am badly in need to understand c++ topics. especially maths questions to be solved in c++. i am familiar with the beginner topics. i start to stuck with arrays, pointers and as mentionned above the maths :?: | |
Stuck in this question .I cant spot where i am doing the mistake. Can somebody help me please. thanks. this is the question: ----------------------------------------------- The number of combinations (C) from M items taken N at a time is given by C= fac(M) / [fac(N) * fac (M – N)] where … | |
I am mostly familiar with C++. :?: Please help. Question is below : Write a program to discover how many numbers between 1 and 40 can be expressed as the sum of 4 positive squares (e.g. 15 = 12 + 12 + 22 + 32). | |
Write a program that illustrates the growth of the world's population using as input: the start year the initial population size the annual percentage increase of the population the end year. You may assume that the input is valid. Output the year, the size of the population and the population … | |
Re: i am newbie too. so not totally sure if i am giving u the right answer.but i think the part where u have number == number. u can try to put a limit there. like number <=5 or something.of course this need to be verified by a professor of c++. |