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_PROGR...
[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 proper...
[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 t...
[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 a...
[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 al...
[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 ...
[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...
[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....
[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. ...
[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 everythi...
[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 progr...
[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 A...
[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 sour...
[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 ../sr...
[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 | ...
[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 reorganiz...
[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, Th...
[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 numbe...
[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.