Rfrank

Avatar
  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 5
  • Created

    Help! Lost windows

    Answered
    Hi,  I'm not sure what caused this, but, when I unplugged my second monitor, and then plugged it back in, I launch CLion and it's running but my windows are gone, it is auto-loading my last project...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    How can I get std::cout to print to console? in C++

    std::cout << "Test" << std::endl; goes nowhere?   Is there a way?   Rick  
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Iterative CMake configure

    Answered
    I'm used to using the CMake GUI to create an out of source build, iteratively assisting it to find packages I have built in perhaps non-standard places or have multiple versions of. For Instance, I...
    • 3 followers
    • 7 comments
    • 1 vote
  • Created

    Out of source builds

    Answered
    hi,   whenever I import an existing CMake based project I would like to do what I normally do running CMake manually which is   /Xxxxx  /Xxxxx.bin   where Xxxxx is the source folder containing the ...
    • 2 followers
    • 3 comments
    • 0 votes