vim-c-cpp-modern
modern-cpp-features

vim-c-cpp-modern | modern-cpp-features | |
---|---|---|
5 | 47 | |
579 | 20,092 | |
1.4% | 0.8% | |
5.3 | 6.4 | |
about 1 month ago | 4 months ago | |
Vim Script | Python | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vim-c-cpp-modern
-
vim-cpp-modern Plugin Installation Trouble
mkdir pack mkdir pack/plugins mkdir pack/plugins/start cd ~/.vim/pack/plugins/start git clone --depth=1 https://github.com/bfrg/vim-cpp-modern
-
How to make C functions like printf or user made functions highlighted in Vim?
I personally just use vim-cpp-modern because it supports C and C++ and highlights most things well. I've also tweaked it to highlight identifiers in most situations (so far it's correct for everything except C++ templates).
- Syntax highlighting for C
-
C++ syntax highlighting for my classes
I’ve been using, and loving, this syntax highlighting plugin for C++, and one thing I love about it is that the names of STL types get highlighting. That’s real nice, but what I really want is similar syntax highlighting for my own classes, working across files.
-
Nice and colorful .vimrc file for python and C++?
As far as better syntax highlighting you can have a look at this for C++ and this for python.
modern-cpp-features
-
Ask HN: Catching Up on C++?
Just go through this https://github.com/AnthonyCalandra/modern-cpp-features and you should be fine.
If you also like thorough explanations and graphs, there's https://hackingcpp.com/ that could answer many questions you might have.
By the way, just in case, bookmark this online C++ reference https://eel.is/c++draft/ for diving in deep waters.
Good luck!
-
C++23: The Next C++ Standard
I'm a little 10 years out from writing C++ professionally and I found this cheat sheet[0] useful. Basically if you have an inkling of the concept you're looking for, just search on that cheat sheet to find the relevant new C++ thing. Specifically for me, we used Boost for smart pointers which are now part of the stdlib, and threads are now part of the stdlib as well.
[0] https://github.com/AnthonyCalandra/modern-cpp-features
- E-Book Kindle sau PDF (engleză) despre C++
-
What proportion of C++ used more often than others?
A more productive way to go about it would be to ask "What are the features in each version of C++ past C++11 that I should care about the most?" instead. In that case you could take a look at things like https://github.com/AnthonyCalandra/modern-cpp-features and https://github.com/mortennobel/cpp-cheatsheet, see what appeals to you, ignore what does not.
-
What's the best book to learn C++?
Looks like there's a version history here
-
Extended C++ education for advanced/seasoned developers
As someone suggested cppcon and c++ talks, also I would reccomend reading this: https://github.com/AnthonyCalandra/modern-cpp-features and all things in the papers section in this: https://en.cppreference.com/w/cpp/compiler_support
- Brushing up
-
What are some good books to learn more about the C++ ecosystem?
I've already done a bit of research which has led me to the The Definitive C++ Book Guide & List. From that, I've decided to go over The C++ Programming Language (4th Edition) to learn C++11 and then this GitHub repo to learn the remaining C++14/17/20 features.
-
Ask HN: Is C++ making a comeback? “modern C++” versus Golang/Rust/Zig/Nim?
clickable:
"Welcome back to C++ - Modern C++" https://learn.microsoft.com/en-us/cpp/cpp/welcome-back-to-cp...
"21 New Features of Modern C++ to Use in Your Project" http://www.vishalchovatiya.com/21-new-features-of-modern-cpp...
"What is modern C++"? https://www.reddit.com/r/cpp_questions/comments/tgs6ir/what_...
"C++ is the next C++" https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p26...
"modern c++ features" https://github.com/AnthonyCalandra/modern-cpp-features
C++ 23 to introduce module support "https://www.infoworld.com/article/3662808/c-plus-plus-23-to-..."
"C++ 2023" https://en.wikipedia.org/wiki/C%2B%2B23
- Functie ca valoare intr-un map
What are some alternatives?
modern-cpp-tutorial - 📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
OOP-in-C - Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.
vim-rst - vim reStructuredText syntax and some more
cppfront - A personal experimental C++ Syntax 2 -> Syntax 1 compiler
abook.vim - Syntax highlighting for abook's addressbook.
functools - Functional tools in Go 1.18 using newly introduced generics
python-syntax - Python syntax highlighting for Vim
Modern-CPP-Programming - Modern C++ Programming Course (C++03/11/14/17/20/23/26)
Ark.vim - Syntax highlighting plugin for https://github.com/ArkScript-lang/Ark
threeify - A Typescript 3D library loosely based on three.js
libcudacxx - [ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
cpp20_in_TTs - C++20 features described in Before/After tables ("Tony Tables")
