Home > Back-end >  C beginners don't understand to ask (cross-platform)
C beginners don't understand to ask (cross-platform)

Time:09-21

In c + + program written in the Windows 7 can be cross-platform to ios use it (need to learn what objective c or only use?)

CodePudding user response:

Recommend a blog:
https://blog.csdn.net/weixin_34232744/article/details/85975009

https://blog.csdn.net/weixin_34232744/article/details/85975009

CodePudding user response:

Is basically not
If we can only use the most basic class libraries, and perhaps may
See what kind of application, you need to do if it is a mobile phone or tablet app, basically use swift

CodePudding user response:

reference 1st floor focuslight response:
types:
https://blog.csdn.net/weixin_34232744/article/details/85975009

https://blog.csdn.net/weixin_34232744/article/details/85975009


He's just using the VS IDE editor source code, vc + + no iOS compiler, compile, link, and debugging are MAC (machine, real or virtual machine) on the xcode,
If you need to develop iOS on Windows, MAC application, recommended c + + Builder, real local cross compiler, directly generate iOS, MAC executable program, do not rely on apple's development tools (but debugging, running application still need MAC, because there is no authorized third party development apple iOS simulator, so you need to really machine or the iOS simulator in the xcode) :

CodePudding user response:

A new version of c + + Builder is RAD Studio can also write android, apple app,

CodePudding user response:

A graphical user interface (GUI) programming can learn c + + Builder, advanced architecture (and c # drag controls), introduction to more easily,

C + + Builder is a real visual Development tool, c + + Builder can use the mouse to drag controls followed by a "design" set properties of a graphical user interface of the program, using the visual components/controls like "building blocks", built in the form of "wysiwyg" Application interface, which is the name of c + + Builder in the concept of the Builder, in this way, only needs to be written in c + + language business logic code, similar to the text interface programming under DOS, just concentrate on the business logic function, the code is very concise, data input and performance, in a graphical user interface, intuitive, and easy to use, this is RAD (Rapid Application Development, Rapid Application Development),

Book recommendation:
"C + + Builder 6 program design course (second edition)" (such as loyal lu, wen-liang liu/2011-04-01/science press) (dangdang)
"C + + Builder 6 programming examples of fine solution" (Zhao Mingxian), PDF, is a digital version, a scan version, there is also a complete implementation of tetris game,
"Wonderful" c + + Builder 6 programming Wu Yixian (Taiwan), there are a few simple little game, 10 can read later rewrite, is their mastery of the,
"C + + Builder 5 senior programming examples of fine solution" (written by Liu Bin) are larger practical program,

C + + Builder 6.0 several sample program project source code download:






C + + Builder first program (analog chat room) v1.11
C + + Builder analog to digital double clock sample (unfinished) v0.2.1
C + + Builder card game Demo v0.03
C + + Builder of irregular image transparent texture (transparent display bitmap) three methods and simple animation v1.3
Written by c + + Builder "ZEC, arithmetic exercise program" sea starfish scene v0.9.2
C + + Builder simple example phone book Demo v1.11
  • Related