Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Deoclecio Freire

@Deoclecio Freire
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Does anyone use C++ with VSCode?
    D Deoclecio Freire

    I battled with VSCode and "XMakes" configurations for a long time, until I built my own solution. I've been using it for 2 year by now with no problems; my web server, some database projects, some game programming study... Hope this helps. =) CppMagic[^]

    The Lounge c++ visual-studio com graphics iot

  • C++ Linux Development on Windows
    D Deoclecio Freire

    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. 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. :)

    The Lounge linux debugging c++ asp-net visual-studio
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups