UNIX/Linux Programming - January 2012 (Page 2)

How do I start programming in Linux?
 
I've already installed Linux Ubuntu 11.10 on my laptop as a dual boot, but now the question is how d...
[12 replies] Last: sudo apt-get install build-essential (by xander333)
by sagarG
Is this possible in C++ ??
 
Hello, Is is possible to print a message cout << "success" after successful compilation of a prog...
[7 replies] Last: Please read something about Makefiles: http://en.wikipedia.org/wiki/Ma... (by Ivan Sidarau)
How you got Student Projects
 
hello Friends got your project from here:- We welcome student for student projects and provide...
[1 reply] : what type of projects a person can get prom there? please give a littl... (by Jamesadam432)
by caruga
Problem with select, stdout, SIGALRM
 
I don't know if this is the best forum for it, please point me to a good unix dev forum otherwise. ...
[no replies]
Need VC++.NET/C++ Linux-Tuxedo developer
 
Cook Systems International needs a strong VC++/C++ developer to help us convert a VC++.NET applicati...
[no replies]
Auto-update a file that is being written to
 
Hey all! I am writing an application that will read data coming in through a serial port (RS232) ...
[1 reply] : Parallel read and write are very common and well supported in Unix. re... (by Biju Scaria)
NCURSES ACS_* constants don't play nicely with mvchgat()...?
 
Hi all... first post. Whee. I'm trying to brush up on my C++ by writing a roguelike. I'm using ...
[2 replies] Last: (@TEDickey) That did the trick; thanks! I guess the connection betw... (by zerobandwidth)
CodeNavigator View source code in iPad just like Source Insight
 
http://itunes.apple.com/us/app/id492480832?mt=8 Description CodeNavigator is a developer's to...
[no replies]
by tsznxx
How to delete vector elements created by new
 
class BED { .... }; int main() { BED * tbed; tbed =new BED(...); // push element i...
[4 replies] Last: @Peter87: That is interesting. I will have to make note of that and... (by zerobandwidth)
inter-process or inter-program communication on linux?
 
this is a C question.. and this might not be a great place to ask, but i used to post alot on this f...
[no replies]
by Smoke
./Configure fails
 
Hi My configure command won't work, it gets as far as creating the two makefile (.in and .am) then s...
[1 reply] : It should tell you what it can't find. (by Moschops)
by bueddl
[packet capturing] handling switching between network byte order and host byte order
 
Dear community, I'm currently programming a tool using libpcap. While capturing the network pack...
[1 reply] : I figured it mostly out by myself. I used a paralell working instance ... (by bueddl)
by dumela
g++ and command line questions
 
Hi, I am just wondering what the following would mean... My c++ code is to be compilable with ...
[5 replies] Last: I can't understand what you mean about the -f flag. Can you post the e... (by Galik)
File Management
 
Hi, I am new to C++. I got a project. It is a multi threading application. In this case my part i...
[2 replies] Last: There are very many C++ logging libraries. boost.log (a boost candida... (by Cubbi)
How to mix audio using SDL or ALSA lib?
 
i have played a ".wav" file (use SDL_mixer lib), but i want to play multiply pcm audio file (par...
[5 replies] Last: yeah, thank so much, i could played 2 .wav file at same time by loadin... (by binladenvn88)
Setting up Linux
 
Ok so currently I'm running Windows 7 64 bit. I want to get Linux Ubuntu on here as a dual boot. I a...
[16 replies] Last: If you have enough disk space for it and a modern machine, VirtualBox ... (by digarrett3)
C++ with internet input/output
 
I'm trying to write a program that will read text from a server page*, then use some of the terms fr...
[3 replies] Last: I sometimes use cURL: http://cplusplus.com/forum/unices/45878/#msg2492... (by Galik)
Programming NetWork camera
 
Guys need to do a project in c + + checking a camera network. I would like to better understand how ...
[2 replies] Last: Actually I just need to recover the camera streamed over the network. ... (by SirSmart)
pow() error
 
I am having trouble with this bit of code: if((a < b < c) && (a % 1) == 0 && (b % 1) == 0 && (c ...
[6 replies] Last: Yeah, I got it to work, but, as you could all see, it was really bad... (by Ben Duncan)
pthread_t question
 
Hi! Does anyone know how to check if a pthread_t is set to a valid value? e.g. I'd like to know cer...
[4 replies] Last: The problem is no different from telling if a file handle (or anything... (by kbw)
January 2012 Pages: 123
  Archived months: [dec2011] [feb2012]

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