Click here to Skip to main content
15,897,519 members
Please Sign up or sign in to vote.
1.18/5 (3 votes)
See more:
hello everyone thus anyone heard about remote phone call? i am trying to create a system that looks like it but i cannot start because im only a starter in system programming, can anyone help me to build that type of system? because im going to use it to be a part of our thesis, thanks anyone in advance!
Posted
Comments
F-ES Sitecore 16-Nov-15 5:15am    
If you've picked a project that you don't even know how to start then maybe it's the wrong project. Also part of a degree (especially advanced ones) is to exhibit academic ability, the ability to research and come up with your own solutions. If your solution to a problem is to try nothing and just ask other people to do your work (let's be honest, that's what you're looking for) then maybe further education isn't for you. When you get a job in programming a part of that is going to be able to solve problems yourself.

At least 10 of these questions are asked here a day; people wanting us to do their coursework for them, and like all those other questions people are not likely to give you much help. Mainly because we have been where you are and solved the problems ourselves.
PaoloMR24 16-Nov-15 7:30am    
Excuse me sir, im sorry but for your information im not asking anyone to build the project for me, im just asking for some suggestions on how to start building that project

1 solution

My answer would be, to not build such a "complex" system, for the sake of your thesis when you have no idea about programming.

What thesis is this? Are you a computer science student, or do you belong to IT? In many cases you do not have to write a program yourself, I have known an MS IT student, who didn't write up an entire software application for their thesis but just demonstrated how to use it. Her thesis was "to be able to sort the most relative comments and votes on a product". So she did that mathematically, solved it using some formulas (that went right above my head) and then presented how to actually do it. In that case, she did not have to write an application.

If you are weak on programming, please change your mind and just demonstrate how can you do that. Pseudo-languages, algorithms and other similar things are enough. But if you want to write a program that does that, I am sorry, you are going to show the basic understanding of programming at first. C++, Java, C# and other languages, they all have these features. You can use the protocols in them and do what you want to do. But handing over the power to you would be a cause of havoc. I won't do that. :-)

Please, start by learning programming. These links may help you:

Learning programming for beginners — Google Search results [^]
Search for anything you would like on CodeProject[^]

Edit

Since you said you already know programming, you should then continue by understanding the concept of "Remote call forwarding[^]". It would help you in many things. The main concept is just to forward your calls to a computer or a separate device.
 
Share this answer
 
v2
Comments
PaoloMR24 16-Nov-15 5:10am    
Thank you, but i'm a computer science, when i say im only a starter, it means that its the first time that im going to build that kind of project but im not a beginner in other terms. thanks and but i'm still going to try to build it
Afzaal Ahmad Zeeshan 16-Nov-15 5:16am    
If you have an idea of these libraries or APIs, then you should consider looking forward to protocols to work with.

Read the update to my answer.
PaoloMR24 16-Nov-15 5:24am    
thankyou then sir, i think that it can help me to have a good start

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900