UNIX/Linux Programming - January 2014 (Page 2)

by Jyan
Help with very strange bug with shmctl?
Hello all, I just did a quick programming exercise from a textbook, and I'm finding some strange things with shmctl. Basically, I have some shared memory obtai...
Jan 8, 2014 at 4:02am
[3 replies] Last: > It compiles without warnings No, you are compiling without enabling ... (by ne555)
changing colors in geany
Dear all, I have started using geany, which seems to be avery good editor for c++ programming. There is one feature, however, that I have not been able to...
Jan 7, 2014 at 10:01pm
[2 replies] Last: Also once you use Linux more, you will hear that Emacs and Vim are bet... (by MatthewRock)
Beginner with boost shared pointers
Dear all, I am trying to compile a c++ program that uses the library boost::shared pointers. I have understood that if I want to compile and link it corre...
Jan 3, 2014 at 5:08pm
[3 replies] Last: boost has a utility that will extract the header files you need along ... (by Cubbi)
by mqazi
Waiting for Detached Thread
How can I make main() thread to wait for a detached thread without using sleep ? Is main thread is kernel level thread ?
Jan 3, 2014 at 2:26pm
[3 replies] Last: ... or you could not detatch the thread in the first place. (by kbw)
Pausing program execution?
I'm currently programming a NES emulator using SDL 1.2 for video and keyboard I/O. I've looked online and attempted a solution to my problem, but my program ju...
Jan 2, 2014 at 10:51pm
[3 replies] Last: just build from source. sdl 1.2 has lots of bugs (by closed account Dy7SLyTq)
permission denied(2)
Hi. Help please. I g++'d my test program and then typed './a.out'. Anything wrong? But the only thing I got was 'bash: ./a.out: Permission denied' I also hav...
Jan 2, 2014 at 6:03pm
[8 replies] Last: I did a quick search and found that showexec is a common problem in Ub... (by newbieg)
getline && line.empty problem
Happy New Year, everyone! I have a text file that looks like this: A|AAAAA|1|2 R|RAAAA R|RAAAA A|BBBBB|1|2 R|RBBBB R|RBBBB A|CCCCC|1|2 R|RCC...
Jan 2, 2014 at 4:26am
[2 replies] Last: Thank you! Found a custom function that removes \r from the textfile. ... (by igorland)
Tread running methode from class
Hello, I have written a small tcp server class which creates a thread for every new connecting client. This thread runs a client handling methode from the sa...
Jan 1, 2014 at 2:23pm
[2 replies] Last: Thanks a lot for your reaction. I made up a little test with a counter... (by HerrBrand)
C++ For Data Scraping Scripts
What's everyone's opinion on C++ or C# For Data Scraping on a Linux server?
Jan 1, 2014 at 11:12am
[1 reply] : C# on Linux? Good luck. (by kbw)
undefined data
Dears, What is the meant by using the configuration between the constructor name and braces "{" (The bold data) MemoryController::MemoryController(Memory...
Jan 1, 2014 at 3:08am
[3 replies] Last: hmmm did not know you could do that (by closed account Dy7SLyTq)
January 2014 Pages: 12
  Archived months: [dec2013] [feb2014]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.