+ 1
Who can help me with the best tools(software) that are use to create apps with. Thanks
tools for software developing
4 odpowiedzi
+ 1
Hey the community and I would love to help you find a perfect software for your coding. Unfortunately you need to be more specific. What operating system do you use? What language do you program in? What apps you want to make and for which platform?
If you could answer these questions we would be really happy to help you :D
+ 1
thank you. am using Linux operating system and am using c++
+ 1
Awesome. As a compiler I would suggest gcc (more info at https://gcc.gnu.org/), it is pretty much the most powerful and well known compiler.
As an IDE (software to write code) I would reccomend something like Visual Studio Code or Sublime Text. Both are awesome pieces of software that will help you write your code. They both provide coloring, formatting and intellisense. The best thing to do would be to try both and see which one you prefer :D.
If you just need c++ (the IDE above are optimized for more languages) you should go for Code::Blocks or Eclipse. They offer same functionalities as the two above, but they are optimized for C++ (Intellisense is way better https://it.wikipedia.org/wiki/IntelliSense ) and they also enable you to compile and debug your code really easily.
Hope my answer was helpful, feel free to ask more if you need any other information or suggestion :D
+ 1
thank bro you have being really helpful