Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in cpplint
How to use cpplint code style checking with CMake?
Jan 30, 2023
cmake
cpplint
cpplint.py & cmake: how to specify include files
Nov 10, 2022
c++
cmake
include-path
cpplint
How to make vim run "cpplint" after every "save" command?
Jun 14, 2019
vim
save
autocmd
cpplint
Running CPPlint on whole project
Apr 28, 2022
google-style-guide
cpplint
Disable specific warnings from cpplint
Sep 21, 2021
c++
linter
cpplint
difference between if(pointer) vs if(pointer != NULL) in c++, cpplint issue
May 02, 2019
c++
pointers
coding-style
cpplint
Google's style guide about input/output parameters as pointers
Jan 16, 2021
c++
parameters
reference
google-style-guide
cpplint
Should I use rand() or rand_r()?
Nov 06, 2022
c++
cppcheck
cpplint