I just have idea about creating app using java or c++ what are the fundamentals i should know ? Help me please . Or other lang | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I just have idea about creating app using java or c++ what are the fundamentals i should know ? Help me please . Or other lang

App creation

5th Jun 2019, 2:02 PM
PRAVEEN R
PRAVEEN R - avatar
4 Answers
+ 2
Same as the sololearn cpp and java courses fundamentals!
5th Jun 2019, 2:04 PM
CodeFu
CodeFu - avatar
+ 2
Math operations,handling user input,pointers,arrays,classs, inheritance,exceptions,etc...
5th Jun 2019, 2:09 PM
CodeFu
CodeFu - avatar
+ 1
Outline sir tell something
5th Jun 2019, 2:06 PM
PRAVEEN R
PRAVEEN R - avatar
0
In C++ you need to have a basic understanding of: IO Program flow Functions Pointers Classes and objects Inheritence Exceptions These are enough to get you through basic app programming. I recommend you read the tutorial at cplusplus.com.it covers those concepts and more. For a more comprehensive look at C++, you should definetely read 'professional c++',its a long book that covers alot about c++.
5th Jun 2019, 2:22 PM
Mensch
Mensch - avatar