Click here to Skip to main content
15,888,106 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Making a commercial type of statistical business software

What I have tried:

I am learning R and C++ in hope of creating a type of statistic business software
Posted
Updated 11-Jan-18 21:59pm
Comments
OriginalGriff 12-Jan-18 3:30am    
And?
What have you tried?
Where are you stuck?
What help do you need?

Use the "Improve question" widget to edit your question and provide better information.
muhammad ramzi 12-Jan-18 3:39am    
I am considered an intermediate in R and also C++ what kind of programming language I could take up and learn to make a commercial statistical software ? Any advices as well ?

1 solution

Quote:
I am considered an intermediate in R and also C++ what kind of programming language I could take up and learn to make a commercial statistical software ?

Any of them, depending on environment.
If you want a web app, you want a server language (VB, C#, C++, PHP, ...) and client language - Javascript
For iOS, then it's ObjectiveC or Xamarin/C#
For Android, it's Java or Xamarin/C#
For Windows, it's almost anything except Javascript.

We don;t know what you are planning for this, so if you have good familiarity in C++, then probably that's the one to go for, unless you need to change it for a different environment.
 
Share this answer
 
Comments
muhammad ramzi 12-Jan-18 4:52am    
Well my plan is to actually create a desktop software . It is for storage of many types of data for business . But at the same time it also analyze these data to create graphs and charts so that it is easily digested by the user . I'm mainly wanting to do this because my of my mothers business . She needs these kind of software to ease her workload and I got inspired by that . So from my plan so far , is there any other language I need to learn ? And do you have any advice for me ?
OriginalGriff 12-Jan-18 5:51am    
If you are good in C++, then do it in C++, using whichever framework you are familiar with - learning a new language is trivial, it's the supporting framework behind that that takes months to learn! For example, if you are good with C++/MFC, you can pick up C# in a day - but learning the .NET framework behind that and without which it is useless with take months!

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