UNIX/Linux Programming - June 2011 (Page 3)

by bacpp
including libraries
 
hi, I have the following code in my Makefile.am that works fine for simple programs: bin_PROGRAMS=test test_SOURCES=test.cpp so, when I run 'make test...
[7 replies] Last: No problem :-) (by Estee)
How to make a "Makefile" for a project?
 
Hi We have converted a Visual Studio project to a linux one (so that all of codes would work properly) but our main problem is that how to link files to each o...
[2 replies] Last: This should get you started: http://mrbook.org/tutorials/make/ (by Estee)
by Leo322
C++ widget without toolkit
 
Hi first of all some data: Im using Geany IDE, cause it seems to not produce too much rubish or too much folders like other IDE's just the ones I will use. ...
[1 reply] : I cannot compile even And how does that make itself known? How do yo... (by Athar)
What are the best GUI Libraries are there for Linux?
 
Edit: Wow epic fail on grammar in the title... hope you know what I mean... =/ The title says it all.. thanks.
[2 replies] Last: I personally prefer Qt.It is cross-platform and the documentation is r... (by Estee)
C++ for server side web applications
 
I want to learn to program C++ on web applications. i guess this would mean on server side. I already know some C++ to be dangerous to myself. I looked aro...
[6 replies] Last: You can develop web application using C++ with help of CGI, HTML and J... (by Vichu)
How to Control CPU usage
 
I've noticed recently that mysqld seems to be able use 20-50% CPU - how is it doing that internally from a programming POV? Do you use sleep() or something els...
[3 replies] Last: I'm afraid that I can't really be helpful when it comes to SQL and dat... (by closed account 3hM2Nwbp)
using definitions from lib files
 
I have been trying to transform a project written for a windows system to a Linux system with Ubuntu. I have a certain lib file which should contain the definit...
[4 replies] Last: Well it's a code for a camera and I have tried contacting the company ... (by nitin21)
gprof: time not counted
 
I want to use gprof to optimize my program. But in its output, time is not counted for any function. All the entries for time are 0.0 . My program runs for 50s....
[1 reply] : Is your program waiting on I/O? What is it supposed to do? Would it be... (by claytonrogers53)
Making a program that takes control of mouse.
 
Before we start, I would like you to know that I have been looking for help for the past few hours. I just created this account and am unsure if I am posting th...
[2 replies] Last: Moving the mouse with just C++ isn't possible, you'll always need to r... (by AMCerasoli)
by mjs91
compiling the fftw3 library through Makefiles
 
Hi everyone, I'm working on adding FFT's to my program. I'm using the fftw3 library, and everything compiles fine, but every time I run the program it crashe...
[no replies]
redhat Linux el3 to el5 C++ programs compatibility
 
Is there a white paper or any other documentation that would explain why we would show why the programs compiled on RedHat Linux el3 are not compatible with el5...
[no replies]
What is the equivalent of Createfile() in linux
 
Hi May I know what the equivalent of Create file is in linux? thanks
[4 replies] Last: FILE_FLAG_OVERLAPPED? BTW, FILE_ATTRIBUTE_NORMAL doesn't do anything. (by kbw)
Big Student Projects
 
can anyone suggest me big project to be developed by a student in c++. I am a student of Computer Applications at Panjab University Chandigarh, India.
[14 replies] Last: The STL is an important part of the language, so if it's really true t... (by Athar)
by atomen
Libsndfile Compiling
 
Hi! I don't know if this fits in windows programming but I am trying to compile the libsndfile source in a windows environment using minGW and MSYS. The compi...
[1 reply] : They are depend libraries, you'll need to build those too if you don't... (by kbw)
crawler
 
have anyone tried making a crawler in c++? if he/she can help me
[4 replies] Last: Do not make multiple threads of the same topic. (by closed account S6k9GNh0)
by bacpp
makefile mkdir
 
hi, I am trying to create subdirectories under my ../objs directory within a make file. my ../src directory has the following subdirectories: source-a sou...
[5 replies] Last: hi kbw, my subdirname variable above returns the following values: s... (by bacpp)
by vijkrr
reg the Zombie state in a process
 
Hi all, p1 | ------ t1 | | -----t12 | ------p12 | ------p13 |...
[6 replies] Last: ok Thanks alot... (by vijkrr)
Is It possible to track free space available on hard disk cylinder by cylinder.
 
Is It possible to track free space available on hard disk cylinder by cylinder. i want to reorganize some file on hard disk which i wanted. is like a de fragme...
[no replies]
by Leo322
Help C++ begginer
 
Hi my name is Leander (Leandro) I'm from South America. I have been learning c++ for 6 days now, The peoblem is im using Linux and some stuff differs from tuto...
[6 replies] Last: Thanks for the help yes its hard im gonna learn GTK cause seems easier... (by Leo322)
how can i get sectors locations related to a file in C/C++
 
I want to know how can i get the sectors details related to a single file by giving it's inode number or something.
[2 replies] Last: Nobody said thanks to you Athar. So I'll say it.. Thanks.. =) I'm just... (by tracy386hunter)
June 2011 Pages: 1234
  Archived months: [may2011] [jul2011]

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