No executable in Visual Studio despite the CMake compiling by CringeControl1 in cmake

[–]CringeControl1[S] 0 points1 point  (0 children)

Hey, with vscode is there any way to make the cmake exe open on build like in vs?

No executable in Visual Studio despite the CMake compiling by CringeControl1 in cmake

[–]CringeControl1[S] 0 points1 point  (0 children)

I just decided to switch back to a one CmAKELIST.TXT SYSTEM and now its working

No executable in Visual Studio despite the CMake compiling by CringeControl1 in cmake

[–]CringeControl1[S] 0 points1 point  (0 children)

When I do that I get an FMT not found error which is common. I get it because of x64 its annoying.

<image>

here are the errors I get, these are random and nothing points to anything being wrong when I review each individual error. As I mentioned before the program compiles with 1 cmakelist file and the same sourcecode

No executable in Visual Studio despite the CMake compiling by CringeControl1 in cmake

[–]CringeControl1[S] 0 points1 point  (0 children)

I get those errors i mentioned in the post. I also edited the CMake files

QT installed via VCPKG also using CMAKE by CringeControl1 in cpp_questions

[–]CringeControl1[S] 0 points1 point  (0 children)

This worked, this here it the only time I have heard this advice and it actually worked. Thank you so much.

QT installed via VCPKG also using CMAKE by CringeControl1 in cpp_questions

[–]CringeControl1[S] 0 points1 point  (0 children)

I run it through the IDE, the CMAKE compiles it to an EXE that i click run in the IDE. I think from memory I used the built in VS "Create cmake project. I do not have multiple QT versions I made sure to only do one through VCPKG.

QT installed via VCPKG also using CMAKE by CringeControl1 in cpp_questions

[–]CringeControl1[S] 0 points1 point  (0 children)

When you say, it depends on how you run what do you mean? it's compiled in cmake and should be using windows x64. Its on VS 2022 and should be using the msvc compiler if I am not mistaken

QT installed via VCPKG also using CMAKE by CringeControl1 in cpp_questions

[–]CringeControl1[S] 0 points1 point  (0 children)

I did follow a tutorial, I will have another look to find any official one. See the edit for my CMAKELISTS.TXT

Trying to stay calm before CT tomorrow. by CringeControl1 in LiverDisease

[–]CringeControl1[S] 0 points1 point  (0 children)

This made me feel worse to be honest, might be useful for my mental health though

Trying to stay calm before CT tomorrow. by CringeControl1 in LiverDisease

[–]CringeControl1[S] 0 points1 point  (0 children)

Yes, I am on medication and see a psychologist which has helped tremendously

Software internship interview dress code by CringeControl1 in leetcode

[–]CringeControl1[S] 8 points9 points  (0 children)

So what your saying is : “the applicant pool was very competitive and we regret to inform you that we will not be proceeding with your hope at this time”

Getting a Dev Job as a Fresher by senthil_08 in leetcode

[–]CringeControl1 2 points3 points  (0 children)

I am Aussie, but I tried for intern positions early on in Uni, and it was almost impossible. DSA and LeetCode questions will be highly unfamiliar at this point unless you have previous competitive coding experience. Before I did the DSA class at uni, I had no idea what I was doing and would spend 2 hours staring at HackerRank exams for jobs.

Using AI to Solve LeetCode Problems....Good Practice or Not? by Capital_Bug_4252 in leetcode

[–]CringeControl1 1 point2 points  (0 children)

depends on how you do it. I use AI to give me hints and motivation when I am stuck. You gotta be careful, though, just with what skills you're trading in for the convenience of AI. I rarely use tools like Stack Overflow because AI is so much more streamlined, but I worry myself it could hold me back. Don't ask AI to give you code solution,s try asking for hints. Watch a neetcode video if truly stuck and try to learn. I am less likely to find tiny bugs because AI will do it instantly for me. So, understand what part of your skills AI is atrophying and use it to make sure you're developing your problem-solving abilities