Newest C Programming Tips
The sign of a modulo expression
Dionysios Barmpoutis
·
0 responses
·
python, c, modulo, remainder
Useful gcc/g++ options
kelviN
·
1 response
·
c, gcc
Why assertions are so powerful
Alexander Gessler
·
2 responses
·
python, java, c, c#
Debug output tricks for Visual Studio
parsley72
·
0 responses
·
c, c#, visual-studio
Extending Ruby with C - a taste of
Tony Fabeen
·
1 response
·
ruby, c
Check if number power of 2
Sanket Sudake
·
3 responses
·
python, tip, trick, algorithm
Sublime Text 3 is now available for everyone to try
Nicholas Jordon
·
0 responses
·
ruby, php, python, shell
Two Common Pitfalls Using Unsigned Int
Dionysios Barmpoutis
·
0 responses
·
debugging, c, infinite loop, unsigned int
C++ nullptr for C++ 2003
Gregory Pakosz
·
1 response
·
cpp, c, nullptr
Making multi-line C macros readable
Thanasis Karetsos
·
0 responses
·
vim, awk, c
Unlimited free private/public repos with Gitlab
Nicholas Jordon
·
12 responses
·
ruby, php, python, shell
Simple CMake project
Casey
·
0 responses
·
osx, linux, c, cmake
C++ and Ruby developer?
Pete Johns
·
0 responses
·
ruby, gem, c
Don't mix comparison (==) with assignment (=)
Eldad Fux
·
1 response
·
ruby, php, .net, nodejs
How fix the "No symbol table is loaded." gdb issue on Mountain Lion
Joey B
·
4 responses
·
mac, debugging, gcc, mac os x
C++ esoteric obfuscated array indexing: index[array]
Alexander Brevig
·
1 response
·
cpp, array, c, esoteric
socket.io-poco: a native/c++ client without boost
Chris
·
1 response
·
cpp, socket.io, cocos2d-x, websockets
type-safe struct wrappers
Enno Rehling
·
0 responses
·
code, cpp, c, types
Passing std::string as parameter
Guillaume Hain
·
0 responses
·
c, parameter
Hint the likely branch in GCC
akhilravidas
·
0 responses
·
cplusplus, cpp, gcc, c
The //* /*/ //*/ comment toggle trick
Alexander Brevig
·
27 responses
·
arduino, sql, comments, wiring
Suppress all Microsoft CRT dialog boxes
Gregory Pakosz
·
0 responses
·
c, windows, crt
C array initialisation style
Loïc
·
0 responses
·
c, array, initializer
Compile-Time String Concatenation in C
Louis Acresti
·
0 responses
·
preprocessor, c