UNIX/Linux Programming - April 2011 (Page 3)

by ivanBG
gtk/gtk.h problem
 
Hi, I am am trying to learn gtk programing. I use Ubuntu 10.10, and that is what I want to compile(the first gtk tutorial): #include <gtk/gtk.h> int main(i...
[5 replies] Last: Strange, this compiles fine for me on Ubuntu 10.10. I assume you're mi... (by Athar)
How to get drive's volume name using C
 
Hi, i'm creating program, where i must display the information of inserted flash drive, so i need used space, full space, volume name, file system type to displ...
[1 reply] : It sounds like you need mount information. Have a look in /etc/mtab. (by kbw)
by krynux
Axis C++ Calculator sample not working on Linux
 
Hello, I have followed the calculator sample tutorial and cannot get the the calculator client working, the problem appears on the server side. I am ...
[1 reply] : I have rebuilt Axis C++ with libstdc++.so.6, also Xerces 2.2 which mad... (by krynux)
by miterl
Help! Boost.asio compilation problem: undefined reference to `__sync_add_and_fetch_8
 
Hey guys, This could be a noob question, but I really can't find any useful solution through Google. I'm testing a hello world with boost.asio, the program is q...
[4 replies] Last: oh, hardware not supported,that's really bad. But thanks anyway. (by miterl)
rand() & random() correspondance
 
Hello, we are having a tournament challenge in a class I am taking. We are encouraged to find exploits and vulnerabilities in the source code. One thing tha...
[1 reply] : Since you know the program uses random() and you can know the seed, wh... (by jsmith)
Need help with getline
 
So I am trying to take data from a file, and read it into my program using getline; however, when I try to compile I get this error message : Person_Directo...
[1 reply] : getline takes a string as the second parameter. Use stringstreams or l... (by Athar)
by mp6017
lmza linux
 
Hi Guys i am new on forum so bare with me. I have experience with C++ but LZMA is beyond me. I would like if some can share or explain a simple source c...
[2 replies] Last: Look at p7zip source code. This include lzma command-line program. htt... (by modoran)
April 2011 Pages: 123
  Archived months: [mar2011] [may2011]

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