UNIX/Linux Programming - November 2010 (Page 2)

opencv mac installing
 
hello to all , today for more than 6 hours i was trying to install opencv in my mac and using xcode ...
[no replies]
Notes about stack based allocation
 
Hi all: I am reading the Linux System Programming written by Robert Love.In the memory manageme...
[15 replies] Last: Thank you! (by sysabod)
c++ arrays and file reading question
 
I am doing a project and I have to read from a file and input the values into an array. I know how t...
[2 replies] Last: #include <iostream> #include <string> #include <sstream> #include ... (by xyath)
makefile: @ preceding command
 
I was not able to retrieve info about the following. I have a makefile with this rule: test: m...
[2 replies] Last: Actually, I found it here: http://www.gnu.org/software/make/manual/... (by paolopiace)
cannot declare variables
 
Hi! Here's my code: class Game { public: Game(SDL_Surface* scr=NULL,int x=800,int y=600,Uin...
[4 replies] Last: I've tried something else. I derived a class called Boardgame from Gam... (by Thomas8472)
Ubuntu Text editor.
 
Hello everyone, I'm new to linix and specifically Ubuntu, and I was wondering what ...
[10 replies] Last: If you are ok writing your own makefiles, geany is a very simple and p... (by brad82)
by brad82
Sockets and HTTP
 
Hi All, Im coding a small HTTP server for a project im working on (home automation :D) and ive hi...
[3 replies] Last: Ah, its gonna be one of those days. That was exactly the problem. Appa... (by brad82)
by kool
failed to bind socket
 
Hi, I got a problem with my UDP server on linux. On windows everything's fine, and it's suposed t...
[12 replies] Last: You have a couple of options. One is to create a temporary file wit... (by jsmith)
web app.?! (1,2)
 
Hello.Is it possible to makee my C++ program a web app.?! I am running Ubuntu 10.4 LTS
[38 replies] Last: I'll also to add some content wrt the topic: Use Wt (http://www.webtoo... (by wdu)
GTKmm: Quit application from callback
 
I'm trying to expand into GUI programming using GTKmm, and am making some progress. I am beginning t...
[11 replies] Last: Well, after taking a break from coding for a few days and coming back ... (by LupusNoctu)
Poll() - Not returning
 
Hello all I am writing some code to multiplex a GSM Modem. It is all working fine apart from one ...
[no replies]
by matias
glibc detected output descriptor
 
Hi everyone. I'm working on a fuzz-testing application right now. I'm trying to figure out on which ...
[1 reply] : can you post the code you are working on? (by vvadan)
by vvadan
Base Class Pointer Accessing Derived Class function.
 
I have a program like this class base { }; class derived:public base { public: vo...
[3 replies] Last: Thanks (by vvadan)
November 2010 Pages: 12
  Archived months: [oct2010] [dec2010]

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