Are the instructions in c++ that I learn in this program on both Android devices the same as the instructions that apply in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Are the instructions in c++ that I learn in this program on both Android devices the same as the instructions that apply in c++

29th Nov 2021, 6:55 PM
Allam Khadour
2 Answers
0
Yes, but for instance, in the c language there is a function in the string header file called "strrev" (string reverse). Android has a linux base and linux distrobutions usually don't have the strrev function included, you need to add it to the header file yourself. Other than that and I'm sure other minor differences, your cpp codes will run the same especially if you use an ide. Not sure what your projects are though
29th Nov 2021, 7:58 PM
Slick
Slick - avatar
0
Heard that, just knew it isn't usually on those os's I looked up reasoning myself and came to that conclusion but never thought of the compiler itself
1st Dec 2021, 12:03 AM
Slick
Slick - avatar