UNIX/Linux Programming - March 2021

Can't run c++ db app with desktop link in Linux
 
I'v never seen this before, but when I try to launch a database application from a desktop link (in Mint) it will not load the data and freezes. When I launch...
[3 replies] Last: In Unix/Linux, you use https://man7.org/linux/man-pages/man2/getcwd.2.... (by salem c)
sudoku prog problem
 
void sudoku::Inf2() { cout << "sudoku::Inf2()" << endl; for (int i = 0; i < 9; i++){ for(int j = 0; j < 9; j++){ //pair<int,int> cell =...
[12 replies] Last: its submitted already, i couldn't get it to work properly. (by function0353)
by thmm
The Art of Unix Programming
 
The ebook "The Art of Unix Programming by Eric Steven Raymond" is free for online reading. http://www.catb.org/~esr/writings/taoup/html/
[3 replies] Last: Good book, but note it's about design, not implementation: [quote=esr]... (by mbozzi)
Finding Device driver source code
 
Hi guys, I'm using a 64 bit Debian system(ubuntu). I have a wireless card plugged into my computer, I want to get the module of the plugged in wireless adapt...
[3 replies] Last: Have you ever written or ever needed to actually write a driver in yo... (by dutch)
  Archived months: [feb2021] [apr2021]

This is an archived page. To post a new message, go to the current page.