Click here to Skip to main content
15,892,005 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: C++ Linux Development on Windows Pin
Richard MacCutchan19-May-21 3:37
mveRichard MacCutchan19-May-21 3:37 
GeneralRe: C++ Linux Development on Windows Pin
abmv19-May-21 4:36
professionalabmv19-May-21 4:36 
GeneralRe: C++ Linux Development on Windows Pin
Mircea Neacsu19-May-21 5:19
Mircea Neacsu19-May-21 5:19 
GeneralRe: C++ Linux Development on Windows Pin
riki_p19-May-21 21:26
riki_p19-May-21 21:26 
GeneralRe: C++ Linux Development on Windows Pin
stephen.hazel20-May-21 5:26
stephen.hazel20-May-21 5:26 
GeneralRe: C++ Linux Development on Windows Pin
giulicard19-May-21 22:20
giulicard19-May-21 22:20 
GeneralRe: C++ Linux Development on Windows Pin
Stuart Dootson20-May-21 1:13
professionalStuart Dootson20-May-21 1:13 
GeneralRe: C++ Linux Development on Windows Pin
Deoclecio Freire20-May-21 1:51
professionalDeoclecio Freire20-May-21 1:51 
For five year I used to develop in C++ on Windows for both Windows and Linux.
In the beginning I try to use Visual Studio solution for cross platform and failed miserably; on all VS versions 2015, 2017, 2019... Too many problems when projects grows. Dead | X|
Another problem I had was to have to "program" the build on Linux using Make, CMake ...
I don't want to "program" the build, for me, basically, build a C/C++ project is just a matter to make a long command line.
From one year being fully on home office I completely abandoned Windows and now work fully on Linux (Debian 10), but need to build my projects on Windows too.
So I adopted VSCodium as my main editor and construc a mini build system (CPPMagic) that meet my needs, fully in Python. With this I can build on both Windows and Linux the same way (no need even an editor).

1. Debian 10;
2. I use 2 phisical machines;
3. VSCodium;
4. CPPMagic (CppMagic: A Python 3 script to help build C/C++ projects cross-platform.[^]);
5. GCC and MSVC;
6. GDB on Linux and MSVC on Windows;
7. Command line;
8. I personally don't like to use complex building systems and whenever I can use static libraries.

I don't clame that my build system is a final solution, it still raw, and I evolve just for my needs, but it works. Smile | :)
GeneralRe: C++ Linux Development on Windows Pin
hur10forcer1020-May-21 3:04
hur10forcer1020-May-21 3:04 
GeneralRe: C++ Linux Development on Windows Pin
Joe Woodbury20-May-21 9:03
professionalJoe Woodbury20-May-21 9:03 
GeneralRe: C++ Linux Development on Windows Pin
KateAshman24-May-21 21:51
KateAshman24-May-21 21:51 
GeneralCCC - Solution Pin
pkfox19-May-21 1:59
professionalpkfox19-May-21 1:59 
GeneralRe: CCC - Solution Pin
OriginalGriff19-May-21 2:22
mveOriginalGriff19-May-21 2:22 
GeneralRe: CCC - Solution Pin
pkfox19-May-21 2:33
professionalpkfox19-May-21 2:33 
GeneralRe: CCC - Solution Pin
OriginalGriff19-May-21 2:47
mveOriginalGriff19-May-21 2:47 
GeneralRe: CCC - Solution Pin
pkfox19-May-21 3:09
professionalpkfox19-May-21 3:09 
GeneralRe: CCC - Solution Pin
musefan19-May-21 5:29
musefan19-May-21 5:29 
QuestionUnit Testing with Selenium - Not a programming Question Pin
devenv.exe19-May-21 1:47
professionaldevenv.exe19-May-21 1:47 
RantCovering your backside versus actually helping Pin
Rich Leyshon19-May-21 1:11
Rich Leyshon19-May-21 1:11 
GeneralRe: Covering your backside versus actually helping Pin
OriginalGriff19-May-21 1:15
mveOriginalGriff19-May-21 1:15 
GeneralRe: Covering your backside versus actually helping Pin
W Balboos, GHB19-May-21 1:45
W Balboos, GHB19-May-21 1:45 
GeneralRe: Covering your backside versus actually helping Pin
Richard MacCutchan19-May-21 3:31
mveRichard MacCutchan19-May-21 3:31 
GeneralRe: Covering your backside versus actually helping Pin
Rich Leyshon19-May-21 3:43
Rich Leyshon19-May-21 3:43 
GeneralRe: Covering your backside versus actually helping Pin
Richard MacCutchan19-May-21 4:20
mveRichard MacCutchan19-May-21 4:20 
GeneralRe: Covering your backside versus actually helping Pin
Member 1292431220-May-21 2:08
Member 1292431220-May-21 2:08 

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.