C++Builder 12 Release Webinar

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

All in all I'm excited about this release. Features that I would like that I don't believe are included, are cmake option, (with normal ide building things, it just makes and builds using cmake/make), option to import projects using cmake/make. codeguard in a newer compiler. refactoring by moving chunks of code out of function and it understands how to make it into a standalone function.

chrisBruner
Автор

Your refactoring stuff looks good as far as it goes, but the use case I like the best is highlighting a block of code and moving it into it's own function. The refactoring takes care of adding the needed parameters, and the prototype in the header file. I believe cbuilder used to have this about a decade ago, then mysteriously dropped it.

chrisBruner
Автор

shouldn't standard includes like <map> be included before the local headers? (at 9:56)

chrisBruner
Автор

A feature that I love and rely on is codeguard. When using the newer compiler it's not available. Has that (somehow) become available, or is there some equivalent?

chrisBruner
Автор

No FMX, No Android?, you better tell your customers to use the community edition ?

elmarbaumann
Автор

Still no Linux, Android 64bit or iOS support. Waste of money.

mikemyhre-yk