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++
2 Antworten
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
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