by keskiverto
GUI Development For Linux in C++
|
|
[5 replies] Last: imgui isn't an IDE, it's a GUI framework. I spent some time on it som... (by kbw)
|
by colt
ld cannot find 32bit libc during building
|
|
[9 replies] Last: It printed so many things that they did not fit on the screen, nonethe... (by colt)
|
/ |
|
[5 replies] Last: Somewhat related, when copying or moving files, I put a slash at the e... (by dhayden)
|
by adam2016
Pipes and command line arguments not working
|
|
[5 replies] Last: UNIX programs usually don't care if cin is a terminal or not. That's a... (by dhayden)
|
ls -ltr | tail -n 3 |
|
[4 replies] Last: the tail -n 3 is to list the last three lines in the file It would b... (by dhayden)
|
by lastchance
............................
|
|
[11 replies] Last: https://xkcd.com/221/ (by mbozzi)
|
do sleep |
|
[1 reply] : for i in {1..5}; do something done That's a for loop in bash. Th... (by kbw)
|
by marhuum
our own linux binary find/recognize in /usr/local/lib
|
|
[1 reply] : Dynamic linker has a search path that it looks from when loading execu... (by keskiverto)
|
~ / bin is in PATH |
|
[4 replies] Last: From man bash : Environment variable PATH The search path for comm... (by keskiverto)
|
by marhuum
Get git patch from current to the first file
|
|
[1 reply] : Are you asking how to use patch and diff with git? (by kbw)
|
.zshrc:197: command not found: ‘export |
|
[5 replies] Last: @salem c [code #include <stdio.h> #include <stdbool.h> int main(vo... (by closed account Nwb4iNh0)
|
by a7300235
is't neccessary to include "struct" keyword at this program?
|
|
[3 replies] Last: if its windows, it may not understand upper case C as filename case is... (by jonnin)
|
glm/c++/OpenGl library path |
|
[6 replies] Last: when I install any library it goes by defulat to /usr/lib not /usr/lo... (by kbw)
|