UNIX/Linux Programming - July 2010 (Page 3)

by uj2n
downloading and pinging
 
Hello! I want to learn how to acces the Internet using my applications. I Java, this is easy to do, but when searching for the answer for C++ I only get wind...
[5 replies] Last: I have downloaded and looked at the Wget source code. The code is 4.2 ... (by uj2n)
Debugging with GDB in templated function
 
Hi all, I'm debugging a function in GDB, compiled with g++, It's getting a segmentaation fault. The problem is that GDB does not see any symbols loaded for ...
[3 replies] Last: Hey, thanks for the suggestion of -g3, but it doesn't work either. I'v... (by scottopoly)
Graphical aplication under linux
 
Hi all i am trying to develop a c++ application under linux with ncurses in the Eclipse platform but i'm not being well succeeded. The result is the non recogni...
[1 reply] : did you install ncurses? did you link them to your program? (by Bazzy)
in gcc how to force symbol resolution at runtime..
 
I am trying to understand static linking,dynamic linking,shared libraries,static libraries etc, with gcc. Everytime I try to delve into this topic, I have some...
[3 replies] Last: Do you want to study how ld works? ref http://jp.hostesr.com/binut... (by milkway)
access to serial port
 
Hi, I wanted to test the serial port, i checked it on my laptop, I expected to have a pointer null or something like this. Unfortunately I got "segmentatio...
[1 reply] : You can't just access the port like that -- the kernel won't let you. ... (by jsmith)
Lendo timestamp de arquivo.log e gravando no mysql
 
Boa tarde Senhores; Em primeiro lugar, sou novato na programação em C++. Estou desenvolvendo um programinha que le um arquivo de log (como o do squid por e...
[2 replies] Last: Com que função você está tentando converter o string para um times... (by RedX)
by donnyb
Curl Passing data to a simple function
 
Below is all the code to date. I need to do much modifications to it so it will run with my program and this works. Thank god. The only problem is I need to ...
[3 replies] Last: This is pretty much what I use: #include <string> #include <ios... (by Galik)
by erunc0
dlopen() not finding symbol
 
I used dlxxx apis so that I can load a library dinamically. As you know, there are binary (as a host) and a shared library. In the host app, there are some s...
[2 replies] Last: I resolved this problem with linker option. There are both ways, one i... (by erunc0)
July 2010 Pages: 123
  Archived months: [jun2010] [aug2010]

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