Borucki Andrzej

Avatar
  • 活动总数 16
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 6
  • 创建于

    How to use ninja build

    已回答
    I want call ninja build from CLion or call make from CLion and ninja from command line.  I set clion_build as directory, but in this directory is only clion_build/CMakeFiles/clion-log.txt  and ALL ...
    • 3 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Control + mouse go to only declaration not definition

    已回答
    If I press control + mouse I can go to method declaration in *.h; If I am in *.h control + mouse not works and I can't go to definition. I think, previously it works...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    How to rebuild only changed files?

    已回答
    I have average size project. I do small change in main.cpp and do run/build CLion call cmake to rebuild all. Note: cmake alone can rebuild only changed files if exists compiled obj
    • 3 个关注者
    • 3 条评论
    • 0 票
  • 已编辑于

    How to show standard output?

    已完成
    I have console program with printf to stdout or cout<<string Hot to show output? Terminal (ALt+F12) is interactive and program not write to it.
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    CMAKE with parameter

    已回答
    I have cmake with parameter: if (${USE} STREQUAL  0)  add_definitions(-DUSE=0)  set(BIN_NAME bit-block)  set(BITHASH_DIR ${CMAKE_CURRENT_SOURCE_DIR}/bithash)endif()if (${USE} STREQUAL 1)  add_defin...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    I need main() method generation

    已回答
    I created new project, new class (Main.java) and must write " public static void main(String[] args){} " It will be good if will possible generation main method by IDE.
    • 4 个关注者
    • 6 条评论
    • 6 票