UNIX/Linux Programming - January 2009 (Page 2)

Class Diagra of a C++/Qt4 GUI
 
Hi I am learning Qt and made the option of using C++ for the task. I wrote this small Dialog that i share in this link: [ http://www.box.net/shared/ljcs6moy...
[no replies]
by antony
How to install gcc-4.3.2
 
Hi, I am trying to install gcc-4.3.2. I have downloded the file gcc-g++-4.3.2.tar.gz. I have extracted the file. It consists 2 folder gcc and libstdc++-...
[3 replies] Last: hi, i am using GNU MP in my program and i have to intialise floating ... (by prashanths)
GNU MP LIBRARY
 
hi, i am trying to use GNU MP in my program. but when i use, it gives me an error saying ' undefined reference to gmp_print'. i used instructions in the ma...
[3 replies] Last: hi, i am using GNU MP in my program and i have to intialise floating ... (by prashanths)
by antony
Axis C++ Client program linker issue
 
Hi , I am creating one c++ client for j2ee web service. I am using g++(Linux) compiler to compile the source Command: g++296 -I/home/oracle/g++sourc...
[3 replies] Last: If your still getting undefined, then perhaps you need another library... (by Zaita)
by quant
cache tecnology
 
hi all, I writing tcp client programm and will hope within your help. So, me need any ideas which to do cache of the data for my client. The programm using raw...
[6 replies] Last: I refer to my original reply. You haven't given us sufficient context ... (by Zaita)
Cannot find author surname and forename
 
Hi I have created a program for a public library which should find a book by author, but I am having problems with entering an author. When I enter the surname ...
[5 replies] Last: Re-Read the link I posted, and look at how it loads the number in. The... (by Zaita)
by helios
Distro-independent binaries
 
I want to distribute this project I'm working on, but since I can't get my head around the GNU build system (checking for available libraries, specifically), I'...
[7 replies] Last: You need to link against a statically built libary (.a), not one built... (by Zaita)
Running Eclipse Ubuntu
 
Hi, I've just changed over to Ubuntu from XP, so have installed Eclipse with the C++ development option. However when I try to build and run a simple HelloWorld...
[3 replies] Last: when you create a c++ project try to use managed make c++ project ... (by surender)
by pulis
gcc compiling linking and flags
 
here's output of my Makefile pulis@pulis-desktop:~/nord$ make g++ -c -o main.o main.cpp g++ -c -o keyboard.o keyboard.cpp g++ -c -o music.o musi...
[2 replies] Last: is it not OK to leave -O3 to linker. it needs of be specified for e... (by surender)
January 2009 Pages: 12
  Archived months: [dec2008] [feb2009]

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