Al Cash07

Avatar
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3
  • Al Cash07 created a post,
    Answered

    AppCode hangs a lot when writing C++ template code

    I'm working on a heavily template based C++ library. It's much smaller than, for example, Boost, but still, AppCode often just hangs forever in the middle of the coding process, using 200% CPU. It ...
  • Al Cash07 created a post,
    Answered

    AppCode doesn't create configuration for targets in CMake generated project

    Currently, the only projects I work with are generated using CMake. Since AppCode uses XCode project format, I can simply run "cmake -G Xcode" command and open the project with AppCode. However, if...
  • Al Cash07 created a post,
    Answered

    C++ code inspection issues

    I'm considering purchasing AppCode, but code inspection shows me errors even when the code compiles successfully. Errors are mostly related to templates: Cannot resolve, Duplicate declarations (whi...