Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5391

General • Re: Pico and C++?

$
0
0
Hi there. If you are just looking for some examples, my C++-based pico projects might be helpful. This directory contains some C++ pico libraries with working CMakeLists.txt setups: https://github.com/jaguilar/awning/tree/main/src

Getting autocomplete working, for me, involved:
  • Installing latest clangd
  • Setting up the query-driver argument to allow clangd to work with gcc.
  • Setting the CMake extension settings to generate compile-commands.json.
After that, autocomplete worked fine for me.

Statistics: Posted by jags84 — Tue May 07, 2024 12:51 pm



Viewing all articles
Browse latest Browse all 5391

Trending Articles