Click here to Skip to main content
15,890,282 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch29-Nov-21 23:56
mvahoney the codewitch29-Nov-21 23:56 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
pkfox30-Nov-21 1:36
professionalpkfox30-Nov-21 1:36 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Kornfeld Eliyahu Peter29-Nov-21 23:55
professionalKornfeld Eliyahu Peter29-Nov-21 23:55 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 0:00
mvahoney the codewitch30-Nov-21 0:00 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Mircea Neacsu30-Nov-21 1:26
Mircea Neacsu30-Nov-21 1:26 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Kornfeld Eliyahu Peter30-Nov-21 1:51
professionalKornfeld Eliyahu Peter30-Nov-21 1:51 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 4:59
professionalGreg Utas30-Nov-21 4:59 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 5:02
mvahoney the codewitch30-Nov-21 5:02 
I'm assuming C++ here, forgive me:

I think it depends on the toolchain you want to use.

It might be best to start it on windows. Having a build environment that mirrors your linux environment on windows will make it easier to build for both platforms.

You can use this to accomplish it - usually: Mingw-w64[^]

That way you can use things like gcc and clang under windows.

I like to use VS Code because it scans for your compilers automatically, and integrates with things like CMake and make.

The biggest deal will be to get your code to compile for clang and gcc

after that you should be able to use the same tools on both systems, as long as you're using something like CMake
Real programmers use butterflies

GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 5:25
professionalGreg Utas30-Nov-21 5:25 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 5:27
mvahoney the codewitch30-Nov-21 5:27 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 6:17
mvahoney the codewitch30-Nov-21 6:17 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 6:31
professionalGreg Utas30-Nov-21 6:31 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 6:35
mvahoney the codewitch30-Nov-21 6:35 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Gerry Schmitz30-Nov-21 10:36
mveGerry Schmitz30-Nov-21 10:36 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
englebart30-Nov-21 13:33
professionalenglebart30-Nov-21 13:33 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 13:36
mvahoney the codewitch30-Nov-21 13:36 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Member 916705730-Nov-21 20:18
Member 916705730-Nov-21 20:18 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Jalapeno Bob30-Nov-21 22:03
professionalJalapeno Bob30-Nov-21 22:03 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 23:10
mvahoney the codewitch30-Nov-21 23:10 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Jalapeno Bob2-Dec-21 20:04
professionalJalapeno Bob2-Dec-21 20:04 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
BillWoodruff30-Nov-21 23:28
professionalBillWoodruff30-Nov-21 23:28 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Cpichols1-Dec-21 1:59
Cpichols1-Dec-21 1:59 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
MKJCP1-Dec-21 4:00
MKJCP1-Dec-21 4:00 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Matt McGuire1-Dec-21 4:54
professionalMatt McGuire1-Dec-21 4:54 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
MikeTheFid1-Dec-21 5:09
MikeTheFid1-Dec-21 5:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.